Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/rockchip/
H A Drockchip_vop2_reg.c2384 .max_input = { 4096, 2304 },
2403 .max_input = { 4096, 2304 },
2422 .max_input = { 4096, 4320 },
2442 .max_input = { 4096, 4320 },
H A Drockchip_drm_vop2.h280 struct vop_rect max_input; member
H A Drockchip_drm_vop2.c1056 if (drm_rect_width(src) >> 16 > vop2_data->max_input.width || in vop2_plane_atomic_check()
1057 drm_rect_height(src) >> 16 > vop2_data->max_input.height) { in vop2_plane_atomic_check()
1061 vop2_data->max_input.width, in vop2_plane_atomic_check()
1062 vop2_data->max_input.height); in vop2_plane_atomic_check()