Home
last modified time | relevance | path

Searched refs:GPU_L2_PRESENT_HI (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H A Dpanfrost_regs.h92 #define GPU_L2_PRESENT_HI 0x124 /* (RO) Level 2 cache present bitmap, high word */ macro
H A Dpanfrost_gpu.c248 pfdev->features.l2_present |= (u64)gpu_read(pfdev, GPU_L2_PRESENT_HI) << 32; in panfrost_gpu_init_features()
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/
H A Dpanfrost_regs.h93 #define GPU_L2_PRESENT_HI 0x124 /* (RO) Level 2 cache present bitmap, high word */ macro
H A Dpanfrost_gpu.c259 pfdev->features.l2_present |= (u64)gpu_read(pfdev, GPU_L2_PRESENT_HI) << 32; in panfrost_gpu_init_features()

Completed in 4 milliseconds