Searched refs:sig_cfg (Results 1 – 1 of 1) sorted by relevance
268 struct ipu_di_signal_cfg sig_cfg = {}; in ipu_crtc_mode_set_nofb() local293 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 …]
Completed in 4 milliseconds