Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b14c5679dd2c87b5bd14c49c5bdd1962be2ab209
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
b14c567
drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) pattern
by Daniel Vetter
· 11 years ago
4821ff14
Merge tag 'drm-intel-next-2013-09-21-merged' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 11 years ago
d322704
drm/i915: Fix up usage of SHRINK_STOP
by Daniel Vetter
· 11 years ago
b599c89
Merge tag 'v3.12-rc2' into drm-intel-next
by Daniel Vetter
· 11 years ago
d8524ae
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 11 years ago
040d2ba
drm/i915: s/HAS_L3_GPU_CACHE/HAS_L3_DPF
by Ben Widawsky
· 11 years ago
a33afea
drm/i915: Keep a list of all contexts
by Ben Widawsky
· 11 years ago
c3787e2
drm/i915: Make l3 remapping use the ring
by Ben Widawsky
· 11 years ago
35a85ac
drm/i915: Add second slice l3 remapping
by Ben Widawsky
· 11 years ago
26935fb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
571c608
drm/i915: kill set_need_resched
by Daniel Vetter
· 11 years ago
23f5448
drm/i915: Synchronize pread/pwrite with wait_rendering
by Ben Widawsky
· 11 years ago
81e49f8
i915: bail out earlier when shrinker cannot acquire mutex
by Glauber Costa
· 11 years ago
7dc19d5
drivers: convert shrinkers to new count/scan API
by Dave Chinner
· 11 years ago
5a1d5eb
drm/i915: Remove the double-list iteration from bound_any()
by Chris Wilson
· 11 years ago
be62acb
drm/i915: ban badly behaving contexts
by Mika Kuoppala
· 11 years ago
57094f8
drm/i915: Hold an object reference whilst we shrink it
by Chris Wilson
· 11 years ago
3c0e234
drm/i915; Preallocate the lazy request
by Chris Wilson
· 11 years ago
1823521
drm/i915: Rename ring->outstanding_lazy_request
by Chris Wilson
· 11 years ago
9a7e0c2
drm/i915: Rearrange the comments in i915_add_request()
by Chris Wilson
· 11 years ago
c0321e2
drm/i915: Do not add an interrupt for a context switch
by Chris Wilson
· 11 years ago
0ff501c
drm/i915: Fix list corruption in vma_unbind
by Daniel Vetter
· 11 years ago
9435373
drm/i915: Report enabled slices on Haswell GT3
by Rodrigo Vivi
· 11 years ago
b93dab6
drm/i915: More vma fixups around unbind/destroy
by Daniel Vetter
· 11 years ago
aaa05667
drm/i915: Don't destroy the vma placeholder during execbuffer reservation
by Chris Wilson
· 11 years ago
e656a6c
drm/i915: inline vma_create into lookup_or_create_vma
by Daniel Vetter
· 11 years ago
27173f1
drm/i915: Convert execbuf code to use vmas
by Ben Widawsky
· 11 years ago
d2933a5
drm/i915: Don't call sg_free_table() if sg_alloc_table() fails
by Damien Lespiau
· 11 years ago
fac15c1
i915_gem: Convert kmem_cache_alloc(...GFP_ZERO) to kmem_cache_zalloc
by Joe Perches
· 11 years ago
efa27f9
Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 11 years ago
c67a470
drm/i915: allow package C8+ states on Haswell (disabled)
by Paulo Zanoni
· 11 years ago
accfef2
drm/i915: prepare bind_to_vm for preallocated vma
by Ben Widawsky
· 11 years ago
82a55ad
drm/i915: Switch eviction code to use vmas
by Ben Widawsky
· 11 years ago
b25cb2f
drm/i915: s/obj->exec_list/obj->obj_exec_link in debugfs
by Ben Widawsky
· 11 years ago
4b6d846
drm/i915: Drop the overzealous warning from i915_gem_set_cache_level
by Chris Wilson
· 11 years ago
4998709
drm/i915: use vma->node directly and rewrap map&fence in bind
by Daniel Vetter
· 11 years ago
4bd561b
drm/i915: cleanup map&fence in bind
by Ben Widawsky
· 11 years ago
433544b
drm/i915: Remove node only when allocated
by Ben Widawsky
· 11 years ago
4257d3b
drm/i915: Allow the user to set bo into the DISPLAY cache domain
by Chris Wilson
· 11 years ago
651d794
drm/i915: Use Write-Through cacheing for the display plane on Iris
by Chris Wilson
· 11 years ago
f2f4d82
drm/i915: give more distinctive names to ring hangcheck action enums
by Jani Nikula
· 11 years ago
7ace7ef
drm/i915: WARN_ON failed map_and_fenceable
by Ben Widawsky
· 11 years ago
000433b
drm/i915: Only do a chipset flush after a clflush
by Chris Wilson
· 11 years ago
9712def
Merge tag 'drm-intel-next-2013-08-09' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 11 years ago
2c22569
drm/i915: Update rules for writing through the LLC with the cpu
by Chris Wilson
· 11 years ago
cc98b41
drm/i915: Track when an object is pinned for use by the display engine
by Chris Wilson
· 11 years ago
c76ce03
drm/i915: Update rules for reading cache lines through the LLC
by Chris Wilson
· 11 years ago
58e73e1
drm/i915: unbreak i915_gem_object_ggtt_unbind()
by Dan Carpenter
· 11 years ago
8b9c2b9
drm/i915: Add vma to list at creation
by Ben Widawsky
· 11 years ago
ca191b1
drm/i915: mm_list is per VMA
by Ben Widawsky
· 11 years ago
5cacaac
drm/i915: Fix up map and fenceable for VMA
by Ben Widawsky
· 11 years ago
9843877
drm/i915: turn bound_ggtt checks to bound_any
by Ben Widawsky
· 11 years ago
f6cd1f1
drm/i915: Use new bind/unbind in eviction code
by Ben Widawsky
· 11 years ago
07fe0b1
drm/i915: plumb VM into bind/unbind code
by Ben Widawsky
· 11 years ago
80dcfdb
drm/i915: Rework __i915_gem_shrink
by Ben Widawsky
· 11 years ago
32c913e
Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 11 years ago
31e5d7c
drm/mm: add "best_match" flag to drm_mm_insert_node()
by David Herrmann
· 11 years ago
43387b3
drm/gem: create drm_gem_dumb_destroy
by Daniel Vetter
· 11 years ago
637efac
drm/i915: eliminate dead domain clearing on reset
by Ben Widawsky
· 11 years ago
d1ccbb5
drm/i915: make reset&hangcheck code VM aware
by Ben Widawsky
· 11 years ago
3e12302
drm/i915: BUG_ON put_pages later
by Ben Widawsky
· 11 years ago
3089c6f
drm/i915: make caching operate on all address spaces
by Ben Widawsky
· 11 years ago
c37e220
drm/i915: Add VM to pin
by Ben Widawsky
· 11 years ago
fcb4a57
drm/i915: Use bound list for inactive shrink
by Ben Widawsky
· 11 years ago
a70a314
drm/i915: Make proper functions for VMs
by Ben Widawsky
· 11 years ago
fc8c067
drm/i915: Create an init vm
by Ben Widawsky
· 11 years ago
c20e835
drm/i915: fix the racy object accounting
by Daniel Vetter
· 11 years ago
cb54b53
Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux'
by Daniel Vetter
· 11 years ago
51335df
drm/vma: provide drm_vma_node_unmap() helper
by David Herrmann
· 11 years ago
0de2397
drm/gem: convert to new unified vma manager
by David Herrmann
· 11 years ago
d861e33
drm/i915: fix reference counting in i915_gem_create
by Daniel Vetter
· 11 years ago
bc6bc15
drm/i915: fix up error cleanup in i915_gem_object_bind_to_gtt
by Daniel Vetter
· 11 years ago
0b74b50
drm/i915: add prefault_disable module option
by Xiong Zhang
· 11 years ago
6286ef9
drm/i915: use after free on error path
by Dan Carpenter
· 11 years ago
db473b3
drm/i915: checking for NULL instead of IS_ERR()
by Dan Carpenter
· 11 years ago
e13af9a
Merge tag 'drm-intel-next-2013-07-12' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 11 years ago
94a335d
drm/i915: correctly restore fences with objects attached
by Daniel Vetter
· 11 years ago
8157ee2
Merge tag 'v3.10' into drm-intel-fixes
by Daniel Vetter
· 11 years ago
2f63315
drm/i915: Create VMAs
by Ben Widawsky
· 11 years ago
5cef07e
drm/i915: Move active/inactive lists to new mm
by Ben Widawsky
· 11 years ago
93bd864
drm/i915: Put the mm in the parent address space
by Ben Widawsky
· 11 years ago
853ba5d
drm/i915: Move gtt and ppgtt under address space umbrella
by Ben Widawsky
· 11 years ago
6bd2cab
Merge tag 'drm-intel-fixes-2013-07-11' of git://people.freedesktop.org/~danvet/drm-intel
by Dave Airlie
· 11 years ago
10cd45b
drm/i915: introduce i915_queue_hangcheck
by Mika Kuoppala
· 12 years ago
5912450
drm/i915: store eLLC size
by Ben Widawsky
· 12 years ago
05e21cc
drm/i915: Define some of the eLLC magic
by Ben Widawsky
· 12 years ago
46a0b63
Revert "drm/i915: Workaround incoherence between fences and LLC across multiple CPUs"
by Chris Wilson
· 11 years ago
d18b961
drm/i915: Fix incoherence with fence updates on Sandybridge+
by Chris Wilson
· 11 years ago
db1b76c
drm/i915: don't frob mm.suspended when not using ums
by Daniel Vetter
· 11 years ago
02978ff
drm/i915: Fix write-read race with multiple rings
by Chris Wilson
· 11 years ago
2e17c5a
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 11 years ago
0675560
drm/i915: Correct obj->mm_list link to dev_priv->dev_priv->mm.inactive_list
by Xiong Zhang
· 12 years ago
c6cfb32
drm/i915: Embed drm_mm_node in i915 gem obj
by Ben Widawsky
· 12 years ago
edd41a8
drm/i915: Kill obj->gtt_offset
by Ben Widawsky
· 12 years ago
f343c5f
drm/i915: Getter/setter for object attributes
by Ben Widawsky
· 12 years ago
d26e3af
drm/i915: Refactor the wait_rendering completion into a common routine
by Chris Wilson
· 12 years ago
daa13e1
drm/i915: Only clear write-domains after a successful wait-seqno
by Chris Wilson
· 12 years ago
3765f30
drm/i915: fix build warning on format specifier mismatch
by Jani Nikula
· 12 years ago
1625e7e
drm/i915: make compact dma scatter lists creation work with SWIOTLB backend.
by Konrad Rzeszutek Wilk
· 12 years ago
2841926
Merge tag 'drm-intel-next-2013-06-18' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
Next »