Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/arm/
Dmalidp_crtc.c386 rot_mem_free = hwdev->rotation_memory[0]; in malidp_crtc_atomic_check()
392 rot_mem_free += hwdev->rotation_memory[1]; in malidp_crtc_atomic_check()
409 (hwdev->rotation_memory[1] == 0)) in malidp_crtc_atomic_check()
412 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()
601 hwdev->rotation_memory[0] = hwdev->rotation_memory[1] = rsize * SZ_1K; in malidp550_query_hw()
932 hwdev->rotation_memory[0] = hwdev->rotation_memory[1] = rsize * SZ_1K; in malidp650_query_hw()
Dmalidp_hw.h253 u32 rotation_memory[2]; member