Lines Matching refs:fastset
1323 * Make sure the DPLL state is up-to-date for fastset TypeC ports after non-blocking commits.
2984 * - During fastset the pipe is already enabled and must remain so
3183 * - During fastset the pipe is already enabled and must remain so
3246 * - During fastset the pipe is already enabled and must remain so
4923 pipe_config_mismatch(struct drm_printer *p, bool fastset,
4934 if (fastset)
4935 drm_printf(p, "[CRTC:%d:%s] fastset requirement not met in %s %pV\n",
4945 pipe_config_infoframe_mismatch(struct drm_printer *p, bool fastset,
4954 if (fastset) {
4963 pipe_config_mismatch(p, fastset, crtc, name, "infoframe");
4972 pipe_config_dp_vsc_sdp_mismatch(struct drm_printer *p, bool fastset,
4978 pipe_config_mismatch(p, fastset, crtc, name, "dp vsc sdp");
4987 pipe_config_dp_as_sdp_mismatch(struct drm_printer *p, bool fastset,
4993 pipe_config_mismatch(p, fastset, crtc, name, "dp as sdp");
5016 pipe_config_buffer_mismatch(struct drm_printer *p, bool fastset,
5021 pipe_config_mismatch(p, fastset, crtc, name, "buffer");
5031 pipe_config_pll_mismatch(struct drm_printer *p, bool fastset,
5039 pipe_config_mismatch(p, fastset, crtc, name, " "); /* stupid -Werror=format-zero-length */
5069 bool fastset)
5077 if (fastset)
5086 pipe_config_mismatch(&p, fastset, crtc, __stringify(name), \
5098 pipe_config_mismatch(&p, fastset, crtc, __stringify(name), \
5110 pipe_config_mismatch(&p, fastset, crtc, __stringify(name), \
5120 pipe_config_mismatch(&p, fastset, crtc, __stringify(name), \
5132 pipe_config_mismatch(&p, fastset, crtc, __stringify(name), \
5142 pipe_config_mismatch(&p, fastset, crtc, __stringify(name), \
5153 pipe_config_mismatch(&p, fastset, crtc, __stringify(name), \
5173 pipe_config_pll_mismatch(&p, fastset, crtc, __stringify(name), \
5188 if (!fastset || !allow_vblank_delay_fastset(current_config)) \
5192 if (!fastset || !pipe_config->update_lrr) { \
5207 pipe_config_mismatch(&p, fastset, crtc, __stringify(name), \
5219 pipe_config_infoframe_mismatch(&p, fastset, crtc, __stringify(name), \
5229 pipe_config_dp_vsc_sdp_mismatch(&p, fastset, crtc, __stringify(name), \
5239 pipe_config_dp_as_sdp_mismatch(&p, fastset, crtc, __stringify(name), \
5250 pipe_config_buffer_mismatch(&p, fastset, crtc, __stringify(name), \
5263 pipe_config_mismatch(&p, fastset, crtc, __stringify(lut), \
5306 if (!fastset || !pipe_config->update_m_n)
5349 if (!fastset) {
5366 if (!fastset) {
5412 if (!fastset || !pipe_config->update_m_n) {
5431 if (!fastset) {
5480 if (!fastset) {
5499 if (!fastset || intel_vrr_always_use_vrr_tg(display)) {
5821 drm_dbg_kms(display->drm, "[CRTC:%d:%s] fastset requirement not met, forcing full modeset\n",
6487 * Check if fastset is allowed by external dependencies like other
6586 /* Either full modeset or fastset (or neither), never both */
6597 "modeset" : "fastset");
6884 * of enabling them on the CRTC's first fastset.