Home
last modified time | relevance | path

Searched refs:GPU_COHERENCY_FEATURES (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_regs.h132 #define GPU_COHERENCY_FEATURES 0x300 macro
Dpanthor_gpu.c99 ptdev->gpu_info.coherency_features = gpu_read(ptdev, GPU_COHERENCY_FEATURES); in panthor_gpu_init_info()
/linux-6.12.1/drivers/gpu/drm/panfrost/
Dpanfrost_regs.h101 #define GPU_COHERENCY_FEATURES 0x300 /* (RO) Coherency features present */ macro
Dpanfrost_gpu.c260 pfdev->features.coherency_features = gpu_read(pfdev, GPU_COHERENCY_FEATURES); in panfrost_gpu_init_features()