Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_gpu.c60 u32 l2_config; in panthor_gpu_l2_config_set() local
74 l2_config = gpu_read(ptdev, GPU_L2_CONFIG); in panthor_gpu_l2_config_set()
75 l2_config |= GPU_L2_CONFIG_ASN_HASH_ENABLE; in panthor_gpu_l2_config_set()
76 gpu_write(ptdev, GPU_L2_CONFIG, l2_config); in panthor_gpu_l2_config_set()