Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
dd624afd533bdc87b8c10835515a0c8b2b9868b1
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
dd624af
drm/i915: Add a debug interface to forcibly evict and shrink our object caches
by Chris Wilson
· 12 years ago
0fa8779
drm/i915: use gtt_get_size() instead of open coding it
by Imre Deak
· 12 years ago
56c844e
drm/i915: merge {i965, sandybridge}_write_fence_reg()
by Imre Deak
· 12 years ago
d865110c
drm/i915: merge get_gtt_alignment/get_unfenced_gtt_alignment()
by Imre Deak
· 12 years ago
b5cc6c0
Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
8be0e5c
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
d7e5008
drm/i915: Move even more gtt code to i915_gem_gtt
by Ben Widawsky
· 12 years ago
da494d7
drm/i915: disable shrinker lock stealing for create_mmap_offset
by Daniel Vetter
· 12 years ago
677feac
drm/i915: optionally disable shrinker lock stealing
by Daniel Vetter
· 12 years ago
fca26bb
drm/i915: Introduce i915_gem_set_seqno()
by Mika Kuoppala
· 12 years ago
ba1a706
drm/i915: Always clear semaphore mboxes on seqno wrap
by Mika Kuoppala
· 12 years ago
f7e98ad
drm/i915: Initialize hardware semaphore state on ring init
by Mika Kuoppala
· 12 years ago
8782e26
drm/i915: Bug on unsupported swizzled platforms
by Ben Widawsky
· 12 years ago
7dbf9d6
drm/i915: BUG() if fences are used on unsupported platform
by Ben Widawsky
· 12 years ago
dc9dd7a
drm/i915: Preallocate the drm_mm_node prior to manipulating the GTT drm_mm manager
by Chris Wilson
· 12 years ago
3c2e81e
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
eb119bd
drm/i915: Access to snooped system memory through the GTT is incoherent
by Chris Wilson
· 12 years ago
9e8e368
drm/i915: Set initial seqno value close to wrap boundary
by Mika Kuoppala
· 12 years ago
107f27a5
drm/i915: Open-code i915_gpu_idle() for handling seqno wrapping
by Chris Wilson
· 12 years ago
f72b343
drm/i915: Don't emit semaphore wait if wrap happened
by Mika Kuoppala
· 12 years ago
caf4919
Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damage
by Linus Torvalds
· 12 years ago
e9b73c6
drm/i915: Reduce memory pressure during shrinker by preallocating swizzle pages
by Chris Wilson
· 12 years ago
498d2ac
drm/i915: Add intel_ring_handle_seqno wrap
by Mika Kuoppala
· 12 years ago
1a240d4
drm/i915: fixup sparse warnings
by Daniel Vetter
· 12 years ago
4239ca7
drm/i915: Fix dieing -> dying typo
by Damien Lespiau
· 12 years ago
a2165e3
drm/i915: Decouple the object from the unbound list before freeing pages
by Chris Wilson
· 12 years ago
42dcedd
drm/i915: Use a slab for object allocation
by Chris Wilson
· 12 years ago
0104fdb
drm/i915: Introduce i915_gem_object_create_stolen()
by Chris Wilson
· 12 years ago
8dcf015
drm/i915: optimize the shmem_pwrite slowpath handling
by Daniel Vetter
· 12 years ago
a39a680
drm/i915: simplify shmem pwrite/pread slowpath handling
by Daniel Vetter
· 12 years ago
7b01e26
drm/i915: Set sync_seqno properly after seqno wrap
by Mika Kuoppala
· 12 years ago
3e96050
drm/i915: Rearrange code to only have a single method for waiting upon the ring
by Chris Wilson
· 12 years ago
b662a06
drm/i915: Simplify flushing activity on the ring
by Chris Wilson
· 12 years ago
9d773091
drm/i915: Preallocate next seqno before touching the ring
by Chris Wilson
· 12 years ago
b5d1779
drm/i915: Wait upon the last request seqno, rather than a future seqno
by Chris Wilson
· 12 years ago
5774506
drm/i915: Borrow our struct_mutex for the direct reclaim
by Chris Wilson
· 12 years ago
8742267
drm/i915: Defer assignment of obj->gtt_space until after all possible mallocs
by Chris Wilson
· 12 years ago
c983930
drm/i915: Pin the object whilst faulting it in
by Chris Wilson
· 12 years ago
fbdda6f
drm/i915: Guard pages being reaped by OOM whilst binding-to-GTT
by Chris Wilson
· 12 years ago
9fabd4e
Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
26b1ff3
drm/i915: Move the remaining gtt code
by Ben Widawsky
· 12 years ago
e76e9ae
drm/i915: Stop using AGP layer for GEN6+
by Ben Widawsky
· 12 years ago
a4da4fa
drm/i915: extract l3_parity substruct from dev_priv
by Daniel Vetter
· 12 years ago
c2fb791
Merge tag 'v3.7-rc2' into drm-intel-next-queued
by Daniel Vetter
· 12 years ago
64acba6
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes
by Dave Airlie
· 12 years ago
74ce6b6
drm/i915: Initialize obj->pages before use by i915_gem_object_do_bit17_swizzle()
by Chris Wilson
· 12 years ago
a7c2e1a
drm/i915: shut up spurious WARN in the gtt fault handler
by Daniel Vetter
· 12 years ago
3459f62
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes
by Dave Airlie
· 12 years ago
eda2d7f
drm/i915: HSW CRW stability magic
by Rodrigo Vivi
· 12 years ago
acb868d
drm/i915: Disallow preallocation of requests
by Chris Wilson
· 12 years ago
bcb4508
drm/i915: Align the retire_requests worker to the nearest second
by Chris Wilson
· 12 years ago
cecc21f
drm/i915: Align the hangcheck wakeup to the nearest second
by Chris Wilson
· 12 years ago
c77d716
drm/i915: remove useless BUG_ON which caused a regression in 3.5.
by Willy Tarreau
· 12 years ago
1f31c69
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
4d0f817
drm/i915: print warning if vmi915_gem_fault error is not handled
by Mika Kuoppala
· 12 years ago
e79e0fe
drm/i915: EBUSY status handling added to i915_gem_fault().
by Dmitry Rogozhkin
· 12 years ago
612a9aa
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
4126d5d
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
by David Howells
· 12 years ago
3bc2913
drm/i915: Fix set_caching locking
by Ben Widawsky
· 12 years ago
199adf4
drm/i915: s/cacheing/caching/
by Ben Widawsky
· 12 years ago
398b7a1
Merge tag 'v3.6-rc7' into drm-intel-next-queued
by Daniel Vetter
· 12 years ago
2f745ad
drm/i915: Convert the dmabuf object to use the new i915_gem_object_ops
by Chris Wilson
· 12 years ago
9da3da6
drm/i915: Replace the array of pages with a scatterlist
by Chris Wilson
· 13 years ago
f60d7f0
drm/i915: Pin backing pages for pread
by Chris Wilson
· 12 years ago
755d221
drm/i915: Pin backing pages for pwrite
by Chris Wilson
· 12 years ago
a557017
drm/i915: Pin backing pages whilst exporting through a dmabuf vmap
by Chris Wilson
· 12 years ago
37e680a
drm/i915: Introduce drm_i915_gem_object_ops
by Chris Wilson
· 13 years ago
7e81a42
drm/i915: Reduce a pin-leak BUG into a WARN
by Chris Wilson
· 12 years ago
65983bd
Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
d7c3b93
drm/i915: Remove __GFP_NO_KSWAPD
by Sedat Dilek
· 12 years ago
93bb70e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next
by Dave Airlie
· 12 years ago
3236f57
drm/i915: Use a non-blocking wait for set-to-domain ioctl
by Chris Wilson
· 12 years ago
b361237
drm/i915: Juggle code order to ease flow of the next patch
by Chris Wilson
· 12 years ago
0327d6b
drm/i915: Extract general object init routine
by Chris Wilson
· 13 years ago
4d6294bf
drm/i915: Protect private gem objects from truncate (such as imported dmabuf)
by Chris Wilson
· 13 years ago
86a1ee2
drm/i915: Only pwrite through the GTT if there is space in the aperture
by Chris Wilson
· 13 years ago
d8cb508
drm/i915: Try harder to allocate an mmap_offset
by Chris Wilson
· 13 years ago
c4670ad
drm/i915: Add some sanity checks to unbound tracking
by Chris Wilson
· 13 years ago
6c085a7
drm/i915: Track unbound pages
by Chris Wilson
· 13 years ago
225067e
drm/i915: move functions around
by Daniel Vetter
· 13 years ago
b6c7488
drm/i915/contexts: fix list corruption
by Ben Widawsky
· 13 years ago
b2eadbc
drm/i915: Lazily apply the SNB+ seqno w/a
by Chris Wilson
· 13 years ago
e6994ae
drm/i915: Export ability of changing cache levels to userspace
by Chris Wilson
· 13 years ago
42d6ab4
drm/i915: Segregate memory domains in the GTT using coloring
by Chris Wilson
· 13 years ago
f047e39
drm/i915: Avoid concurrent access when marking the device as idle/busy
by Chris Wilson
· 13 years ago
a7b9761
drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcs
by Chris Wilson
· 13 years ago
26b9c4a
drm/i915: Remove the explicit flush of the GPU write domain
by Chris Wilson
· 13 years ago
86d5bc3
drm/i915: Remove explicit flush from i915_gem_object_flush_fence()
by Chris Wilson
· 13 years ago
69c2fc8
drm/i915: Remove the per-ring write list
by Chris Wilson
· 13 years ago
65ce302
drm/i915: Remove the defunct flushing list
by Chris Wilson
· 13 years ago
0201f1e
drm/i915: Replace the pending_gpu_write flag with an explicit seqno
by Chris Wilson
· 13 years ago
e5f1d96
drm/i915: Remove assertion over write domain after i915_gem_object_sync()
by Chris Wilson
· 13 years ago
3bb73ab
drm/i915: Allow late allocation of request for i915_add_request()
by Chris Wilson
· 13 years ago
e9808ed
drm/i915: Return a mask of the active rings in the high word of busy_ioctl
by Chris Wilson
· 13 years ago
eeef9b3
drm/i915: Add -EIO to the list of known errors for __wait_seqno
by Chris Wilson
· 13 years ago
67b1b57
drm/i915: Disable the BLT on pre-production SNB hardware
by Chris Wilson
· 13 years ago
6b9d89b
drm: Add colouring to the range allocator
by Chris Wilson
· 13 years ago
a9340cc
drm/i915: properly SIGBUS on I/O errors
by Daniel Vetter
· 13 years ago
0a6759c
drm/i915: don't hang userspace when the gpu reset is stuck
by Daniel Vetter
· 13 years ago
Next »