1. 28 1月, 2013 1 次提交
    • P
      drm/i915: set TRANSCODER_EDP even earlier · cc464b2a
      Paulo Zanoni 提交于
      Instead of setting it at the beginning of haswell_crtc_mode_set, let's
      set it at the beginning of intel_crtc_mode_set. When
      intel_crt_mode_set calls drm_vblank_pre_modeset we already need to
      have the transcoder_edp correctly set, because eventually
      drm_vblank_pre_modeset calls functions that call i915_pipe_enabled
      from i915_irq.c, which will read PIPECONF(cpu_transcoder).
      
      This is a bug that affects us since we added support for
      TRANSCODER_EDP, but I was only able to see the problem after
      suspending a machine with the power well disabled (got an "unclaimed
      register" error.
      Signed-off-by: NPaulo Zanoni <paulo.r.zanoni@intel.com>
      Reviewed-by: NJani Nikula <jani.nikula@intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      cc464b2a
  2. 27 1月, 2013 8 次提交
  3. 25 1月, 2013 23 次提交
  4. 24 1月, 2013 1 次提交
  5. 23 1月, 2013 2 次提交
  6. 22 1月, 2013 5 次提交