Home
last modified time | relevance | path

Searched refs:panfrost_has_hw_feature (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c111 if (panfrost_has_hw_feature(pfdev, HW_FEATURE_TLS_HASHING)) in panfrost_gpu_init_quirks()
130 if (panfrost_has_hw_feature(pfdev, HW_FEATURE_3BIT_EXT_RW_L2_MMU_CONFIG)) in panfrost_gpu_init_quirks()
394 if (panfrost_has_hw_feature(pfdev, HW_FEATURE_FLUSH_REDUCTION)) { in panfrost_gpu_get_latest_flush_id()
H A Dpanfrost_job.c181 if (panfrost_has_hw_feature(pfdev, HW_FEATURE_FLUSH_REDUCTION)) in panfrost_job_hw_submit()
189 if (panfrost_has_hw_feature(pfdev, HW_FEATURE_FLUSH_REDUCTION)) in panfrost_job_hw_submit()
H A Dpanfrost_features.h303 static inline bool panfrost_has_hw_feature(struct panfrost_device *pfdev, in panfrost_has_hw_feature() function
H A Dpanfrost_perfcnt.c286 if (panfrost_has_hw_feature(pfdev, HW_FEATURE_V4)) { in panfrost_perfcnt_init()
H A Dpanfrost_mmu.c597 if (panfrost_has_hw_feature(pfdev, HW_FEATURE_AARCH64_MMU)) in access_type_name()