1. 09 4月, 2015 1 次提交
  2. 27 3月, 2015 1 次提交
  3. 18 3月, 2015 2 次提交
  4. 25 2月, 2015 1 次提交
    • S
      drm/i915/skl: Add support for edp1.4 low vswing · 7ad14a29
      Sonika Jindal 提交于
      Based upon vbt's vswing preemph settings value select the appropriate
      translations for edp.
      
      v2: Incorporating bspec changes for vswing and preemph levels, adding edp
      translation table. Removed HSW from selection 9 which is specific to skl and
      correcting the returning of level2 from max pre emph (Damien)
      
      v3: Rebasing on top of renaming patches. Adding level(3,0) since level(2,2) as
      mentioned in bspec is invalid as per edp spec. Also changed the determining of
      size of the table selected (Satheesh).
      
      v4: Adding level 3 in max voltage selection if low vswing is selected (Satheesh)
      
      v5: Add a comment stating that skl_ddi_translations_edp is for eDP 1.4
          low vswing panels.
      
      v6: Updating recommended DDI translation table for edp 1.4
      
      Reviewed-by: Satheeshakrishna M <satheeshakrishna.m@intel.com> (v4)
      Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> (v6)
      Signed-off-by: NSonika Jindal <sonika.jindal@intel.com>
      Signed-off-by: NDamien Lespiau <damien.lespiau@intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      7ad14a29
  5. 31 1月, 2015 1 次提交
  6. 27 1月, 2015 5 次提交
  7. 15 12月, 2014 1 次提交
  8. 04 12月, 2014 1 次提交
  9. 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
  10. 19 11月, 2014 1 次提交
  11. 18 11月, 2014 4 次提交
  12. 15 11月, 2014 1 次提交
  13. 14 11月, 2014 6 次提交
  14. 08 11月, 2014 3 次提交
  15. 05 11月, 2014 4 次提交
  16. 24 10月, 2014 1 次提交
  17. 01 10月, 2014 1 次提交
  18. 29 9月, 2014 2 次提交
  19. 24 9月, 2014 1 次提交
  20. 04 9月, 2014 1 次提交
  21. 03 9月, 2014 1 次提交