1. 01 9月, 2011 1 次提交
  2. 27 7月, 2011 1 次提交
  3. 25 7月, 2011 1 次提交
  4. 18 7月, 2011 1 次提交
  5. 24 6月, 2011 1 次提交
  6. 09 6月, 2011 1 次提交
  7. 13 4月, 2011 2 次提交
  8. 31 3月, 2011 1 次提交
  9. 14 3月, 2011 1 次提交
    • D
      drm/radeon: fix problem with changing active VRAM size. (v2) · 53595338
      Dave Airlie 提交于
      So we used to use lpfn directly to restrict VRAM when we couldn't
      access the unmappable area, however this was removed in
      93225b0d as it also restricted
      the gtt placements. However it was only later noticed that this
      broke on some hw.
      
      This removes the active_vram_size, and just explicitly sets it
      when it changes, TTM/drm_mm will always use the real_vram_size,
      and the active vram size will change the TTM size used for lpfn
      setting.
      
      We should re-work the fpfn/lpfn to per-placement at some point
      I suspect, but that is too late for this kernel.
      
      Hopefully this addresses:
      https://bugs.freedesktop.org/show_bug.cgi?id=35254
      
      v2: fix reported useful VRAM size to userspace to be correct.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      53595338
  10. 03 3月, 2011 3 次提交
  11. 23 2月, 2011 5 次提交
  12. 19 2月, 2011 1 次提交
  13. 07 2月, 2011 1 次提交
    • D
      drm: dumb scanout create/mmap for intel/radeon (v3) · ff72145b
      Dave Airlie 提交于
      This is just an idea that might or might not be a good idea,
      it basically adds two ioctls to create a dumb and map a dumb buffer
      suitable for scanout. The handle can be passed to the KMS ioctls to create
      a framebuffer.
      
      It looks to me like it would be useful in the following cases:
      a) in development drivers - we can always provide a shadowfb fallback.
      b) libkms users - we can clean up libkms a lot and avoid linking
      to libdrm_*.
      c) plymouth via libkms is a lot easier.
      
      Userspace bits would be just calls + mmaps. We could probably
      mark these handles somehow as not being suitable for acceleartion
      so as top stop people who are dumber than dumb.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      ff72145b
  14. 04 2月, 2011 1 次提交
  15. 02 2月, 2011 1 次提交
  16. 17 1月, 2011 1 次提交
  17. 07 1月, 2011 8 次提交
  18. 06 1月, 2011 2 次提交
  19. 05 1月, 2011 2 次提交
  20. 23 11月, 2010 3 次提交
  21. 22 11月, 2010 2 次提交