Home
last modified time | relevance | path

Searched refs:sig_cfg (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-crtc.c268 struct ipu_di_signal_cfg sig_cfg = {}; in ipu_crtc_mode_set_nofb() local
293 sig_cfg.clkflags = IPU_DI_CLKMODE_EXT; in ipu_crtc_mode_set_nofb()
295 sig_cfg.clkflags = 0; in ipu_crtc_mode_set_nofb()
299 sig_cfg.clk_pol = !!(imx_crtc_state->bus_flags & in ipu_crtc_mode_set_nofb()
301 sig_cfg.bus_format = imx_crtc_state->bus_format; in ipu_crtc_mode_set_nofb()
302 sig_cfg.v_to_h_sync = 0; in ipu_crtc_mode_set_nofb()
307 if (!IS_ALIGNED(sig_cfg.mode.hactive, 8)) { in ipu_crtc_mode_set_nofb()
311 sig_cfg.mode.hactive, new_hactive); in ipu_crtc_mode_set_nofb()
313 sig_cfg.mode.hfront_porch -= new_hactive - sig_cfg.mode.hactive; in ipu_crtc_mode_set_nofb()
314 sig_cfg.mode.hactive = new_hactive; in ipu_crtc_mode_set_nofb()
[all …]
/openbmc/u-boot/drivers/video/
H A Dmxc_ipuv3_fb.c214 ipu_di_signal_cfg_t sig_cfg; in mxcfb_set_par() local
233 memset(&sig_cfg, 0, sizeof(sig_cfg)); in mxcfb_set_par()
235 sig_cfg.interlaced = 1; in mxcfb_set_par()
246 sig_cfg.ext_clk = 1; in mxcfb_set_par()
248 sig_cfg.Hsync_pol = 1; in mxcfb_set_par()
250 sig_cfg.Vsync_pol = 1; in mxcfb_set_par()
252 sig_cfg.clk_pol = 1; in mxcfb_set_par()
254 sig_cfg.data_pol = 1; in mxcfb_set_par()
256 sig_cfg.enable_pol = 1; in mxcfb_set_par()
258 sig_cfg.clkidle_en = 1; in mxcfb_set_par()
[all …]