rot_mem_usable    344 drivers/gpu/drm/arm/malidp_crtc.c 	u32 rot_mem_free, rot_mem_usable;
rot_mem_usable    401 drivers/gpu/drm/arm/malidp_crtc.c 				rot_mem_usable = rot_mem_free;
rot_mem_usable    405 drivers/gpu/drm/arm/malidp_crtc.c 					rot_mem_usable = rot_mem_free / 2;
rot_mem_usable    407 drivers/gpu/drm/arm/malidp_crtc.c 					rot_mem_usable = hwdev->rotation_memory[0];
rot_mem_usable    410 drivers/gpu/drm/arm/malidp_crtc.c 			rot_mem_free -= rot_mem_usable;
rot_mem_usable    412 drivers/gpu/drm/arm/malidp_crtc.c 			if (ms->rotmem_size > rot_mem_usable)