1. 19 6月, 2016 1 次提交
  2. 11 6月, 2016 1 次提交
  3. 07 6月, 2016 1 次提交
  4. 30 5月, 2016 1 次提交
  5. 23 5月, 2016 4 次提交
  6. 09 5月, 2016 3 次提交
  7. 29 4月, 2016 10 次提交
  8. 27 4月, 2016 1 次提交
  9. 23 4月, 2016 1 次提交
  10. 07 4月, 2016 1 次提交
  11. 08 3月, 2016 1 次提交
  12. 07 3月, 2016 1 次提交
  13. 01 3月, 2016 1 次提交
  14. 22 2月, 2016 1 次提交
  15. 17 2月, 2016 1 次提交
  16. 11 2月, 2016 1 次提交
  17. 29 1月, 2016 1 次提交
  18. 12 1月, 2016 1 次提交
  19. 30 12月, 2015 1 次提交
  20. 23 12月, 2015 1 次提交
  21. 22 12月, 2015 2 次提交
  22. 21 12月, 2015 1 次提交
    • G
      drm/i915: Correct max delay for HDMI hotplug live status checking · 61fb3980
      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>
      61fb3980
  23. 17 12月, 2015 2 次提交
  24. 11 12月, 2015 1 次提交