1. 13 4月, 2012 2 次提交
  2. 10 4月, 2012 2 次提交
  3. 01 4月, 2012 4 次提交
  4. 29 3月, 2012 8 次提交
  5. 24 3月, 2012 1 次提交
  6. 23 3月, 2012 2 次提交
  7. 19 3月, 2012 2 次提交
  8. 08 3月, 2012 1 次提交
  9. 03 3月, 2012 1 次提交
  10. 27 2月, 2012 1 次提交
  11. 25 2月, 2012 2 次提交
  12. 24 2月, 2012 2 次提交
  13. 17 2月, 2012 1 次提交
    • D
      drm: add some caps for userspace to discover more info for dumb KMS driver (v2) · 019d96cb
      Dave Airlie 提交于
      For the simple KMS driver case we need some more info about what the preferred
      depth and if a shadow framebuffer is preferred.
      
      I've only added this for intel/radeon which support the dumb ioctls so far.
      
      If you need something really fancy you should be writing a real X.org driver.
      
      v2: drop cursor information, just return an error from the cursor ioctls
      and we can make userspace fallback to sw cursor in that case, cursor
      info was getting too messy, best to start smaller.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      019d96cb
  14. 16 2月, 2012 1 次提交
    • E
      drm/i915: do not enable RC6p on Sandy Bridge · 1c8ecf80
      Eugeni Dodonov 提交于
      With base on latest findings, RC6p seems to be respondible for RC6-related
      issues on Sandy Bridge platform. To work-around those issues, the previous
      solution was to completely disable RC6 on Sandy Bridge for the past few
      releases, even if plain RC6 was not giving any issues.
      
      What this patch does is preventing RC6p from being enabled on Sandy Bridge
      even if users enable RC6 via a kernel parameter. So it won't change the
      defaults in any way, but will ensure that if users do enable RC6 manually
      it won't break their machines by enabling this extra state.
      
      Proper fix for this (enabling specific RC6 states according to the GPU
      generation) were proposed for the -next kernel, but we are too late in the
      release process now to pick such changes.
      Acked-by: NKeith Packard <keithp@keithp.com>
      Signed-off-by: NEugeni Dodonov <eugeni.dodonov@intel.com>
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      1c8ecf80
  15. 15 2月, 2012 2 次提交
  16. 14 2月, 2012 1 次提交
  17. 12 2月, 2012 1 次提交
  18. 11 2月, 2012 6 次提交