1. 23 Mar, 2012 2 commits
  2. 22 Mar, 2012 4 commits
  3. 20 Mar, 2012 5 commits
  4. 18 Mar, 2012 7 commits
  5. 02 Mar, 2012 2 commits
  6. 01 Mar, 2012 2 commits
  7. 29 Feb, 2012 8 commits
  8. 27 Feb, 2012 8 commits
  9. 23 Feb, 2012 1 commit
  10. 16 Feb, 2012 1 commit
    • Dave Airlie's avatar
      drm: add some caps for userspace to discover more info for dumb KMS driver (v2) · 019d96cb
      Dave Airlie authored
      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: default avatarDave Airlie <airlied@redhat.com>
      019d96cb