/Linux-v4.19/drivers/gpu/drm/xen/ |
D | xen_drm_front_conn.c | 64 struct videomode videomode; in connector_get_modes() local 71 memset(&videomode, 0, sizeof(videomode)); in connector_get_modes() 72 videomode.hactive = pipeline->width; in connector_get_modes() 73 videomode.vactive = pipeline->height; in connector_get_modes() 74 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes() 75 videomode.hback_porch + videomode.hsync_len; in connector_get_modes() 76 height = videomode.vactive + videomode.vfront_porch + in connector_get_modes() 77 videomode.vback_porch + videomode.vsync_len; in connector_get_modes() 78 videomode.pixelclock = width * height * XEN_DRM_CRTC_VREFRESH_HZ; in connector_get_modes() 81 drm_display_mode_from_videomode(&videomode, mode); in connector_get_modes()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | omapdss.h | 225 const struct videomode *vm; 309 struct videomode *vm); 311 struct videomode *vm); 313 struct videomode *vm); 326 struct videomode *vm); 328 struct videomode *vm); 330 struct videomode *vm); 343 struct videomode *vm); 345 struct videomode *vm); 347 struct videomode *vm); [all …]
|
D | sdi.c | 40 struct videomode vm; 135 struct videomode *vm = &sdi->vm; in sdi_display_enable() 233 struct videomode *vm) in sdi_set_timings() 241 struct videomode *vm) in sdi_get_timings() 249 struct videomode *vm) in sdi_check_timings()
|
D | hdmi.h | 187 struct videomode vm; 318 struct videomode *vm); 320 struct videomode *vm); 322 struct videomode *vm, struct hdmi_config *param);
|
/Linux-v4.19/drivers/video/fbdev/mmp/fb/ |
D | mmpfb.c | 239 struct fb_videomode *videomode, int output_fmt) in fbmode_to_mmpmode() argument 242 mode->name = videomode->name; in fbmode_to_mmpmode() 243 mode->refresh = videomode->refresh; in fbmode_to_mmpmode() 244 mode->xres = videomode->xres; in fbmode_to_mmpmode() 245 mode->yres = videomode->yres; in fbmode_to_mmpmode() 247 do_div(div_result, videomode->pixclock); in fbmode_to_mmpmode() 250 mode->left_margin = videomode->left_margin; in fbmode_to_mmpmode() 251 mode->right_margin = videomode->right_margin; in fbmode_to_mmpmode() 252 mode->upper_margin = videomode->upper_margin; in fbmode_to_mmpmode() 253 mode->lower_margin = videomode->lower_margin; in fbmode_to_mmpmode() [all …]
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/displays/ |
D | panel-dpi.c | 29 struct omap_video_timings videomode; member 80 in->ops.dpi->set_timings(in, &ddata->videomode); in panel_dpi_enable() 120 ddata->videomode = *timings; in panel_dpi_set_timings() 131 *timings = ddata->videomode; in panel_dpi_get_timings() 162 struct videomode vm; in panel_dpi_probe_pdata() 179 videomode_to_omap_video_timings(&vm, &ddata->videomode); in panel_dpi_probe_pdata() 207 struct videomode vm; in panel_dpi_probe_of() 225 videomode_to_omap_video_timings(&vm, &ddata->videomode); in panel_dpi_probe_of() 274 dssdev->panel.timings = ddata->videomode; in panel_dpi_probe()
|
D | panel-sharp-ls037v7dw01.c | 29 struct omap_video_timings videomode; member 102 in->ops.dpi->set_timings(in, &ddata->videomode); in sharp_ls_enable() 162 ddata->videomode = *timings; in sharp_ls_set_timings() 173 *timings = ddata->videomode; in sharp_ls_get_timings() 282 ddata->videomode = sharp_ls_timings; in sharp_ls_probe() 289 dssdev->panel.timings = ddata->videomode; in sharp_ls_probe()
|
D | panel-lgphilips-lb035q02.c | 50 struct omap_video_timings videomode; member 163 in->ops.dpi->set_timings(in, &ddata->videomode); in lb035q02_enable() 205 ddata->videomode = *timings; in lb035q02_set_timings() 216 *timings = ddata->videomode; in lb035q02_get_timings() 298 ddata->videomode = lb035q02_timings; in lb035q02_panel_spi_probe() 305 dssdev->panel.timings = ddata->videomode; in lb035q02_panel_spi_probe()
|
D | panel-nec-nl8048hl11.c | 27 struct omap_video_timings videomode; member 161 in->ops.dpi->set_timings(in, &ddata->videomode); in nec_8048_enable() 197 ddata->videomode = *timings; in nec_8048_set_timings() 208 *timings = ddata->videomode; in nec_8048_get_timings() 311 ddata->videomode = nec_8048_panel_timings; in nec_8048_probe() 318 dssdev->panel.timings = ddata->videomode; in nec_8048_probe()
|
D | panel-tpo-td028ttec1.c | 39 struct omap_video_timings videomode; member 210 in->ops.dpi->set_timings(in, &ddata->videomode); in td028ttec1_panel_enable() 332 ddata->videomode = *timings; in td028ttec1_panel_set_timings() 343 *timings = ddata->videomode; in td028ttec1_panel_get_timings() 416 ddata->videomode = td028ttec1_panel_timings; in td028ttec1_panel_probe() 423 dssdev->panel.timings = ddata->videomode; in td028ttec1_panel_probe()
|
/Linux-v4.19/include/video/ |
D | videomode.h | 19 struct videomode { struct 44 struct videomode *vm); 56 struct videomode *vm, unsigned int index);
|
D | of_videomode.h | 13 struct videomode; 15 int of_get_videomode(struct device_node *np, struct videomode *vm,
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/displays/ |
D | connector-analog-tv.c | 25 struct videomode vm; 28 static const struct videomode tvc_pal_vm = { 129 struct videomode *vm) in tvc_set_timings() 141 struct videomode *vm) in tvc_get_timings() 149 struct videomode *vm) in tvc_check_timings()
|
D | encoder-tfp410.c | 26 struct videomode vm; 125 static void tfp410_fix_timings(struct videomode *vm) in tfp410_fix_timings() 132 struct videomode *vm) in tfp410_set_timings() 146 struct videomode *vm) in tfp410_get_timings() 154 struct videomode *vm) in tfp410_check_timings()
|
D | panel-lgphilips-lb035q02.c | 22 static const struct videomode lb035q02_vm = { 52 struct videomode vm; 203 struct videomode *vm) in lb035q02_set_timings() 215 struct videomode *vm) in lb035q02_get_timings() 223 struct videomode *vm) in lb035q02_check_timings()
|
D | panel-sharp-ls037v7dw01.c | 27 struct videomode vm; 36 static const struct videomode sharp_ls_vm = { 167 struct videomode *vm) in sharp_ls_set_timings() 179 struct videomode *vm) in sharp_ls_get_timings() 187 struct videomode *vm) in sharp_ls_check_timings()
|
D | panel-nec-nl8048hl11.c | 26 struct videomode vm; 66 static const struct videomode nec_8048_panel_vm = { 197 struct videomode *vm) in nec_8048_set_timings() 209 struct videomode *vm) in nec_8048_get_timings() 217 struct videomode *vm) in nec_8048_check_timings()
|
D | encoder-opa362.c | 30 struct videomode vm; 138 struct videomode *vm) in opa362_set_timings() 152 struct videomode *vm) in opa362_get_timings() 162 struct videomode *vm) in opa362_check_timings()
|
D | panel-dpi.c | 28 struct videomode vm; 128 struct videomode *vm) in panel_dpi_set_timings() 140 struct videomode *vm) in panel_dpi_get_timings() 148 struct videomode *vm) in panel_dpi_check_timings()
|
D | connector-dvi.c | 22 static const struct videomode dvic_default_vm = { 45 struct videomode vm; 136 struct videomode *vm) in dvic_set_timings() 148 struct videomode *vm) in dvic_get_timings() 156 struct videomode *vm) in dvic_check_timings()
|
D | panel-tpo-td028ttec1.c | 38 struct videomode vm; 43 static const struct videomode td028ttec1_panel_vm = { 337 struct videomode *vm) in td028ttec1_panel_set_timings() 349 struct videomode *vm) in td028ttec1_panel_get_timings() 357 struct videomode *vm) in td028ttec1_panel_check_timings()
|
D | connector-hdmi.c | 24 static const struct videomode hdmic_default_vm = { 48 struct videomode vm; 139 struct videomode *vm) in hdmic_set_timings() 151 struct videomode *vm) in hdmic_get_timings() 159 struct videomode *vm) in hdmic_check_timings()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_crtc.h | 31 struct videomode; 33 struct videomode *omap_crtc_timings(struct drm_crtc *crtc);
|
/Linux-v4.19/drivers/video/ |
D | videomode.c | 15 struct videomode *vm) in videomode_from_timing() 33 struct videomode *vm, unsigned int index) in videomode_from_timings()
|
/Linux-v4.19/include/drm/ |
D | drm_modes.h | 35 struct videomode; 491 void drm_display_mode_from_videomode(const struct videomode *vm, 494 struct videomode *vm); 495 void drm_bus_flags_from_videomode(const struct videomode *vm, u32 *bus_flags);
|