summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_gem.c
AgeCommit message (Expand)Author
2017-02-02drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctlMichel Dänzer
2016-10-18drm: radeon: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-01-25drm/radeon: Ensure radeon bo is unreserved in radeon_gem_va_ioctlMatthew Dawson
2015-07-16drm/radeon: fix user ptr race conditionChristian König
2015-07-08drm/radeon: fix HDP flushingGrigori Goronzy
2015-07-08drm/radeon: use RCU query for GEM_BUSY syscallGrigori Goronzy
2015-02-02drm/radeon: don't init gpuvm if accel is disabled (v3)Alex Deucher
2015-01-12drm/radeon: don't print error on -ERESTARTSYSChristian König
2014-12-24Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"Dave Airlie
2014-12-03drm/ttm: optionally move duplicates to a separate listChristian König
2014-12-03drm/radeon: rename radeon_cs_reloc to radeon_bo_listChristian König
2014-11-21Merge branch 'drm-next-3.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2014-11-21drm/gem: Warn on illegal use of the dumb buffer interface v2Thomas Hellstrom
2014-11-20drm/radeon: update the VM after setting BO address v4Christian König
2014-11-20drm/radeon: stop re-reserving the BO in radeon_vm_bo_set_addrChristian König
2014-10-03drm/radeon: export reservation_object from dmabuf to ttmMaarten Lankhorst
2014-09-02drm/radeon: use rcu waits in some ioctlsMaarten Lankhorst
2014-08-11drm/radeon: allow userptr write access under certain conditionsChristian König
2014-08-11drm/radeon: add userptr flag to register MMU notifier v3Christian König
2014-08-11drm/radeon: add userptr flag to directly validate the BO to GTTChristian König
2014-08-11drm/radeon: add userptr flag to limit it to anonymous memory v2Christian König
2014-08-11drm/radeon: add userptr support v8Christian König
2014-08-05drm/radeon: use an intervall tree to manage the VMA v2Alex Deucher
2014-08-05drm/radeon: Only flush HDP cache from idle ioctl if BO is in VRAMMichel Dänzer
2014-08-05drm/radeon: s/ioctl_wait_idle/mmio_hpd_flush/Michel Dänzer
2014-08-05drm/radeon: remove discardable flag from radeon_gem_object_createChristian König
2014-08-05drm/radeon: remove visible vram size limit on bo allocation (v4)Alex Deucher
2014-08-05drm/radeon: use vram/gart pinned size in radeon_gem_info_ioctlAlex Deucher
2014-08-05drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2)Michel Dänzer
2014-08-05drm/radeon: Demote 'BO allocation size too large' message to debug onlyMichel Dänzer
2014-03-03drm/radeon: deduplicate code in radeon_gem_busy_ioctlMarek Olšák
2014-03-03drm/radeon: add a way to get and set initial buffer domains v2Marek Olšák
2014-01-07drivers: gpu: Mark function as static in radeon_gem.cRashika Kheria
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter
2013-05-02radeon: add bo tracking debugfsJerome Glisse
2012-10-24drm/radeon: move the retry to gem_object_createChristian König
2012-10-24drm/radeon: move size limits to gem_object_create.Christian König
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells
2012-09-20drm/radeon: rework the VM code a bit more (v2)Christian König
2012-09-20drm/radeon: fix gem_close_object handlingChristian König
2012-09-20drm/radeon: move and rename radeon_bo_va functionChristian König
2012-08-13drm/radeon: fence virtual address and free it once idle v4Jerome Glisse
2012-07-20Merge tag 'v3.5-rc7' into drm-nextDave Airlie
2012-07-17drm/radeon: add an exclusive lock for GPU reset v2Jerome Glisse
2012-07-03drm/radeon: fix rare segfaultJerome Glisse
2012-06-21drm/radeon: replace cs_mutex with vm_mutex v3Christian König