| /linux/drivers/gpu/drm/xen/ |
| H A D | xen_drm_front_conn.c | 67 struct videomode videomode; in connector_get_modes() local 74 memset(&videomode, 0, sizeof(videomode)); in connector_get_modes() 75 videomode.hactive = pipeline->width; in connector_get_modes() 76 videomode.vactive = pipeline->height; in connector_get_modes() 77 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes() 78 videomode.hback_porch + videomode.hsync_len; in connector_get_modes() 79 height = videomode.vactive + videomode.vfront_porch + in connector_get_modes() 80 videomode.vback_porch + videomode.vsync_len; in connector_get_modes() 81 videomode.pixelclock = width * height * XEN_DRM_CRTC_VREFRESH_HZ; in connector_get_modes() 84 drm_display_mode_from_videomode(&videomode, mode); in connector_get_modes()
|
| /linux/drivers/video/fbdev/mmp/fb/ |
| H A D | mmpfb.c | 224 struct fb_videomode *videomode, int output_fmt) in fbmode_to_mmpmode() argument 227 mode->name = videomode->name; in fbmode_to_mmpmode() 228 mode->refresh = videomode->refresh; in fbmode_to_mmpmode() 229 mode->xres = videomode->xres; in fbmode_to_mmpmode() 230 mode->yres = videomode->yres; in fbmode_to_mmpmode() 232 do_div(div_result, videomode->pixclock); in fbmode_to_mmpmode() 235 mode->left_margin = videomode->left_margin; in fbmode_to_mmpmode() 236 mode->right_margin = videomode->right_margin; in fbmode_to_mmpmode() 237 mode->upper_margin = videomode->upper_margin; in fbmode_to_mmpmode() 238 mode->lower_margin = videomode->lower_margin; in fbmode_to_mmpmode() [all …]
|
| /linux/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | panel-dpi.c | 24 struct omap_video_timings videomode; member 67 in->ops.dpi->set_timings(in, &ddata->videomode); in panel_dpi_enable() 101 ddata->videomode = *timings; in panel_dpi_set_timings() 112 *timings = ddata->videomode; in panel_dpi_get_timings() 145 struct videomode vm; in panel_dpi_probe_of() 161 videomode_to_omap_video_timings(&vm, &ddata->videomode); in panel_dpi_probe_of() 198 dssdev->panel.timings = ddata->videomode; in panel_dpi_probe()
|
| H A D | panel-lgphilips-lb035q02.c | 47 struct omap_video_timings videomode; member 157 in->ops.dpi->set_timings(in, &ddata->videomode); in lb035q02_enable() 193 ddata->videomode = *timings; in lb035q02_set_timings() 204 *timings = ddata->videomode; in lb035q02_get_timings() 276 ddata->videomode = lb035q02_timings; in lb035q02_panel_spi_probe() 283 dssdev->panel.timings = ddata->videomode; in lb035q02_panel_spi_probe()
|
| H A D | panel-nec-nl8048hl11.c | 23 struct omap_video_timings videomode; member 151 in->ops.dpi->set_timings(in, &ddata->videomode); in nec_8048_enable() 187 ddata->videomode = *timings; in nec_8048_set_timings() 198 *timings = ddata->videomode; in nec_8048_get_timings() 270 ddata->videomode = nec_8048_panel_timings; in nec_8048_probe() 277 dssdev->panel.timings = ddata->videomode; in nec_8048_probe()
|
| H A D | panel-sharp-ls037v7dw01.c | 25 struct omap_video_timings videomode; member 93 in->ops.dpi->set_timings(in, &ddata->videomode); in sharp_ls_enable() 153 ddata->videomode = *timings; in sharp_ls_set_timings() 164 *timings = ddata->videomode; in sharp_ls_get_timings() 272 ddata->videomode = sharp_ls_timings; in sharp_ls_probe() 279 dssdev->panel.timings = ddata->videomode; in sharp_ls_probe()
|
| H A D | panel-tpo-td028ttec1.c | 27 struct omap_video_timings videomode; member 198 in->ops.dpi->set_timings(in, &ddata->videomode); in td028ttec1_panel_enable() 320 ddata->videomode = *timings; in td028ttec1_panel_set_timings() 331 *timings = ddata->videomode; in td028ttec1_panel_get_timings() 404 ddata->videomode = td028ttec1_panel_timings; in td028ttec1_panel_probe() 411 dssdev->panel.timings = ddata->videomode; in td028ttec1_panel_probe()
|
| H A D | panel-tpo-td043mtea1.c | 54 struct omap_video_timings videomode; member 364 in->ops.dpi->set_timings(in, &ddata->videomode); in tpo_td043_enable() 409 ddata->videomode = *timings; in tpo_td043_set_timings() 420 *timings = ddata->videomode; in tpo_td043_get_timings() 509 ddata->videomode = tpo_td043_timings; in tpo_td043_probe() 516 dssdev->panel.timings = ddata->videomode; in tpo_td043_probe()
|
| H A D | panel-sony-acx565akm.c | 62 struct omap_video_timings videomode; member 530 in->ops.sdi->set_timings(in, &ddata->videomode); in acx565akm_panel_power_on() 655 ddata->videomode = *timings; in acx565akm_set_timings() 666 *timings = ddata->videomode; in acx565akm_get_timings() 790 ddata->videomode = acx565akm_panel_timings; in acx565akm_probe() 797 dssdev->panel.timings = ddata->videomode; in acx565akm_probe()
|
| /linux/include/video/ |
| H A D | videomode.h | 18 struct videomode { struct 43 struct videomode *vm); 55 struct videomode *vm, unsigned int index);
|
| H A D | of_videomode.h | 12 struct videomode; 14 int of_get_videomode(struct device_node *np, struct videomode *vm,
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | omap_crtc.h | 21 struct videomode; 23 struct videomode *omap_crtc_timings(struct drm_crtc *crtc);
|
| /linux/drivers/video/ |
| H A D | videomode.c | 14 struct videomode *vm) in videomode_from_timing() 32 struct videomode *vm, unsigned int index) in videomode_from_timings()
|
| H A D | of_videomode.c | 30 int of_get_videomode(struct device_node *np, struct videomode *vm, in of_get_videomode()
|
| H A D | Makefile | 20 obj-$(CONFIG_VIDEOMODE_HELPERS) += display_timing.o videomode.o
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | hdmi.h | 177 struct videomode vm; 308 const struct videomode *vm); 310 const struct videomode *vm); 312 struct videomode *vm, const struct hdmi_config *param);
|
| H A D | hdmi_wp.c | 144 const struct videomode *vm) in hdmi_wp_video_config_interface() 164 const struct videomode *vm) in hdmi_wp_video_config_timing() 193 struct videomode *vm, const struct hdmi_config *param) in hdmi_wp_init_vid_fmt_timings()
|
| H A D | dsi.h | 221 const struct videomode *vm; 312 struct videomode vm; 440 struct videomode vm;
|
| /linux/include/drm/ |
| H A D | drm_modes.h | 35 struct videomode; 503 void drm_display_mode_from_videomode(const struct videomode *vm, 506 struct videomode *vm); 507 void drm_bus_flags_from_videomode(const struct videomode *vm, u32 *bus_flags);
|
| /linux/drivers/gpu/drm/arm/ |
| H A D | malidp_hw.h | 15 struct videomode; 177 void (*modeset)(struct malidp_hw_device *hwdev, struct videomode *m); 192 struct videomode *vm);
|
| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_dpi.c | 33 struct videomode *vm; 167 struct videomode *vm; in exynos_dpi_parse_dt()
|
| /linux/include/linux/platform_data/ |
| H A D | shmob_drm.h | 24 struct videomode mode;
|
| /linux/drivers/gpu/drm/renesas/shmobile/ |
| H A D | shmob_drm_crtc.h | 36 const struct videomode *mode;
|
| /linux/drivers/gpu/drm/imx/dcss/ |
| H A D | dcss-dev.h | 142 void dcss_dtg_sync_set(struct dcss_dtg *dtg, struct videomode *vm); 161 void dcss_ss_sync_set(struct dcss_ss *ss, struct videomode *vm,
|
| /linux/Documentation/fb/ |
| H A D | matroxfb.rst | 106 mode for console. You can do it at boot time by using videomode 247 vesa:X selects startup videomode. X is number from 0 to 0x1FF, see table 254 If you are not satisfied with videomode selected by `vesa` option, you 351 - selection between 1:5:5:5 and 5:6:5 16bpp videomode is done by -rgba 406 to think twice before choosing videomode (for example twice 1880x1440x32bpp 412 + secondary head always powerups in 640x480@60-32 videomode. You have to use 427 to think twice before choosing videomode. 431 + secondary head always powerups in 640x480@60-32 videomode. You have to use
|