Searched full:fastset (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display.c | 1323 * Make sure the DPLL state is up-to-date for fastset TypeC ports after non-blocking commits. in intel_encoders_update_prepare() 2984 * - During fastset the pipe is already enabled and must remain so in i9xx_set_pipeconf() 3183 * - During fastset the pipe is already enabled and must remain so in ilk_set_pipeconf() 3246 * - During fastset the pipe is already enabled and must remain so in hsw_set_transconf() 4923 pipe_config_mismatch(struct drm_printer *p, bool fastset, in pipe_config_mismatch() argument 4934 if (fastset) in pipe_config_mismatch() 4935 drm_printf(p, "[CRTC:%d:%s] fastset requirement not met in %s %pV\n", in pipe_config_mismatch() 4945 pipe_config_infoframe_mismatch(struct drm_printer *p, bool fastset, in pipe_config_infoframe_mismatch() argument 4954 if (fastset) { in pipe_config_infoframe_mismatch() 4963 pipe_config_mismatch(p, fastset, crtc, name, "infoframe"); in pipe_config_infoframe_mismatch() [all …]
|
| H A D | intel_atomic.c | 135 * These properties are handled by fastset, and might not end in intel_digital_connector_atomic_check()
|
| H A D | intel_display_types.h | 239 * Optional hook, returning true if this encoder allows a fastset 1060 bool update_m_n; /* update M/N seamlessly during fastset? */ 1061 bool update_lrr; /* update TRANS_VTOTAL/etc. during fastset? */
|
| H A D | intel_dp.c | 4001 bool fastset = true; in intel_dp_initial_fastset_check() local 4013 fastset = false; in intel_dp_initial_fastset_check() 4020 * of crtc_state->dsc, we have no way to ensure reliable fastset. in intel_dp_initial_fastset_check() 4028 fastset = false; in intel_dp_initial_fastset_check() 4036 fastset = false; in intel_dp_initial_fastset_check() 4039 return fastset; in intel_dp_initial_fastset_check()
|