Searched refs:PVR_HAS_FEATURE (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/imagination/ |
D | pvr_device.c | 422 if (PVR_HAS_FEATURE(pvr_dev, meta)) in pvr_device_gpu_init() 424 else if (PVR_HAS_FEATURE(pvr_dev, mips)) in pvr_device_gpu_init() 426 else if (PVR_HAS_FEATURE(pvr_dev, riscv_fw_processor)) in pvr_device_gpu_init() 605 return PVR_HAS_FEATURE(pvr_dev, cluster_grouping); in pvr_device_has_feature() 608 return PVR_HAS_FEATURE(pvr_dev, compute_morton_capable); in pvr_device_has_feature() 611 return PVR_HAS_FEATURE(pvr_dev, fb_cdc_v4); in pvr_device_has_feature() 614 return PVR_HAS_FEATURE(pvr_dev, gpu_multicore_support); in pvr_device_has_feature() 617 return PVR_HAS_FEATURE(pvr_dev, isp_zls_d24_s8_packing_ogl_mode); in pvr_device_has_feature() 620 return PVR_HAS_FEATURE(pvr_dev, s7_top_infrastructure); in pvr_device_has_feature() 623 return PVR_HAS_FEATURE(pvr_dev, tessellation); in pvr_device_has_feature() [all …]
|
D | pvr_fw_startstop.c | 80 if (PVR_HAS_QUIRK(pvr_dev, 71242) && !PVR_HAS_FEATURE(pvr_dev, gpu_multicore_support)) in rogue_slc_init() 99 bool has_reset2 = PVR_HAS_FEATURE(pvr_dev, xe_tpu2); in pvr_fw_start() 103 if (PVR_HAS_FEATURE(pvr_dev, pbe2_in_xe)) in pvr_fw_start() 108 if (PVR_HAS_FEATURE(pvr_dev, sys_bus_secure_reset)) { in pvr_fw_start() 235 if (!PVR_HAS_FEATURE(pvr_dev, xt_top_infrastructure)) { in pvr_fw_stop() 299 if (PVR_HAS_FEATURE(pvr_dev, pbe2_in_xe)) in pvr_fw_stop()
|
D | pvr_device.h | 371 #define PVR_HAS_FEATURE(pvr_dev, feature) ((pvr_dev)->features.has_##feature) macro 629 WARN_ON(!PVR_HAS_FEATURE(pvr_dev, slc_cache_line_size_bits)); in pvr_round_up_to_cacheline_size()
|
D | pvr_drv.c | 302 if (PVR_HAS_QUIRK(pvr_dev, 48492) && !PVR_HAS_FEATURE(pvr_dev, compute_overlap)) in rogue_get_max_coeffs() 321 if (PVR_HAS_QUIRK(pvr_dev, 48492) && PVR_HAS_FEATURE(pvr_dev, roguexe) && in rogue_get_cdm_max_local_mem_size_regs() 322 !PVR_HAS_FEATURE(pvr_dev, compute_overlap)) { in rogue_get_cdm_max_local_mem_size_regs()
|
D | pvr_queue.c | 28 if (PVR_HAS_FEATURE(pvr_dev, xe_memory_hierarchy)) { in get_xfer_ctx_state_size() 48 if (PVR_HAS_FEATURE(pvr_dev, xe_memory_hierarchy)) { in get_frag_ctx_state_size() 53 if (PVR_HAS_FEATURE(pvr_dev, gpu_multicore_support)) { in get_frag_ctx_state_size()
|
D | pvr_free_list.c | 36 if (PVR_HAS_FEATURE(pvr_dev, roguexe)) { in pvr_get_free_list_min_pages()
|
D | pvr_hwrt.c | 252 if (PVR_HAS_FEATURE(pvr_dev, simple_parameter_format_version)) { in hwrt_init_common_fw_structure()
|