Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
ac48f6cb5f268daff06b636444819e5ffb462611
/
drivers
/
gpu
/
drm
/
radeon
/
radeon_object.c
676bc2e
Revert "drm/radeon: fix bo creation retry path"
by Alex Deucher
· 12 years ago
e43b5ec
drm/radeon: fence virtual address and free it once idle v4
by Jerome Glisse
· 12 years ago
d1c7871
drm/radeon: fix bo creation retry path
by Jerome Glisse
· 13 years ago
949c4a3
drm: track dev_mapping in more robust and flexible way
by Ilija Hadzic
· 13 years ago
db7fce3
drm/radeon: replace vmram_mutex with mclk_lock v2
by Christian König
· 13 years ago
40f5cf9
drm/radeon: add PRIME support (v2)
by Alex Deucher
· 13 years ago
129b78b
ttm: add prime sharing support to TTM (v2)
by Dave Airlie
· 13 years ago
e199fd4
drm/radeon: Don't dereference possibly-NULL pointer.
by Michel Dänzer
· 13 years ago
d936622
drm/radeon: Only warn if the intra-domain offset actually exceeds the limit.
by Michel Dänzer
· 13 years ago
c435301
drm/radeon: Restrict offset for legacy hardware cursor.
by Michel Dänzer
· 13 years ago
285484e
drm/radeon: add support for evergreen/ni tiling informations v11
by Jerome Glisse
· 13 years ago
721604a
drm/radeon: GPU virtual memory support v22
by Jerome Glisse
· 13 years ago
57de4ba
drm/ttm: simplify memory accounting for ttm user v2
by Jerome Glisse
· 13 years ago
1717c0e
Revert "drm/ttm: add a way to bo_wait for either the last read or last write"
by Dave Airlie
· 13 years ago
83f30d0
Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags"
by Dave Airlie
· 13 years ago
ce580fa
drm/radeon: Move more code out of line
by Andi Kleen
· 13 years ago
91132d6
drm/radeon: fix up dereferencing of busy objects.
by Dave Airlie
· 14 years ago
31c3603
drm/radeon: kill radeon_bo->gobj pointer
by Daniel Vetter
· 14 years ago
7e4d15d
drm/radeon: introduce gem_to_radeon_bo helper
by Daniel Vetter
· 14 years ago
441921d
drm/radeon: embed struct drm_gem_object
by Daniel Vetter
· 14 years ago
d8c58fa
Merge remote branch 'airlied/drm-core-next' into drm-intel-next
by Chris Wilson
· 14 years ago
99ee7fa
drm/radeon: add initial tracepoint support.
by Dave Airlie
· 14 years ago
93225b0
drm/radeon/kms: forbid big bo allocation (fdo 31708) v3
by Jerome Glisse
· 14 years ago
147666f
drm/radeon: Use the ttm execbuf utilities
by Thomas Hellstrom
· 14 years ago
702adba
drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lock
by Thomas Hellstrom
· 14 years ago
268b251
drm/radeon/kms: fix alignment when allocating buffers
by Alex Deucher
· 14 years ago
2b66b50
drm/radeon/kms: Fix retrying ttm_bo_init() after it failed once.
by Michel Dänzer
· 14 years ago
b7ae505
Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-next
by Dave Airlie
· 14 years ago
c919b37
drm/radeon/kms: avoid corner case issue with unmappable vram V2
by Jerome Glisse
· 14 years ago
d961db7
drm/ttm: restructure to allow driver to plug in alternate memory manager
by Ben Skeggs
· 14 years ago
e376573f
drm/radeon: fall back to GTT if bo creation/validation in VRAM fails.
by Michel Dänzer
· 15 years ago
e865275
drm/radeon/kms: record object that have been list reserved
by Jerome Glisse
· 15 years ago
f4b7fb9
drm/radeon/kms: take vram mutex pointer before derefing object.
by Dave Airlie
· 15 years ago
5876dd2
radeon: Unmap vram pages when reclocking
by Matthew Garrett
· 15 years ago
7547a91
Merge branch 'drm-ttm-unmappable' into drm-core-next
by Dave Airlie
· 15 years ago
0a2d50e
drm/radeon/kms: add support for new fault callback V7
by Jerome Glisse
· 15 years ago
9d87fa2
drm/ttm: split no_wait argument in 2 GPU or reserve wait
by Jerome Glisse
· 15 years ago
336f589
Merge branch 'master' into export-slabh
by Tejun Heo
· 15 years ago
3ca82da
drm/radeon/kms: Only restrict BO to visible VRAM size when pinning to VRAM.
by Michel Dänzer
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
51e5fcd
drm/radeon/kms: force pinning buffer into visible VRAM
by Jerome Glisse
· 15 years ago
6cb8e1f
drm/radeon/kms: fix bo's fence association
by Jerome Glisse
· 15 years ago
d796d84
drm/radeon/kms: make hibernate work on IGPs
by Dave Airlie
· 15 years ago
06b6476
drm/radeon/kms: detect sideport memory on IGP chips
by Alex Deucher
· 15 years ago
d03d858
drm/radeon/kms: Check if bo we got from ttm are radeon object or not
by Jerome Glisse
· 15 years ago
9fb03e6
drm/radeon/kms: If no placement is supplied fallback to system
by Jerome Glisse
· 15 years ago
1fb107f
drm/radeon/kms: Convert radeon to new ttm_bo_init
by Jerome Glisse
· 15 years ago
550e2d9
drm/radeon/kms: restore surface registers on resume.
by Dave Airlie
· 15 years ago
5cc6fba
drm/radeon: Remove tests for -ERESTART from the TTM code.
by Thomas Hellstrom
· 15 years ago
312ea8d
drm/radeon/kms: Convert radeon to new TTM validation API (V2)
by Jerome Glisse
· 15 years ago
4c78867
drm/radeon/kms: Rework radeon object handling
by Jerome Glisse
· 15 years ago
23956df
drm/radeon/kms: add HDP flushing for all GPUs.
by Dave Airlie
· 15 years ago
9d8401f
drm/radeon: use list_for_each_entry instead of list_for_each
by Dave Airlie
· 15 years ago
c88f9f0
drm/radeon/kms: Use surfaces for scanout / cursor byte swapping on big endian.
by Michel Dänzer
· 15 years ago
a4d6827
drm/radeon/kms: move mtrr range add and memory information
by Jerome Glisse
· 15 years ago
cefb87e
drm/radeon/kms: implement bo busy check + current domain
by Dave Airlie
· 15 years ago
985fe84
drm/radeon/kms: Fix caching mode selection for GTT object
by Jerome Glisse
· 15 years ago
3b170c3
drm/radeon/kms: allow interruptible waits for objects.
by Dave Airlie
· 15 years ago
664f865
drm/radeon: Pay more attention to object placement requested by userspace.
by Michel Dänzer
· 15 years ago
e46074e
drm/radeon: Don't unreserve twice on failure to validate.
by Michel Dänzer
· 15 years ago
e024e11
drm/radeon/kms: add initial colortiling support.
by Dave Airlie
· 16 years ago
f92e93e
drm/radeon: fix radeon kms framebuffer device
by Jerome Glisse
· 16 years ago
771fe6b
drm/radeon: introduce kernel modesetting for radeon hardware
by Jerome Glisse
· 16 years ago