index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
radeon_object.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-24
drm/radeon: move the retry to gem_object_create
Christian König
1
-10
/
+0
2012-10-24
drm/radeon: move size limits to gem_object_create.
Christian König
1
-9
/
+0
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-18
/
+4
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-1
/
+1
2012-09-20
drm/radeon: rework the VM code a bit more (v2)
Christian König
1
-1
/
+1
2012-09-20
drm/radeon: let bo_reserve take no_intr instead of no_wait param
Christian König
1
-4
/
+3
2012-09-20
drm/radeon: move and rename radeon_bo_va function
Christian König
1
-13
/
+0
2012-08-21
Revert "drm/radeon: fix bo creation retry path"
Alex Deucher
1
-2
/
+1
2012-08-13
drm/radeon: fence virtual address and free it once idle v4
Jerome Glisse
1
-5
/
+1
2012-07-25
drm/radeon: fix bo creation retry path
Jerome Glisse
1
-1
/
+2
2012-07-25
drm: track dev_mapping in more robust and flexible way
Ilija Hadzic
1
-3
/
+1
2012-06-21
drm/radeon: replace vmram_mutex with mclk_lock v2
Christian König
1
-4
/
+4
2012-05-23
drm/radeon: add PRIME support (v2)
Alex Deucher
1
-2
/
+4
2012-05-23
ttm: add prime sharing support to TTM (v2)
Dave Airlie
1
-1
/
+1
2012-04-02
drm/radeon: Don't dereference possibly-NULL pointer.
Michel Dänzer
1
-1
/
+2
2012-03-28
drm/radeon: Only warn if the intra-domain offset actually exceeds the limit.
Michel Dänzer
1
-1
/
+11
2012-03-20
drm/radeon: Restrict offset for legacy hardware cursor.
Michel Dänzer
1
-1
/
+17
2012-02-13
drm/radeon: add support for evergreen/ni tiling informations v11
Jerome Glisse
1
-0
/
+46
2012-01-06
drm/radeon: GPU virtual memory support v22
Jerome Glisse
1
-0
/
+30
2011-12-06
drm/ttm: simplify memory accounting for ttm user v2
Jerome Glisse
1
-2
/
+6
2011-10-27
Revert "drm/ttm: add a way to bo_wait for either the last read or last write"
Dave Airlie
1
-1
/
+1
2011-10-27
Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags"
Dave Airlie
1
-3
/
+2
2011-10-18
drm/radeon: Move more code out of line
Andi Kleen
1
-0
/
+42
2011-03-01
drm/radeon: fix up dereferencing of busy objects.
Dave Airlie
1
-1
/
+1
2011-02-23
drm/radeon: kill radeon_bo->gobj pointer
Daniel Vetter
1
-6
/
+3
2011-02-23
drm/radeon: introduce gem_to_radeon_bo helper
Daniel Vetter
1
-2
/
+1
2011-02-23
drm/radeon: embed struct drm_gem_object
Daniel Vetter
1
-7
/
+13
2010-12-16
Merge remote branch 'airlied/drm-core-next' into drm-intel-next
Chris Wilson
1
-51
/
+6
2010-12-16
drm/radeon: add initial tracepoint support.
Dave Airlie
1
-0
/
+2
2010-12-08
drm/radeon/kms: forbid big bo allocation (fdo 31708) v3
Jerome Glisse
1
-2
/
+11
2010-11-22
drm/radeon: Use the ttm execbuf utilities
Thomas Hellstrom
1
-51
/
+4
2010-11-22
drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lock
Thomas Hellstrom
1
-2
/
+2
2010-11-18
drm/radeon/kms: fix alignment when allocating buffers
Alex Deucher
1
-3
/
+4
2010-11-10
drm/radeon/kms: Fix retrying ttm_bo_init() after it failed once.
Michel Dänzer
1
-2
/
+2
2010-10-19
Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-next
Dave Airlie
1
-1
/
+1
2010-10-12
drm/radeon/kms: avoid corner case issue with unmappable vram V2
Jerome Glisse
1
-1
/
+1
2010-10-05
drm/ttm: restructure to allow driver to plug in alternate memory manager
Ben Skeggs
1
-3
/
+3
2010-08-02
drm/radeon: fall back to GTT if bo creation/validation in VRAM fails.
Michel Dänzer
1
-9
/
+18
2010-05-21
drm/radeon/kms: record object that have been list reserved
Jerome Glisse
1
-1
/
+5
2010-05-18
drm/radeon/kms: take vram mutex pointer before derefing object.
Dave Airlie
1
-2
/
+4
2010-05-18
radeon: Unmap vram pages when reclocking
Matthew Garrett
1
-0
/
+4
2010-04-20
Merge branch 'drm-ttm-unmappable' into drm-core-next
Dave Airlie
1
-5
/
+27
2010-04-20
drm/radeon/kms: add support for new fault callback V7
Jerome Glisse
1
-2
/
+24
2010-04-08
drm/ttm: split no_wait argument in 2 GPU or reserve wait
Jerome Glisse
1
-3
/
+3
2010-04-05
Merge branch 'master' into export-slabh
Tejun Heo
1
-2
/
+4
2010-03-31
drm/radeon/kms: Only restrict BO to visible VRAM size when pinning to VRAM.
Michel Dänzer
1
-2
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-25
drm/radeon/kms: force pinning buffer into visible VRAM
Jerome Glisse
1
-1
/
+2
2010-02-16
drm/radeon/kms: fix bo's fence association
Jerome Glisse
1
-21
/
+15
2010-01-25
drm/radeon/kms: make hibernate work on IGPs
Dave Airlie
1
-1
/
+2
[next]