Searched refs:max_input (Results 1 – 2 of 2) sorted by relevance
1042 if (drm_rect_width(src) >> 16 > vop2_data->max_input.width || in vop2_plane_atomic_check() 1043 drm_rect_height(src) >> 16 > vop2_data->max_input.height) { in vop2_plane_atomic_check() 1047 vop2_data->max_input.width, in vop2_plane_atomic_check() 1048 vop2_data->max_input.height); in vop2_plane_atomic_check()
280 struct vop_rect max_input; member