Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H A Dmalidp_crtc.c344 u32 rot_mem_free, rot_mem_usable; in malidp_crtc_atomic_check() local
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()
407 rot_mem_usable = hwdev->rotation_memory[0]; in malidp_crtc_atomic_check()
410 rot_mem_free -= rot_mem_usable; in malidp_crtc_atomic_check()
412 if (ms->rotmem_size > rot_mem_usable) in malidp_crtc_atomic_check()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/
H A Dmalidp_crtc.c349 u32 rot_mem_free, rot_mem_usable; in malidp_crtc_atomic_check() local
406 rot_mem_usable = rot_mem_free; in malidp_crtc_atomic_check()
410 rot_mem_usable = rot_mem_free / 2; in malidp_crtc_atomic_check()
412 rot_mem_usable = hwdev->rotation_memory[0]; in malidp_crtc_atomic_check()
415 rot_mem_free -= rot_mem_usable; in malidp_crtc_atomic_check()
417 if (ms->rotmem_size > rot_mem_usable) in malidp_crtc_atomic_check()

Completed in 3 milliseconds