1. 18 4月, 2013 6 次提交
  2. 09 4月, 2013 1 次提交
  3. 03 4月, 2013 3 次提交
  4. 02 4月, 2013 1 次提交
  5. 28 3月, 2013 1 次提交
  6. 27 3月, 2013 1 次提交
  7. 26 3月, 2013 1 次提交
  8. 23 3月, 2013 3 次提交
  9. 19 3月, 2013 1 次提交
  10. 06 3月, 2013 1 次提交
  11. 05 3月, 2013 4 次提交
  12. 04 3月, 2013 1 次提交
  13. 21 2月, 2013 1 次提交
  14. 20 2月, 2013 6 次提交
  15. 15 2月, 2013 1 次提交
  16. 14 2月, 2013 1 次提交
    • B
      drm/i915: Fix RC6VIDS encode/decode · 7083e050
      Ben Widawsky 提交于
      The RC6 VIDS has a linear ramp starting at 250mv, which means any values
      below 250 are invalid. The old buggy macros tried to adjust for this to
      be more flexible, but there is no need. As Dan pointed out the ENCODE
      only ever has one value. The only invalid value for decode is an input
      of 0 which means something is really wonky, and the cases where DECODE
      are used either don't matter (debug values), or would be implicitly
      correct (the check for less than 450).
      
      This patch makes simpler, easier to read macros which are actually
      correct. Maybe this patch can actually fix some bugs now.
      
      Thanks to Dan for catching this. /me hides
      
      Cc: stable@kernel.org
      Reported-by: NDan Carpenter <dan.carpenter@oracle.com>
      Signed-off-by: NBen Widawsky <ben@bwidawsk.net>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      7083e050
  17. 31 1月, 2013 2 次提交
  18. 28 1月, 2013 1 次提交
  19. 27 1月, 2013 4 次提交