| /OK3568_Linux_fs/kernel/drivers/gpu/drm/xen/ |
| H A D | xen_drm_front_conn.c | 66 struct videomode videomode; in connector_get_modes() local 73 memset(&videomode, 0, sizeof(videomode)); in connector_get_modes() 74 videomode.hactive = pipeline->width; in connector_get_modes() 75 videomode.vactive = pipeline->height; in connector_get_modes() 76 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes() 77 videomode.hback_porch + videomode.hsync_len; in connector_get_modes() 78 height = videomode.vactive + videomode.vfront_porch + in connector_get_modes() 79 videomode.vback_porch + videomode.vsync_len; in connector_get_modes() 80 videomode.pixelclock = width * height * XEN_DRM_CRTC_VREFRESH_HZ; in connector_get_modes() 83 drm_display_mode_from_videomode(&videomode, mode); in connector_get_modes()
|
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | dcu_sii9022a.c | 62 int dcu_set_dvi_encoder(struct fb_videomode *videomode) in dcu_set_dvi_encoder() argument 95 temp1 = PICOS2KHZ(videomode->pixclock) / 10; in dcu_set_dvi_encoder() 102 temp1 = videomode->hsync_len + videomode->left_margin + in dcu_set_dvi_encoder() 103 videomode->xres + videomode->right_margin; in dcu_set_dvi_encoder() 110 temp2 = videomode->vsync_len + videomode->upper_margin + in dcu_set_dvi_encoder() 111 videomode->yres + videomode->lower_margin; in dcu_set_dvi_encoder() 119 temp3 = (PICOS2KHZ(videomode->pixclock) * 1000) / temp3; in dcu_set_dvi_encoder()
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | panel-dpi.c | 26 struct omap_video_timings videomode; member 77 in->ops.dpi->set_timings(in, &ddata->videomode); in panel_dpi_enable() 117 ddata->videomode = *timings; in panel_dpi_set_timings() 128 *timings = ddata->videomode; in panel_dpi_get_timings() 159 struct videomode vm; in panel_dpi_probe_pdata() 176 videomode_to_omap_video_timings(&vm, &ddata->videomode); in panel_dpi_probe_pdata() 204 struct videomode vm; in panel_dpi_probe_of() 222 videomode_to_omap_video_timings(&vm, &ddata->videomode); in panel_dpi_probe_of() 271 dssdev->panel.timings = ddata->videomode; in panel_dpi_probe()
|
| H A D | panel-sharp-ls037v7dw01.c | 26 struct omap_video_timings videomode; member 99 in->ops.dpi->set_timings(in, &ddata->videomode); in sharp_ls_enable() 159 ddata->videomode = *timings; in sharp_ls_set_timings() 170 *timings = ddata->videomode; in sharp_ls_get_timings() 279 ddata->videomode = sharp_ls_timings; in sharp_ls_probe() 286 dssdev->panel.timings = ddata->videomode; in sharp_ls_probe()
|
| H A D | panel-lgphilips-lb035q02.c | 47 struct omap_video_timings videomode; member 160 in->ops.dpi->set_timings(in, &ddata->videomode); in lb035q02_enable() 202 ddata->videomode = *timings; in lb035q02_set_timings() 213 *timings = ddata->videomode; in lb035q02_get_timings() 295 ddata->videomode = lb035q02_timings; in lb035q02_panel_spi_probe() 302 dssdev->panel.timings = ddata->videomode; in lb035q02_panel_spi_probe()
|
| H A D | panel-nec-nl8048hl11.c | 23 struct omap_video_timings videomode; member 157 in->ops.dpi->set_timings(in, &ddata->videomode); in nec_8048_enable() 193 ddata->videomode = *timings; in nec_8048_set_timings() 204 *timings = ddata->videomode; in nec_8048_get_timings() 307 ddata->videomode = nec_8048_panel_timings; in nec_8048_probe() 314 dssdev->panel.timings = ddata->videomode; in nec_8048_probe()
|
| H A D | panel-tpo-td028ttec1.c | 28 struct omap_video_timings videomode; member 199 in->ops.dpi->set_timings(in, &ddata->videomode); in td028ttec1_panel_enable() 321 ddata->videomode = *timings; in td028ttec1_panel_set_timings() 332 *timings = ddata->videomode; in td028ttec1_panel_get_timings() 405 ddata->videomode = td028ttec1_panel_timings; in td028ttec1_panel_probe() 412 dssdev->panel.timings = ddata->videomode; in td028ttec1_panel_probe()
|
| H A D | panel-tpo-td043mtea1.c | 55 struct omap_video_timings videomode; member 377 in->ops.dpi->set_timings(in, &ddata->videomode); in tpo_td043_enable() 422 ddata->videomode = *timings; in tpo_td043_set_timings() 433 *timings = ddata->videomode; in tpo_td043_get_timings() 546 ddata->videomode = tpo_td043_timings; in tpo_td043_probe() 553 dssdev->panel.timings = ddata->videomode; in tpo_td043_probe()
|
| H A D | panel-sony-acx565akm.c | 63 struct omap_video_timings videomode; member 540 in->ops.sdi->set_timings(in, &ddata->videomode); in acx565akm_panel_power_on() 659 ddata->videomode = *timings; in acx565akm_set_timings() 670 *timings = ddata->videomode; in acx565akm_get_timings() 837 ddata->videomode = acx565akm_panel_timings; in acx565akm_probe() 844 dssdev->panel.timings = ddata->videomode; in acx565akm_probe()
|
| /OK3568_Linux_fs/kernel/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,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/ |
| H A D | omapdss.h | 214 const struct videomode *vm; 436 const struct videomode *vm); 494 const struct videomode *vm); 512 const struct videomode *vm); 560 const struct videomode *vm); 563 const struct videomode *vm); 577 const struct videomode *vm, bool mem_to_mem, 586 bool mem_to_mem, const struct videomode *vm,
|
| 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/ |
| H A D | omap_crtc.h | 21 struct videomode; 23 struct videomode *omap_crtc_timings(struct drm_crtc *crtc);
|
| H A D | omap_encoder.c | 44 static void omap_encoder_update_videomode_flags(struct videomode *vm, in omap_encoder_update_videomode_flags() 82 struct videomode vm = { 0 }; in omap_encoder_mode_set()
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_modes.h | 35 struct videomode; 456 void drm_display_mode_from_videomode(const struct videomode *vm, 459 struct videomode *vm); 460 void drm_bus_flags_from_videomode(const struct videomode *vm, u32 *bus_flags);
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | drm_modes.h | 307 struct videomode { struct 332 void drm_display_mode_from_videomode(const struct videomode *vm, argument 335 struct videomode *vm);
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | mb862xx.c | 234 unsigned int cf, videomode, div = 0; in card_init() local 247 videomode = 0x310; in card_init() 253 videomode = (int) simple_strtoul (penv, NULL, 16); in card_init() 263 if (vesa_modes[i].vesanr == videomode) in card_init() 268 videomode); in card_init()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/ |
| H A D | rk628.c | 267 static void calc_dsp_frm_hst_vst(const struct videomode *src, in calc_dsp_frm_hst_vst() 268 const struct videomode *dst, in calc_dsp_frm_hst_vst() 314 const struct videomode *src, in rk628_post_process_scaler_init() 315 const struct videomode *dst) in rk628_post_process_scaler_init() 436 struct videomode *src, in rk628_post_process_en() 437 struct videomode *dst, in rk628_post_process_en()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_mic.c | 102 struct videomode vm; 157 struct videomode vm = mic->vm; in mic_set_porch_timing() 181 struct videomode *vm = &mic->vm; in mic_set_img_size() 192 struct videomode vm = mic->vm; in mic_set_output_timing()
|
| H A D | exynos_drm_dpi.c | 32 struct videomode *vm; 166 struct videomode *vm; in exynos_dpi_parse_dt()
|
| /OK3568_Linux_fs/kernel/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);
|