index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
radeon_gart.c
Age
Commit message (
Expand
)
Author
2012-07-20
Merge tag 'v3.5-rc7' into drm-next
Dave Airlie
2012-07-18
drm/radeon: document VM functions in radeon_gart.c (v3)
Alex Deucher
2012-07-18
drm/radeon: document non-VM functions in radeon_gart.c (v2)
Alex Deucher
2012-07-17
drm/radeon: remove vm_manager start/suspend
Christian König
2012-07-17
drm/radeon: add error handling to radeon_vm_unbind_locked
Christian König
2012-06-29
drm/radeon: fix VM page table setup on SI
Alex Deucher
2012-06-21
drm/radeon: replace cs_mutex with vm_mutex v3
Christian König
2012-06-05
drm/radeon: fix vm deadlocks on cayman
Christian König
2012-05-24
Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-05-23
drm/radeon: add PRIME support (v2)
Alex Deucher
2012-05-09
drm/radeon: rip out the ib pool
Jerome Glisse
2012-05-09
drm/radeon: define new SA interface v3
Christian König
2012-05-09
drm/radeon: make sa bo a stand alone object
Christian König
2012-05-09
drm/radeon: use inline functions to calc sa_bo addr
Christian König
2012-04-08
Merge branch 'master' into for-next
Jiri Kosina
2012-04-05
radeon: remove redundant ';' from radeon_vm_bo_update_pte()
Jesper Juhl
2012-02-29
drm/radeon/kms/vm: fix possible bug in radeon_vm_bo_rmv()
Sebastian Biemueller
2012-01-09
drm/radeon: double lock typo in radeon_vm_bo_rmv()
Dan Carpenter
2012-01-09
drm/radeon: use after free in radeon_vm_bo_add()
Dan Carpenter
2012-01-09
drm/radeon/kms: check if vm is supported in VA ioctl
Alex Deucher
2012-01-06
drm/radeon: GPU virtual memory support v22
Jerome Glisse
2011-12-06
drm/radeon/kms: enable the ttm dma pool if swiotlb is on V4
Konrad Rzeszutek Wilk
2011-11-04
drm/radeon/kms: consolidate GART code, fix segfault after GPU lockup V2
Jerome Glisse
2011-09-06
drm/radeon: Print gart initialization details on all chipsets
Tormod Volden
2011-05-11
drm/radeon/nouveau: fix build regression on alpha due to Xen changes.
Dave Airlie
2011-04-13
drm/radeon/kms: clean up gart dummy page handling
Alex Deucher
2011-02-23
Merge branch 'drm-mm-cleanup' into drm-next
Dave Airlie
2011-02-23
Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...
Dave Airlie
2011-02-23
drm/radeon: embed struct drm_gem_object
Daniel Vetter
2011-02-18
radeon/ttm/PCIe: Use dma_addr if TTM has set it.
Konrad Rzeszutek Wilk
2010-11-18
drm/radeon/kms: fix alignment when allocating buffers
Alex Deucher
2010-04-06
drm/radeon/kms: simplify & improve GPU reset V2
Jerome Glisse
2010-02-11
drm/radeon/kms: set gart pages to invalid on unbind and point to dummy page
Dave Airlie
2009-12-02
drm/radeon/kms: Rework radeon object handling
Jerome Glisse
2009-10-16
drm/radeon/kms: use RADEON_GPU_PAGE_SIZE instead of 4096
Matt Turner
2009-09-15
drm/radeon/kms: clear confusion in GART init/deinit path
Jerome Glisse
2009-07-15
drm/radeon/kms: fix some GART table entry bugs.
Dave Airlie
2009-06-15
drm/radeon: introduce kernel modesetting for radeon hardware
Jerome Glisse