Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/arm/
Dmalidp_crtc.c348 u32 rot_mem_free, rot_mem_usable; in malidp_crtc_atomic_check() local
405 rot_mem_usable = rot_mem_free; in malidp_crtc_atomic_check()
409 rot_mem_usable = rot_mem_free / 2; in malidp_crtc_atomic_check()
411 rot_mem_usable = hwdev->rotation_memory[0]; in malidp_crtc_atomic_check()
414 rot_mem_free -= rot_mem_usable; in malidp_crtc_atomic_check()
416 if (ms->rotmem_size > rot_mem_usable) in malidp_crtc_atomic_check()