1. 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
  2. 30 1月, 2012 1 次提交
  3. 29 1月, 2012 1 次提交
  4. 25 1月, 2012 1 次提交
  5. 22 1月, 2012 3 次提交
  6. 17 1月, 2012 7 次提交
  7. 14 1月, 2012 1 次提交
  8. 13 1月, 2012 1 次提交
  9. 04 1月, 2012 6 次提交
  10. 27 12月, 2011 1 次提交
  11. 20 12月, 2011 5 次提交
  12. 17 12月, 2011 3 次提交
  13. 01 12月, 2011 1 次提交
    • V
      drm: Redefine pixel formats · 04b3924d
      Ville Syrjälä 提交于
      Name the formats as DRM_FORMAT_X instead of DRM_FOURCC_X. Use consistent
      names, especially for the RGB formats. Component order and byte order are
      now strictly specified for each format.
      
      The RGB format naming follows a convention where the components names
      and sizes are listed from left to right, matching the order within a
      single pixel from most significant bit to least significant bit.
      
      The YUV format names vary more. For the 4:2:2 packed formats and 2
      plane formats use the fourcc. For the three plane formats the
      name includes the plane order and subsampling information using the
      standard subsampling notation. Some of those also happen to match
      the official fourcc definition.
      
      The fourccs for for all the RGB formats and some of the YUV formats
      I invented myself. The idea was that looking at just the fourcc you
      get some idea what the format is about without having to decode it
      using some external reference.
      Signed-off-by: NVille Syrjälä <ville.syrjala@linux.intel.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      04b3924d
  14. 24 11月, 2011 1 次提交
  15. 17 11月, 2011 1 次提交
  16. 16 11月, 2011 1 次提交
  17. 08 11月, 2011 2 次提交
  18. 29 10月, 2011 2 次提交
  19. 21 10月, 2011 1 次提交