Searched refs:max_output (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_vop2_reg.c | 561 .max_output = { 4096, 2304 }, 567 .max_output = { 2048, 1536 }, 573 .max_output = { 1920, 1080 }, 777 .max_output = { 4096, 2304 }, 787 .max_output = { 2560, 1600 }, 795 .max_output = { 1920, 1080 }, 1063 .max_output = { 4096, 2304 }, 1072 .max_output = { 4096, 2304 }, 1080 .max_output = { 4096, 2304 }, 1086 .max_output = { 2048, 1536 }, [all …]
|
| H A D | rockchip_drm_vop.h | 235 struct vop_rect max_output; member
|
| H A D | rockchip_drm_vop.c | 1204 if (vop->data->max_output.width && mode->hdisplay > vop->data->max_output.width) in vop_crtc_mode_valid()
|
| H A D | rockchip_drm_vop2.c | 1434 if (mode->hdisplay > vp->data->max_output.width) in vop2_crtc_mode_valid()
|