aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_gem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-20drm: free core gem object from driver callbacksDaniel Vetter1-0/+3
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie1-2/+1
2010-02-11Use drm_gem_object_[handle_]unreference_unlocked where possibleLuca Barbieri1-27/+9
2010-02-05drm/radeon/kms: fix regression rendering issue on R6XX/R7XXJerome Glisse1-0/+3
2010-01-08drm/radeon/kms: Schedule host path read cache flush through the ring V2Jerome Glisse1-2/+0
2009-12-16drm/radeon/gem: don't leak a gem object if reserve fails on get tiling (v2)Dave Airlie1-1/+2
2009-12-16drm/radeon/kms: don't report allocate failure on ERESTARTSYSDave Airlie1-2/+3
2009-12-10drm/radeon/kms: fix warning about cur_placement being uninitialised.Dave Airlie1-1/+1
2009-12-02drm/radeon/kms: Rework radeon object handlingJerome Glisse1-48/+50
2009-12-02drm/radeon: Give userspace more accurate information about available memory.Michel Dänzer1-3/+7
2009-08-23drm/radeon/kms: Fix radeon_gem_busy_ioctl harder.Michel Dänzer1-3/+9
2009-08-21drm/radeon/kms: implement the bo busy ioctl properly.Dave Airlie1-1/+1
2009-08-17drm/radeon/kms: implement bo busy check + current domainDave Airlie1-1/+21
2009-07-29drm/radeon/kms: vram sizing on certain r100 chips needs workaround.Dave Airlie1-2/+2
2009-07-29drm/radeon/kms: add initial colortiling support.Dave Airlie1-0/+41
2009-06-15drm/radeon: introduce kernel modesetting for radeon hardwareJerome Glisse1-0/+287