Searched refs:max_input (Results 1 – 3 of 3) sorted by relevance
1039 if (src_w > vop2_data->max_input.width || in vop2_plane_atomic_check()1040 src_h > vop2_data->max_input.height) { in vop2_plane_atomic_check()1043 vop2_data->max_input.width, in vop2_plane_atomic_check()1044 vop2_data->max_input.height); in vop2_plane_atomic_check()2663 drm->mode_config.max_width = vop2_data->max_input.width; in vop2_bind()2664 drm->mode_config.max_height = vop2_data->max_input.height; in vop2_bind()
2511 .max_input = { 4096, 2304 },2530 .max_input = { 4096, 2304 },2549 .max_input = { 4096, 4320 },2569 .max_input = { 4096, 4320 },
279 struct vop_rect max_input; member