Searched refs:PVR_HAS_QUIRK (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/imagination/ |
D | pvr_device.c | 564 return PVR_HAS_QUIRK(pvr_dev, 47217); in pvr_device_has_uapi_quirk() 566 return PVR_HAS_QUIRK(pvr_dev, 48545); in pvr_device_has_uapi_quirk() 568 return PVR_HAS_QUIRK(pvr_dev, 49927); in pvr_device_has_uapi_quirk() 570 return PVR_HAS_QUIRK(pvr_dev, 51764); in pvr_device_has_uapi_quirk() 572 return PVR_HAS_QUIRK(pvr_dev, 62269); in pvr_device_has_uapi_quirk()
|
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()
|
D | pvr_drv.c | 265 if (PVR_HAS_QUIRK(pvr_dev, 44079)) { in rogue_get_common_store_alloc_region_size() 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()
|
D | pvr_fw_mips.c | 181 if (PVR_HAS_QUIRK(pvr_dev, 63553)) { in pvr_mips_wrapper_init()
|
D | pvr_device.h | 412 #define PVR_HAS_QUIRK(pvr_dev, quirk) ((pvr_dev)->quirks.has_brn##quirk) macro
|
D | pvr_vm.c | 971 if (i == DRM_PVR_HEAP_RGNHDR && !PVR_HAS_QUIRK(pvr_dev, 63142)) in pvr_heap_info_get() 1035 !PVR_HAS_QUIRK(pvr_dev, 63142)) { in pvr_find_heap_containing()
|
D | pvr_free_list.c | 37 if (PVR_HAS_QUIRK(pvr_dev, 66011)) in pvr_get_free_list_min_pages()
|