Home
last modified time | relevance | path

Searched refs:PVR_HAS_FEATURE (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/imagination/
Dpvr_device.c422 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 …]
Dpvr_fw_startstop.c80 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()
Dpvr_device.h371 #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()
Dpvr_drv.c302 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()
Dpvr_queue.c28 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()
Dpvr_free_list.c36 if (PVR_HAS_FEATURE(pvr_dev, roguexe)) { in pvr_get_free_list_min_pages()
Dpvr_hwrt.c252 if (PVR_HAS_FEATURE(pvr_dev, simple_parameter_format_version)) { in hwrt_init_common_fw_structure()