1. 27 1月, 2014 1 次提交
    • R
      drm/i915: debugfs: Add support for probing DP sink CRC. · d2e216d0
      Rodrigo Vivi 提交于
      This debugfs interface will allow intel-gpu-tools test case
      to verify if screen has been updated properly on cases like PSR.
      
      v2: Accepted all Daniel's suggestions:
          * grab modeset lock
          * loop over connector and check DPMS on
          * return errors
          * use _eDP1 suffix for easy future extension
          * don't cache crc_supported neither latest crc
          * return crc as a full array and read it at once with aux.
          * use 0 to turn TEST_SINK off.
          * split the drm_helpers definitions in another patch.
      
      v3: Accepted 2 Damien's suggestion: remove h from printf hexa
          and return ENODEV when eDP not present instead of EAGAIN.
      
      v4: Accepted 2 Jani' s suggestion: 1 path for unlock and remove
          _retry from aux read.
      
      v5: removing last missing useless _retry (by Damien)
      
      Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
      Cc: Damien Lespiau <damien.lespiau@intel.com>
      Cc: Jani Nikula <jani.nikula@intel.com>
      Signed-off-by: NRodrigo Vivi <rodrigo.vivi@gmail.com>
      Reviewed-by: NDamien Lespiau <damien.lespiau@intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      d2e216d0
  2. 25 1月, 2014 1 次提交
  3. 11 1月, 2014 1 次提交
  4. 10 1月, 2014 1 次提交
  5. 08 1月, 2014 1 次提交
  6. 06 1月, 2014 1 次提交
  7. 18 12月, 2013 3 次提交
  8. 16 12月, 2013 2 次提交
  9. 11 12月, 2013 1 次提交
  10. 28 11月, 2013 2 次提交
  11. 27 11月, 2013 1 次提交
  12. 26 11月, 2013 1 次提交
  13. 22 11月, 2013 1 次提交
    • B
      i915, debugfs: Fix uninitialized warning · 432f3342
      Borislav Petkov 提交于
      gcc complains that:
      
      drivers/gpu/drm/i915/i915_debugfs.c: In function ‘display_crc_ctl_write’:
      drivers/gpu/drm/i915/i915_debugfs.c:2393:2: warning: ‘val’ may be used uninitialized in this function [-Wuninitialized]
      drivers/gpu/drm/i915/i915_debugfs.c:2350:6: note: ‘val’ was declared here
      
      but it can't see that we're going to use val only in the success case.
      So shut it up.
      
      Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
      Cc: David Airlie <airlied@linux.ie>
      Cc: intel-gfx@lists.freedesktop.org
      Cc: dri-devel@lists.freedesktop.org
      Signed-off-by: NBorislav Petkov <bp@suse.de>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      432f3342
  14. 14 11月, 2013 2 次提交
  15. 09 11月, 2013 4 次提交
  16. 08 11月, 2013 2 次提交
  17. 07 11月, 2013 1 次提交
  18. 06 11月, 2013 1 次提交
  19. 02 11月, 2013 4 次提交
  20. 22 10月, 2013 5 次提交
  21. 18 10月, 2013 4 次提交