Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_regs.h23 #define GPU_L2_FEATURES_LINE_SIZE(x) (1 << ((x) & GENMASK(7, 0))) macro
H A Dpanthor_heap.c105 u32 gpu_cache_line_size = GPU_L2_FEATURES_LINE_SIZE(l2_features); in panthor_heap_ctx_stride()