Searched refs:max_output (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_vop2_reg.c | 107 .max_output = { 4096, 2304 }, 113 .max_output = { 2048, 1536 }, 119 .max_output = { 1920, 1080 }, 231 .max_output = { 4096, 2304 }, 241 .max_output = { 4096, 2304 },
|
H A D | rockchip_vop_reg.c | 184 .max_output = { 1920, 1080 }, 217 .max_output = { 1920, 1080 }, 345 .max_output = { 1920, 1080 }, 362 .max_output = { 1920, 1080 }, 488 .max_output = { 1920, 1080 }, 595 .max_output = { 2048, 1536 }, 748 .max_output = { 3840, 2160 }, 850 .max_output = { 4096, 2160 }, 872 .max_output = { 4096, 2160 }, 1003 .max_output = { 4096, 2160 }, [all …]
|
H A D | rockchip_drm_vop2.h | 135 struct vop_rect max_output; member 148 struct vop_rect max_output; member
|
H A D | rockchip_drm_vop.h | 234 struct vop_rect max_output; member
|
H A D | rockchip_drm_vop.c | 1187 if (vop->data->max_output.width && mode->hdisplay > vop->data->max_output.width) in vop_crtc_mode_valid()
|