1. 07 7月, 2016 1 次提交
  2. 05 7月, 2016 1 次提交
  3. 04 7月, 2016 1 次提交
  4. 24 6月, 2016 2 次提交
  5. 19 6月, 2016 1 次提交
  6. 11 6月, 2016 1 次提交
  7. 07 6月, 2016 1 次提交
  8. 30 5月, 2016 1 次提交
  9. 23 5月, 2016 4 次提交
  10. 09 5月, 2016 3 次提交
  11. 29 4月, 2016 10 次提交
  12. 27 4月, 2016 1 次提交
  13. 23 4月, 2016 1 次提交
  14. 07 4月, 2016 1 次提交
  15. 08 3月, 2016 1 次提交
  16. 07 3月, 2016 1 次提交
  17. 01 3月, 2016 1 次提交
  18. 22 2月, 2016 1 次提交
  19. 17 2月, 2016 1 次提交
  20. 11 2月, 2016 1 次提交
  21. 29 1月, 2016 1 次提交
  22. 12 1月, 2016 1 次提交
  23. 30 12月, 2015 1 次提交
  24. 23 12月, 2015 1 次提交
  25. 22 12月, 2015 1 次提交
    • G
      drm/i915: Correct max delay for HDMI hotplug live status checking · a98728e0
      Gary Wang 提交于
      The total delay of HDMI hotplug detecting with 30ms have already
      been split into a resolution of 3 retries of 10ms each, for the worst
      cases. But it still suffered from only waiting 10ms at most in
      intel_hdmi_detect(). This patch corrects it by reading hotplug status
      with 4 times at most for 30ms delay.
      
      v2:
      - straight up to loop execution for more clear in code readability
      - mdelay will replace with msleep by Daniel's new patch
      
      	drm/i915: mdelay(10) considered harmful
      
      - suggest to re-evaluate try times for being compatible to old HDMI monitor
      Reviewed-by: NCooper Chiou <cooper.chiou@intel.com>
      Tested-by: NGary Wang <gary.c.wang@intel.com>
      Cc: Jani Nikula <jani.nikula@linux.intel.com>
      Cc: Daniel Vetter <daniel@ffwll.ch>
      Cc: Gavin Hindman <gavin.hindman@intel.com>
      Cc: Sonika Jindal <sonika.jindal@intel.com>
      Cc: Shashank Sharma <shashank.sharma@intel.com>
      Signed-off-by: NGary Wang <gary.c.wang@intel.com>
      [danvet: fixup conflict with s/mdelay/msleep/ patch.]
      Cc: drm-intel-fixes@lists.freedesktop.org
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      (cherry picked from commit 61fb3980)
      Signed-off-by: NJani Nikula <jani.nikula@intel.com>
      a98728e0