Home
last modified time | relevance | path

Searched refs:GPU_L2_PRESENT_HI (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_regs.h93 #define GPU_L2_PRESENT_HI 0x124 macro
H A Dpanthor_gpu.c118 ptdev->gpu_info.l2_present |= (u64)gpu_read(ptdev, GPU_L2_PRESENT_HI) << 32; in panthor_gpu_init_info()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c282 pfdev->features.l2_present |= (u64)gpu_read(pfdev, GPU_L2_PRESENT_HI) << 32; in panfrost_gpu_init_features()