Home
last modified time | relevance | path

Searched refs:max_output (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_vop_reg.c204 .max_output = {3840, 2160},
215 .max_output = {2560, 1600},
248 .max_output = {4096, 2160},
263 .max_output = {4096, 2160},
315 .max_output = {4096, 2160},
327 .max_output = {2560, 1600},
338 .max_output = {4096, 2160},
433 .max_output = {4096, 2160},
482 .max_output = {1920, 1080},
619 .max_output = {1920, 1080},
[all …]
H A Drockchip_display_helper.c58 struct vop_rect *max_output) in drm_mode_max_resolution_filter() argument
63 if (edid_data->mode_buf[i].hdisplay > max_output->width || in drm_mode_max_resolution_filter()
64 edid_data->mode_buf[i].vdisplay > max_output->height) in drm_mode_max_resolution_filter()
H A Drockchip_display.h231 struct vop_rect max_output; member
362 struct vop_rect *max_output);
H A Drockchip_vop.c291 state->crtc_state.max_output = vop_data->max_output; in rockchip_vop_preinit()
853 if (crtc_w > crtc_state->max_output.width) { in rockchip_vop_set_plane()
855 crtc_w, crtc_state->max_output.width); in rockchip_vop_set_plane()
H A Danalogix_dp.c1255 rect.width = state->crtc_state.max_output.width / 2; in analogix_dp_connector_get_timing()
1256 rect.height = state->crtc_state.max_output.height / 2; in analogix_dp_connector_get_timing()
1258 rect.width = state->crtc_state.max_output.width; in analogix_dp_connector_get_timing()
1259 rect.height = state->crtc_state.max_output.height; in analogix_dp_connector_get_timing()
H A Drockchip_vop2.c1372 struct vop_rect max_output; member
3441 cstate->max_output = vop2_data->vp_data[cstate->crtc_id].max_output; in rockchip_vop2_preinit()
5791 if (cstate->crtc_rect.w > cstate->max_output.width) { in rockchip_vop2_set_plane()
5793 cstate->crtc_rect.w, cstate->max_output.width); in rockchip_vop2_set_plane()
6828 .max_output = {4096, 4096},
6835 .max_output = {1920, 1080},
6966 .max_output = {2048, 4096},
6972 .max_output = {2048, 1080},
7209 .max_output = {4096, 2304},
7214 .max_output = {2048, 1536},
[all …]
H A Ddw-dp.c1665 rect.width = state->crtc_state.max_output.width / 2; in dw_dp_connector_get_timing()
1666 rect.height = state->crtc_state.max_output.height / 2; in dw_dp_connector_get_timing()
1668 rect.width = state->crtc_state.max_output.width; in dw_dp_connector_get_timing()
1669 rect.height = state->crtc_state.max_output.height; in dw_dp_connector_get_timing()
H A Drockchip_vop.h499 struct vop_rect max_output; member
H A Dsii902x.c741 drm_mode_max_resolution_filter(&sii902x->edid_data, &state->crtc_state.max_output); in sii902x_get_timing()
H A Ddw_hdmi_qp.c1488 &state->crtc_state.max_output); in _rockchip_dw_hdmi_qp_get_timing()
H A Ddw_hdmi.c2672 &state->crtc_state.max_output); in rockchip_dw_hdmi_get_timing()