Searched refs:max_output (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/rockchip/ |
D | rockchip_vop2_reg.c | 140 .max_output = { 4096, 2304 }, 146 .max_output = { 2048, 1536 }, 152 .max_output = { 1920, 1080 }, 349 .max_output = { 4096, 2304 }, 358 .max_output = { 4096, 2304 }, 366 .max_output = { 4096, 2304 }, 372 .max_output = { 2048, 1536 }, 654 .max_output = { 4096, 2304 }, 667 .max_output = { 4096, 2304 }, 681 .max_output = { 4096, 4320 },
|
D | rockchip_vop_reg.c | 204 .max_output = { 1920, 1080 }, 248 .max_output = { 1920, 1080 }, 376 .max_output = { 1920, 1080 }, 393 .max_output = { 1920, 1080 }, 519 .max_output = { 1920, 1080 }, 626 .max_output = { 2048, 1536 }, 780 .max_output = { 3840, 2160 }, 882 .max_output = { 4096, 2160 }, 904 .max_output = { 4096, 2160 }, 1060 .max_output = { 4096, 2160 }, [all …]
|
D | rockchip_drm_vop2.h | 170 struct vop_rect max_output; member 182 struct vop_rect max_output; member
|
D | rockchip_drm_vop.h | 235 struct vop_rect max_output; member
|
D | rockchip_drm_vop.c | 1204 if (vop->data->max_output.width && mode->hdisplay > vop->data->max_output.width) in vop_crtc_mode_valid()
|