Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/arm/
Dmalidp_crtc.c379 rot_mem_free = hwdev->rotation_memory[0]; in malidp_crtc_atomic_check()
385 rot_mem_free += hwdev->rotation_memory[1]; in malidp_crtc_atomic_check()
401 (hwdev->rotation_memory[1] == 0)) in malidp_crtc_atomic_check()
404 rot_mem_usable = hwdev->rotation_memory[0]; in malidp_crtc_atomic_check()
Dmalidp_hw.c183 hwdev->rotation_memory[0] = SZ_1K * 64 * ln_size_mult; in malidp500_query_hw()
184 hwdev->rotation_memory[1] = 0; /* no second rotation memory bank */ in malidp500_query_hw()
474 hwdev->rotation_memory[0] = hwdev->rotation_memory[1] = rsize * SZ_1K; in malidp550_query_hw()
749 hwdev->rotation_memory[0] = hwdev->rotation_memory[1] = rsize * SZ_1K; in malidp650_query_hw()
Dmalidp_hw.h243 u32 rotation_memory[2]; member