Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_regs.h25 #define GPU_CORE_FEATURES 0x8 macro
H A Dpanthor_gpu.c96 ptdev->gpu_info.core_features = gpu_read(ptdev, GPU_CORE_FEATURES); in panthor_gpu_init_info()
/linux-6.15/drivers/gpu/drm/panfrost/
H A Dpanfrost_regs.h13 #define GPU_CORE_FEATURES 0x008 /* (RO) Shader Core Features */ macro
H A Dpanfrost_gpu.c255 pfdev->features.core_features = gpu_read(pfdev, GPU_CORE_FEATURES); in panfrost_gpu_init_features()