Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/arm/
Dmalidp_crtc.c345 u32 rot_mem_free, rot_mem_usable; in malidp_crtc_atomic_check() local
398 rot_mem_usable = rot_mem_free; in malidp_crtc_atomic_check()
402 rot_mem_usable = rot_mem_free / 2; in malidp_crtc_atomic_check()
404 rot_mem_usable = hwdev->rotation_memory[0]; in malidp_crtc_atomic_check()
407 rot_mem_free -= rot_mem_usable; in malidp_crtc_atomic_check()
409 if (ms->rotmem_size > rot_mem_usable) in malidp_crtc_atomic_check()