| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_vop_reg.c | 204 .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 D | rockchip_display_helper.c | 58 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 D | rockchip_display.h | 189 struct vop_rect max_output; member 306 struct vop_rect *max_output);
|
| H A D | rockchip_vop.c | 229 state->crtc_state.max_output = vop_data->max_output; in rockchip_vop_preinit() 701 if (crtc_w > crtc_state->max_output.width) { in rockchip_vop_set_plane() 703 crtc_w, crtc_state->max_output.width); in rockchip_vop_set_plane()
|
| H A D | rockchip_vop2.c | 1136 struct vop_rect max_output; member 2576 cstate->max_output = vop2_data->vp_data[cstate->crtc_id].max_output; in rockchip_vop2_preinit() 4397 if (cstate->crtc_rect.w > cstate->max_output.width) { in rockchip_vop2_set_plane() 4399 cstate->crtc_rect.w, cstate->max_output.width); in rockchip_vop2_set_plane() 5014 .max_output = {4096, 4096}, 5021 .max_output = {1920, 1080}, 5186 .max_output = {2048, 4096}, 5192 .max_output = {2048, 1080}, 5405 .max_output = {4096, 2304}, 5410 .max_output = {2048, 1536}, [all …]
|
| H A D | dw-dp.c | 1637 rect.width = state->crtc_state.max_output.width / 2; in dw_dp_connector_get_timing() 1638 rect.height = state->crtc_state.max_output.height / 2; in dw_dp_connector_get_timing() 1640 rect.width = state->crtc_state.max_output.width; in dw_dp_connector_get_timing() 1641 rect.height = state->crtc_state.max_output.height; in dw_dp_connector_get_timing()
|
| H A D | rockchip_vop.h | 470 struct vop_rect max_output; member
|
| H A D | dw_hdmi_qp.c | 1297 &state->crtc_state.max_output); in _rockchip_dw_hdmi_qp_get_timing()
|
| H A D | dw_hdmi.c | 2561 &state->crtc_state.max_output); in rockchip_dw_hdmi_get_timing()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_vop_reg.c | 408 .max_output = {3840, 2160}, 422 .max_output = {2560, 1600}, 533 .max_output = {4096, 2160}, 560 .max_output = {4096, 2160}, 723 .max_output = {4096, 2160}, 753 .max_output = {2560, 1600}, 773 .max_output = {4096, 2160}, 1173 .max_output = {4096, 2160}, 1292 .max_output = {1920, 1080}, 1400 .max_output = {1920, 1080}, [all …]
|
| H A D | rockchip_vop2_reg.c | 769 .max_output = { 1920, 1080 }, 942 .max_output = { 4096, 4096 }, 956 .max_output = { 720, 576 }, 1047 .max_output = { 2048, 4096 }, 1259 .max_output = { 4096, 4096 }, 1270 .max_output = { 2048, 2048 }, 1280 .max_output = { 1920, 1920 }, 1626 .max_output = { 7680, 4320 }, 1641 .max_output = { 4096, 2304 }, 1656 .max_output = { 4096, 2304 }, [all …]
|
| H A D | rockchip_drm_vop.h | 1089 struct vop_rect max_output; member 1115 struct vop_rect max_output; member 1187 struct vop_rect max_output; member 1358 struct vop_rect max_output; member
|
| H A D | rockchip_drm_vop2.c | 3156 if (w > vop2->data->wb->max_output.width) in vop2_wb_connector_mode_valid() 3159 if (h > vop2->data->wb->max_output.height) in vop2_wb_connector_mode_valid() 6528 if (mode->hdisplay > vp_data->max_output.width) in vop2_crtc_mode_valid() 10823 return vop2->data->max_output.width; in vop3_esmart_linebuffer_size() 10827 return vop2->data->max_output.width / 2; in vop3_esmart_linebuffer_size() 10829 return vop2->data->max_output.width; in vop3_esmart_linebuffer_size() 10915 max_height = vop2->data->max_output.height; in vop2_plane_init() 11102 0, vop2->data->vp[vp->id].max_output.width); in vop2_crtc_create_feature_property() 11111 0, rockchip_drm_get_dclk_by_width(vop2->data->vp[vp->id].max_output.width) * 1000); in vop2_crtc_create_feature_property()
|
| H A D | rockchip_drm_vop.c | 2768 if (mode->hdisplay > vop_data->max_output.width) in vop_crtc_mode_valid() 3086 if (mode->hdisplay > vop_data->max_output.width) in vop_crtc_mode_fixup()
|