Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/arm/
Dmalidp_crtc.c381 rot_mem_free = hwdev->rotation_memory[0]; in malidp_crtc_atomic_check()
387 rot_mem_free += hwdev->rotation_memory[1]; in malidp_crtc_atomic_check()
404 (hwdev->rotation_memory[1] == 0)) in malidp_crtc_atomic_check()
407 rot_mem_usable = hwdev->rotation_memory[0]; in malidp_crtc_atomic_check()
Dmalidp_hw.c278 hwdev->rotation_memory[0] = SZ_1K * 64 * ln_size_mult; in malidp500_query_hw()
279 hwdev->rotation_memory[1] = 0; /* no second rotation memory bank */ in malidp500_query_hw()
592 hwdev->rotation_memory[0] = hwdev->rotation_memory[1] = rsize * SZ_1K; in malidp550_query_hw()
923 hwdev->rotation_memory[0] = hwdev->rotation_memory[1] = rsize * SZ_1K; in malidp650_query_hw()
Dmalidp_hw.h253 u32 rotation_memory[2]; member