Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
Dmalidp_crtc.c344 u32 rot_mem_free, rot_mem_usable; in malidp_crtc_atomic_check() local
381 rot_mem_free = hwdev->rotation_memory[0]; in malidp_crtc_atomic_check()
387 rot_mem_free += hwdev->rotation_memory[1]; in malidp_crtc_atomic_check()
401 rot_mem_usable = rot_mem_free; in malidp_crtc_atomic_check()
405 rot_mem_usable = rot_mem_free / 2; in malidp_crtc_atomic_check()
410 rot_mem_free -= rot_mem_usable; in malidp_crtc_atomic_check()