Symbol: PVR_HAS_FEATURE
drivers/gpu/drm/imagination/pvr_device.c
264
if (!PVR_HAS_FEATURE(pvr_dev, roguexe)) {
drivers/gpu/drm/imagination/pvr_device.c
272
num_ecc_rams > 0 || PVR_HAS_FEATURE(pvr_dev, watchdog_timer);
drivers/gpu/drm/imagination/pvr_device.c
687
if (PVR_HAS_FEATURE(pvr_dev, meta))
drivers/gpu/drm/imagination/pvr_device.c
689
else if (PVR_HAS_FEATURE(pvr_dev, mips))
drivers/gpu/drm/imagination/pvr_device.c
691
else if (PVR_HAS_FEATURE(pvr_dev, riscv_fw_processor))
drivers/gpu/drm/imagination/pvr_device.c
869
return PVR_HAS_FEATURE(pvr_dev, cluster_grouping);
drivers/gpu/drm/imagination/pvr_device.c
872
return PVR_HAS_FEATURE(pvr_dev, compute_morton_capable);
drivers/gpu/drm/imagination/pvr_device.c
875
return PVR_HAS_FEATURE(pvr_dev, fb_cdc_v4);
drivers/gpu/drm/imagination/pvr_device.c
878
return PVR_HAS_FEATURE(pvr_dev, gpu_multicore_support);
drivers/gpu/drm/imagination/pvr_device.c
881
return PVR_HAS_FEATURE(pvr_dev, isp_zls_d24_s8_packing_ogl_mode);
drivers/gpu/drm/imagination/pvr_device.c
884
return PVR_HAS_FEATURE(pvr_dev, s7_top_infrastructure);
drivers/gpu/drm/imagination/pvr_device.c
887
return PVR_HAS_FEATURE(pvr_dev, tessellation);
drivers/gpu/drm/imagination/pvr_device.c
890
return PVR_HAS_FEATURE(pvr_dev, tpu_dm_global_registers);
drivers/gpu/drm/imagination/pvr_device.c
893
return PVR_HAS_FEATURE(pvr_dev, vdm_drawindirect);
drivers/gpu/drm/imagination/pvr_device.c
896
return PVR_HAS_FEATURE(pvr_dev, vdm_object_level_lls);
drivers/gpu/drm/imagination/pvr_device.c
899
return PVR_HAS_FEATURE(pvr_dev, zls_subtile);
drivers/gpu/drm/imagination/pvr_device.c
910
if (PVR_HAS_FEATURE(pvr_dev, fbcdc_algorithm)) {
drivers/gpu/drm/imagination/pvr_device.c
914
return (fbcdc_algorithm < 3 || PVR_HAS_FEATURE(pvr_dev, fb_cdc_v4));
drivers/gpu/drm/imagination/pvr_device.h
672
WARN_ON(!PVR_HAS_FEATURE(pvr_dev, slc_cache_line_size_bits));
drivers/gpu/drm/imagination/pvr_drv.c
303
if (PVR_HAS_QUIRK(pvr_dev, 48492) && !PVR_HAS_FEATURE(pvr_dev, compute_overlap))
drivers/gpu/drm/imagination/pvr_drv.c
322
if (PVR_HAS_QUIRK(pvr_dev, 48492) && PVR_HAS_FEATURE(pvr_dev, roguexe) &&
drivers/gpu/drm/imagination/pvr_drv.c
323
!PVR_HAS_FEATURE(pvr_dev, compute_overlap)) {
drivers/gpu/drm/imagination/pvr_free_list.c
36
if (PVR_HAS_FEATURE(pvr_dev, roguexe)) {
drivers/gpu/drm/imagination/pvr_fw_startstop.c
107
bool has_reset2 = PVR_HAS_FEATURE(pvr_dev, xe_tpu2);
drivers/gpu/drm/imagination/pvr_fw_startstop.c
111
if (PVR_HAS_FEATURE(pvr_dev, pbe2_in_xe))
drivers/gpu/drm/imagination/pvr_fw_startstop.c
116
if (PVR_HAS_FEATURE(pvr_dev, sys_bus_secure_reset)) {
drivers/gpu/drm/imagination/pvr_fw_startstop.c
252
if (!PVR_HAS_FEATURE(pvr_dev, xt_top_infrastructure)) {
drivers/gpu/drm/imagination/pvr_fw_startstop.c
316
if (PVR_HAS_FEATURE(pvr_dev, pbe2_in_xe))
drivers/gpu/drm/imagination/pvr_fw_startstop.c
88
if (PVR_HAS_QUIRK(pvr_dev, 71242) && !PVR_HAS_FEATURE(pvr_dev, gpu_multicore_support))
drivers/gpu/drm/imagination/pvr_hwrt.c
249
if (PVR_HAS_FEATURE(pvr_dev, simple_parameter_format_version)) {
drivers/gpu/drm/imagination/pvr_queue.c
28
if (PVR_HAS_FEATURE(pvr_dev, xe_memory_hierarchy)) {
drivers/gpu/drm/imagination/pvr_queue.c
48
if (PVR_HAS_FEATURE(pvr_dev, xe_memory_hierarchy)) {
drivers/gpu/drm/imagination/pvr_queue.c
53
if (PVR_HAS_FEATURE(pvr_dev, gpu_multicore_support)) {