Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c1008 int dest_w, dest_h; in vop2_plane_atomic_check() local
1041 dest_h = drm_rect_height(dest); in vop2_plane_atomic_check()
1043 if (src_w < 4 || src_h < 4 || dest_w < 4 || dest_h < 4) { in vop2_plane_atomic_check()
1045 src_w, src_h, dest_w, dest_h); in vop2_plane_atomic_check()