Home
last modified time | relevance | path

Searched refs:GPU_PROD_MAJOR (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_regs.h17 #define GPU_PROD_MAJOR(x) (((x) & GENMASK(19, 16)) >> 16) macro
Dpanthor_gpu.c115 product_major = GPU_PROD_MAJOR(ptdev->gpu_info.gpu_id); in panthor_gpu_init_info()