]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
drm/i915: don't always do full mode sets when infoframes are enabled
authorJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 1 Dec 2014 17:54:28 +0000 (09:54 -0800)
committerJani Nikula <jani.nikula@intel.com>
Fri, 5 Dec 2014 13:03:46 +0000 (15:03 +0200)
Partial revert of

commit 206645910b9796bff13fcdb67bdca166b724ba62
Author: Jesse Barnes <jbarnes@virtuousgeek.org>
Date:   Wed Nov 5 14:26:09 2014 -0800

    drm/i915: check for audio and infoframe changes across mode sets v2

References: https://bugs.freedesktop.org/show_bug.cgi?id=86683
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Tested-by: Li Xu <li.l.xu@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_display.c

index 6289babd03b05ae9e459813fd6c64a7dd7403189..03d0b0cb8e05f0a3598ff7ae088b43f17d7dfe63 100644 (file)
@@ -11583,10 +11583,12 @@ static int intel_crtc_set_config(struct drm_mode_set *set)
                    to_intel_crtc(set->crtc)->config.has_audio)
                        config->mode_changed = true;
 
-               /* Force mode sets for any infoframe stuff */
-               if (pipe_config->has_infoframe ||
-                   to_intel_crtc(set->crtc)->config.has_infoframe)
-                       config->mode_changed = true;
+               /*
+                * Note we have an issue here with infoframes: current code
+                * only updates them on the full mode set path per hw
+                * requirements.  So here we should be checking for any
+                * required changes and forcing a mode set.
+                */
        }
 
        /* set_mode will free it in the mode_changed case */