aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_gem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-02drm/radeon: don't init gpuvm if accel is disabled (v3)Alex Deucher1-2/+4
2015-01-12drm/radeon: don't print error on -ERESTARTSYSChristian König1-1/+1
2014-12-24Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"Dave Airlie1-22/+4
2014-12-03drm/ttm: optionally move duplicates to a separate listChristian König1-1/+1
2014-12-03drm/radeon: rename radeon_cs_reloc to radeon_bo_listChristian König1-1/+1
2014-11-21Merge branch 'drm-next-3.19' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-1/+65
2014-11-21drm/gem: Warn on illegal use of the dumb buffer interface v2Thomas Hellstrom1-4/+22
2014-11-20drm/radeon: update the VM after setting BO address v4Christian König1-0/+64
2014-11-20drm/radeon: stop re-reserving the BO in radeon_vm_bo_set_addrChristian König1-1/+1
2014-10-03drm/radeon: export reservation_object from dmabuf to ttmMaarten Lankhorst1-1/+1
2014-09-02drm/radeon: use rcu waits in some ioctlsMaarten Lankhorst1-6/+16
2014-08-11drm/radeon: allow userptr write access under certain conditionsChristian König1-7/+12
2014-08-11drm/radeon: add userptr flag to register MMU notifier v3Christian König1-1/+8
2014-08-11drm/radeon: add userptr flag to directly validate the BO to GTTChristian König1-1/+17
2014-08-11drm/radeon: add userptr flag to limit it to anonymous memory v2Christian König1-1/+2
2014-08-11drm/radeon: add userptr support v8Christian König1-0/+68
2014-08-05drm/radeon: use an intervall tree to manage the VMA v2Alex Deucher1-2/+2
2014-08-05drm/radeon: Only flush HDP cache from idle ioctl if BO is in VRAMMichel Dänzer1-2/+4
2014-08-05drm/radeon: s/ioctl_wait_idle/mmio_hpd_flush/Michel Dänzer1-3/+3
2014-08-05drm/radeon: remove discardable flag from radeon_gem_object_createChristian König1-4/+3
2014-08-05drm/radeon: remove visible vram size limit on bo allocation (v4)Alex Deucher1-5/+7
2014-08-05drm/radeon: use vram/gart pinned size in radeon_gem_info_ioctlAlex Deucher1-7/+4
2014-08-05drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2)Michel Dänzer1-10/+6
2014-08-05drm/radeon: Demote 'BO allocation size too large' message to debug onlyMichel Dänzer1-2/+2
2014-03-03drm/radeon: deduplicate code in radeon_gem_busy_ioctlMarek Olšák1-12/+1
2014-03-03drm/radeon: add a way to get and set initial buffer domains v2Marek Olšák1-0/+36
2014-01-07drivers: gpu: Mark function as static in radeon_gem.cRashika Kheria1-1/+1
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann1-7/+0
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter1-7/+0
2013-05-02radeon: add bo tracking debugfsJerome Glisse1-0/+50
2012-10-24drm/radeon: move the retry to gem_object_createChristian König1-1/+7
2012-10-24drm/radeon: move size limits to gem_object_create.Christian König1-0/+10
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-8/+46
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-09-20drm/radeon: rework the VM code a bit more (v2)Christian König1-6/+41
2012-09-20drm/radeon: fix gem_close_object handlingChristian König1-2/+5
2012-09-20drm/radeon: move and rename radeon_bo_va functionChristian König1-1/+1
2012-08-13drm/radeon: fence virtual address and free it once idle v4Jerome Glisse1-11/+2
2012-07-20Merge tag 'v3.5-rc7' into drm-nextDave Airlie1-4/+6
2012-07-17drm/radeon: add an exclusive lock for GPU reset v2Jerome Glisse1-0/+8
2012-07-03drm/radeon: fix rare segfaultJerome Glisse1-4/+6
2012-06-21drm/radeon: replace cs_mutex with vm_mutex v3Christian König1-2/+0
2012-05-24Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+19
2012-05-23drm/radeon: add PRIME support (v2)Alex Deucher1-1/+3
2012-05-03drm/radeon: rework recursive gpu reset handlingChristian König1-0/+16
2012-04-16radeon: Fix typo in radeon_gem.cMasanari Iida1-1/+1
2012-03-20drm/radeon: Drop radeon_gem_object_(un)pin.Michel Dänzer1-26/+0
2012-01-09drm/radeon/kms: check if vm is supported in VA ioctlAlex Deucher1-0/+5
2012-01-06drm/radeon: GPU virtual memory support v22Jerome Glisse1-0/+136