1. 04 12月, 2014 1 次提交
  2. 21 11月, 2014 1 次提交
    • D
      drm/i915: Don't rely upon encoder->type for infoframe hw state readout · bbd440fb
      Daniel Vetter 提交于
      encoder->type can change underneath us and doesn't need to reflect
      actual hw state (since we don't construct it from hw state like
      e.g. encoder->crtc crtc->config).
      
      And this can indeed happen:
      1) Boot with plugged-in hdmi screen. Since we only set ->type in the
         probe functions this means we won't detect any infoframes since
         type is still unkown.
      2) First probe sets type to HDMI.
      3) If the first modeset now does _not_ happen on the HDMI pipe with
         infoframes encoder->get_config suddenly sees infoframes and the
         state checker gets angry.
      
      Fix this by only relying on actual hw state when figuring out whether
      the ddi port is in hdmi mode and sends infoframes.
      
      Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
      Cc: Paulo Zanoni <przanoni@gmail.com>
      Reported-by: NPaulo Zanoni <przanoni@gmail.com>
      Reviewed-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      bbd440fb
  3. 19 11月, 2014 1 次提交
  4. 18 11月, 2014 4 次提交
  5. 15 11月, 2014 1 次提交
  6. 14 11月, 2014 6 次提交
  7. 08 11月, 2014 3 次提交
  8. 05 11月, 2014 4 次提交
  9. 24 10月, 2014 1 次提交
  10. 01 10月, 2014 1 次提交
  11. 29 9月, 2014 2 次提交
  12. 24 9月, 2014 1 次提交
  13. 04 9月, 2014 1 次提交
  14. 03 9月, 2014 2 次提交
  15. 11 8月, 2014 1 次提交
  16. 08 8月, 2014 10 次提交