Lines Matching defs:current_config

5004 intel_pipe_config_compare(const struct intel_crtc_state *current_config,
5008 struct drm_i915_private *dev_priv = to_i915(current_config->uapi.crtc->dev);
5019 if (current_config->name != pipe_config->name) { \
5020 BUILD_BUG_ON_MSG(__same_type(current_config->name, bool), \
5024 current_config->name, \
5031 if ((current_config->name & (mask)) != (pipe_config->name & (mask))) { \
5032 BUILD_BUG_ON_MSG(__same_type(current_config->name, bool), \
5036 current_config->name & (mask), \
5043 if (current_config->name != pipe_config->name) { \
5044 BUILD_BUG_ON_MSG(__same_type(current_config->name, bool), \
5048 current_config->name, \
5055 if (current_config->name != pipe_config->name) { \
5056 BUILD_BUG_ON_MSG(!__same_type(current_config->name, bool), \
5060 str_yes_no(current_config->name), \
5067 if (current_config->name != pipe_config->name) { \
5070 current_config->name, \
5077 if (!intel_compare_link_m_n(&current_config->name, \
5082 current_config->name.tu, \
5083 current_config->name.data_m, \
5084 current_config->name.data_n, \
5085 current_config->name.link_m, \
5086 current_config->name.link_n, \
5097 if (!intel_dpll_compare_hw_state(dev_priv, &current_config->name, \
5100 &current_config->name, \
5131 if ((current_config->name ^ pipe_config->name) & (mask)) { \
5135 current_config->name & (mask), \
5142 if (!intel_compare_infoframe(&current_config->infoframes.name, \
5145 &current_config->infoframes.name, \
5152 if (!intel_compare_dp_vsc_sdp(&current_config->infoframes.name, \
5155 &current_config->infoframes.name, \
5162 if (!intel_compare_dp_as_sdp(&current_config->infoframes.name, \
5165 &current_config->infoframes.name, \
5172 BUILD_BUG_ON(sizeof(current_config->name) != (len)); \
5174 if (!intel_compare_buffer(current_config->name, pipe_config->name, (len))) { \
5176 current_config->name, \
5184 if (current_config->gamma_mode == pipe_config->gamma_mode && \
5185 !intel_color_lut_equal(current_config, \
5186 current_config->lut, pipe_config->lut, \
5213 ((current_config->quirks | pipe_config->quirks) & (quirk))
5321 if (current_config->has_panel_replay || pipe_config->has_panel_replay) {
5352 if (current_config->has_psr || pipe_config->has_psr)