Home
last modified time | relevance | path

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

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