rotation_memory   381 drivers/gpu/drm/arm/malidp_crtc.c 	rot_mem_free = hwdev->rotation_memory[0];
rotation_memory   387 drivers/gpu/drm/arm/malidp_crtc.c 		rot_mem_free += hwdev->rotation_memory[1];
rotation_memory   404 drivers/gpu/drm/arm/malidp_crtc.c 				    (hwdev->rotation_memory[1] == 0))
rotation_memory   407 drivers/gpu/drm/arm/malidp_crtc.c 					rot_mem_usable = hwdev->rotation_memory[0];
rotation_memory   278 drivers/gpu/drm/arm/malidp_hw.c 	hwdev->rotation_memory[0] = SZ_1K * 64 * ln_size_mult;
rotation_memory   279 drivers/gpu/drm/arm/malidp_hw.c 	hwdev->rotation_memory[1] = 0; /* no second rotation memory bank */
rotation_memory   592 drivers/gpu/drm/arm/malidp_hw.c 	hwdev->rotation_memory[0] = hwdev->rotation_memory[1] = rsize * SZ_1K;
rotation_memory   923 drivers/gpu/drm/arm/malidp_hw.c 	hwdev->rotation_memory[0] = hwdev->rotation_memory[1] = rsize * SZ_1K;
rotation_memory   253 drivers/gpu/drm/arm/malidp_hw.h 	u32 rotation_memory[2];