summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_ttm.c
AgeCommit message (Expand)Author
2016-09-15drm/radeon: fix radeon_move_blit on 32bit systemsChristian König
2016-05-04drm/radeon: forbid mapping of userptr bo through radeon device fileJérôme Glisse
2016-03-03drm/radeon: use post-decrement in error handlingRasmus Villemoes
2015-09-30drm: Remove __OS_HAS_AGPDaniel Vetter
2015-06-29drm/radeon: use kzalloc for allocating one thingManinder Singh
2015-05-07drm/radeon: fix userptr BO unpin bug v3monk.liu
2015-04-02drm/radeon: add extra check in radeon_ttm_tt_unpin_userptrChristian König
2014-12-03drm/radeon: check the right ring in radeon_evict_flags()Alex Deucher
2014-11-12drm/radeon: Try evicting from CPU accessible to inaccessible VRAM firstMichel Dänzer
2014-10-03drm/radeon: export reservation_object from dmabuf to ttmMaarten Lankhorst
2014-09-24drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter
2014-09-18drm/radeon: fix AGP userptr handlingChristian König
2014-09-11drm/radeon: add the infrastructure for concurrent buffer accessChristian König
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian 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: Allow write-combined CPU mappings of BOs in GTT (v2)Michel Dänzer
2014-08-05drm/radeon: Pass GART page flags to radeon_gart_set_page() explicitlyMichel Dänzer
2014-03-18Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie
2014-03-18Merge tag 'v3.14-rc7' into drm-nextDave Airlie
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann
2014-03-06drm/radeon: silence GCC warning on 32 bitPaul Bolle
2014-03-06drm/radeon: TTM must be init with cpu-visible VRAM, v2Lauri Kasanen
2014-03-03drm/radeon: track memory statistics about VRAM and GTT usage and buffer moves v2Marek Olšák
2013-12-24drm/radeon: add GART debugfs access v3Christian König
2013-12-24drm/radeon: add VRAM debugfs access v3Christian König
2013-12-24drm/radeon: cleanup radeon_ttm debugfs handlingChristian König
2013-12-18drm: rip out drm_core_has_AGPDaniel Vetter
2013-08-27drm: verify vma access in TTM+GEM driversDavid Herrmann
2013-05-20drm/radeon: Fix VRAM size calculation for VRAM >= 4GBNiels Ole Salscheider
2013-02-04drm: fix compile failure by including <linux/swiotlb.h>Chris Metcalf
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst
2012-11-20drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst
2012-11-20drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst
2012-09-20drm/radeon: Mark all possible functions / structs as staticLauri Kasanen
2012-07-25drm: track dev_mapping in more robust and flexible wayIlija Hadzic
2012-06-21drm/radeon: replace vmram_mutex with mclk_lock v2Christian König
2012-06-21drm/radeon: rework ring syncing codeChristian König
2012-06-21drm/radeon: remove radeon_fence_createChristian König
2012-05-23drm/radeon: add PRIME support (v2)Alex Deucher
2012-05-09drm/radeon: immediately free ttm-move semaphoreChristian König
2012-05-03drm/radeon: fix a bug with the ring syncing codeChristian König
2012-02-29drm/radeon/kms: reorganize copy callbacksAlex Deucher
2012-01-06ttm: fix agp since ttm tt reworkJerome Glisse
2012-01-06drm/radeon/kms: sync across multiple rings when doing bo moves v3Alex Deucher
2011-12-20drm/radeon: rename struct radeon_cp to radeon_ringChristian König
2011-12-20drm/radeon: make cp variable an arrayChristian König
2011-12-20drm/radeon/kms: add support for multiple fence queues v2Alex Deucher