index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
radeon_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-07
drm/gem: create drm_gem_dumb_destroy
Daniel Vetter
1
-7
/
+0
2013-05-02
radeon: add bo tracking debugfs
Jerome Glisse
1
-0
/
+50
2012-10-24
drm/radeon: move the retry to gem_object_create
Christian König
1
-1
/
+7
2012-10-24
drm/radeon: move size limits to gem_object_create.
Christian König
1
-0
/
+10
2012-10-04
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-8
/
+46
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-2
/
+2
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
1
-1
/
+0
2012-09-20
drm/radeon: rework the VM code a bit more (v2)
Christian König
1
-6
/
+41
2012-09-20
drm/radeon: fix gem_close_object handling
Christian König
1
-2
/
+5
2012-09-20
drm/radeon: move and rename radeon_bo_va function
Christian König
1
-1
/
+1
2012-08-13
drm/radeon: fence virtual address and free it once idle v4
Jerome Glisse
1
-11
/
+2
2012-07-20
Merge tag 'v3.5-rc7' into drm-next
Dave Airlie
1
-4
/
+6
2012-07-17
drm/radeon: add an exclusive lock for GPU reset v2
Jerome Glisse
1
-0
/
+8
2012-07-03
drm/radeon: fix rare segfault
Jerome Glisse
1
-4
/
+6
2012-06-21
drm/radeon: replace cs_mutex with vm_mutex v3
Christian König
1
-2
/
+0
2012-05-24
Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+19
2012-05-23
drm/radeon: add PRIME support (v2)
Alex Deucher
1
-1
/
+3
2012-05-03
drm/radeon: rework recursive gpu reset handling
Christian König
1
-0
/
+16
2012-04-16
radeon: Fix typo in radeon_gem.c
Masanari Iida
1
-1
/
+1
2012-03-20
drm/radeon: Drop radeon_gem_object_(un)pin.
Michel Dänzer
1
-26
/
+0
2012-01-09
drm/radeon/kms: check if vm is supported in VA ioctl
Alex Deucher
1
-0
/
+5
2012-01-06
drm/radeon: GPU virtual memory support v22
Jerome Glisse
1
-0
/
+136
2011-12-20
drm/radeon: rename struct radeon_cp to radeon_ring
Christian König
1
-1
/
+1
2011-12-20
drm/radeon: make cp variable an array
Christian König
1
-1
/
+3
2011-12-20
drm/radeon: make all functions work with multiple rings.
Christian König
1
-2
/
+2
2011-03-17
drm/radeon: fixup refcounts in radeon dumb create ioctl.
Dave Airlie
1
-3
/
+5
2011-03-16
Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-next
Dave Airlie
1
-1
/
+4
2011-03-14
drm/radeon: fix problem with changing active VRAM size. (v2)
Dave Airlie
1
-1
/
+4
2011-02-23
drm/radeon: introduce gem_to_radeon_bo helper
Daniel Vetter
1
-11
/
+10
2011-02-23
drm/radeon: embed struct drm_gem_object
Daniel Vetter
1
-13
/
+9
2011-02-07
drm: dumb scanout create/mmap for intel/radeon (v3)
Dave Airlie
1
-5
/
+48
2010-11-18
drm/radeon/kms: fix alignment when allocating buffers
Alex Deucher
1
-1
/
+1
2010-10-01
drm/gem: handlecount isn't really a kref so don't make it one.
Dave Airlie
1
-2
/
+2
2010-08-10
drm: Use ENOENT consistently for the error return for an unmatched handle.
Chris Wilson
1
-6
/
+6
2010-04-20
drm: free core gem object from driver callbacks
Daniel Vetter
1
-0
/
+3
2010-04-07
drm/fb: fix fbdev object model + cleanup properly.
Dave Airlie
1
-2
/
+1
2010-02-11
Use drm_gem_object_[handle_]unreference_unlocked where possible
Luca Barbieri
1
-27
/
+9
2010-02-05
drm/radeon/kms: fix regression rendering issue on R6XX/R7XX
Jerome Glisse
1
-0
/
+3
2010-01-08
drm/radeon/kms: Schedule host path read cache flush through the ring V2
Jerome Glisse
1
-2
/
+0
2009-12-16
drm/radeon/gem: don't leak a gem object if reserve fails on get tiling (v2)
Dave Airlie
1
-1
/
+2
2009-12-16
drm/radeon/kms: don't report allocate failure on ERESTARTSYS
Dave Airlie
1
-2
/
+3
2009-12-10
drm/radeon/kms: fix warning about cur_placement being uninitialised.
Dave Airlie
1
-1
/
+1
2009-12-02
drm/radeon/kms: Rework radeon object handling
Jerome Glisse
1
-48
/
+50
2009-12-02
drm/radeon: Give userspace more accurate information about available memory.
Michel Dänzer
1
-3
/
+7
2009-08-23
drm/radeon/kms: Fix radeon_gem_busy_ioctl harder.
Michel Dänzer
1
-3
/
+9
2009-08-21
drm/radeon/kms: implement the bo busy ioctl properly.
Dave Airlie
1
-1
/
+1
2009-08-17
drm/radeon/kms: implement bo busy check + current domain
Dave Airlie
1
-1
/
+21
2009-07-29
drm/radeon/kms: vram sizing on certain r100 chips needs workaround.
Dave Airlie
1
-2
/
+2
2009-07-29
drm/radeon/kms: add initial colortiling support.
Dave Airlie
1
-0
/
+41
2009-06-15
drm/radeon: introduce kernel modesetting for radeon hardware
Jerome Glisse
1
-0
/
+287