Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c8b5018b22bc03941fbc6dcf7bea5e8344a8f3da
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
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
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
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
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
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
10cd45b
drm/i915: introduce i915_queue_hangcheck
by Mika Kuoppala
· 11 years ago
5912450
drm/i915: store eLLC size
by Ben Widawsky
· 11 years ago
05e21cc
drm/i915: Define some of the eLLC magic
by Ben Widawsky
· 11 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
0675560
drm/i915: Correct obj->mm_list link to dev_priv->dev_priv->mm.inactive_list
by Xiong Zhang
· 11 years ago
c6cfb32
drm/i915: Embed drm_mm_node in i915 gem obj
by Ben Widawsky
· 11 years ago
edd41a8
drm/i915: Kill obj->gtt_offset
by Ben Widawsky
· 11 years ago
f343c5f
drm/i915: Getter/setter for object attributes
by Ben Widawsky
· 11 years ago
d26e3af
drm/i915: Refactor the wait_rendering completion into a common routine
by Chris Wilson
· 11 years ago
daa13e1
drm/i915: Only clear write-domains after a successful wait-seqno
by Chris Wilson
· 11 years ago
3765f30
drm/i915: fix build warning on format specifier mismatch
by Jani Nikula
· 11 years ago
1625e7e
drm/i915: make compact dma scatter lists creation work with SWIOTLB backend.
by Konrad Rzeszutek Wilk
· 11 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
· 11 years ago
4300a0f
Merge tag 'v3.10-rc7' into drm-next
by Dave Airlie
· 11 years ago
426729d
drm/i915: make compact dma scatter lists creation work with SWIOTLB backend.
by Konrad Rzeszutek Wilk
· 11 years ago
19b2dbd
drm/i915: Restore fences after resume and GPU resets
by Chris Wilson
· 11 years ago
aa60c66
drm/i915: find guilty batch buffer on ring resets
by Mika Kuoppala
· 11 years ago
7d736f4
drm/i915: add batch bo to i915_add_request()
by Mika Kuoppala
· 11 years ago
0025c07
drm/i915: change i915_add_request to macro
by Mika Kuoppala
· 11 years ago
e6dfcc5
Merge tag 'drm-intel-next-2013-06-01' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 11 years ago
7abb690
drm/i915: Fix spurious -EIO/SIGBUS on wedged gpus
by Daniel Vetter
· 12 years ago
35c20a6
drm/i915: Rename the gtt_list to global_list
by Ben Widawsky
· 11 years ago
401c29f
drm/i915: unpin pages at unbind
by Ben Widawsky
· 11 years ago
1d64ae7
drm/i915: Unpin stolen pages
by Ben Widawsky
· 11 years ago
9a8a221
drm/i915: Vebox ringbuffer init
by Ben Widawsky
· 12 years ago
0a9ae0d
drm/i915: pre-fixes for checkpatch
by Ben Widawsky
· 12 years ago
e81f3d8
Merge tag 'drm-intel-next-2013-05-20-merged' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 11 years ago
2dc8aae
drm/i915: Workaround incoherence with fence updates on Valleyview
by Chris Wilson
· 12 years ago
a36689c
drm/i915: Be more informative when reporting "too large for aperture" error
by Chris Wilson
· 12 years ago
e054cc3
drm/i915: avoid premature timeouts in __wait_seqno()
by Imre Deak
· 12 years ago
e1b73cb
Merge tag 'v3.10-rc2' into drm-intel-next-queued
by Daniel Vetter
· 12 years ago
0e50e96
drm/i915: add context into request struct
by Mika Kuoppala
· 12 years ago
4f42f4e
drm/i915: Always normalize return timeout for wait_timeout_ioctl
by Chris Wilson
· 12 years ago
42b5aea
drm/i915: IVB/HSW have 32 fence register
by Ville Syrjälä
· 12 years ago
b7c36d2
drm/i915: Allow PPGTT enable to fail
by Ben Widawsky
· 12 years ago
6197349
drm/i915: Abstract PPGTT enabling
by Ben Widawsky
· 12 years ago
25ff119
drm/i915: Workaround incoherence between fences and LLC across multiple CPUs
by Chris Wilson
· 12 years ago
88a2b2a
drm/i915: Don't wait for PCH on reset
by Ben Widawsky
· 12 years ago
2db76d7
lib/scatterlist: sg_page_iter: support sg lists w/o backing pages
by Imre Deak
· 12 years ago
f9c513e
drm/i915: Always call fence-lost prior to removing the fence
by Chris Wilson
· 12 years ago
90797e6
drm/i915: create compact dma scatter lists for gem objects
by Imre Deak
· 12 years ago
67d5a50
drm/i915: handle walking compact dma scatter lists
by Imre Deak
· 12 years ago
0d4a42f
Merge tag 'v3.9-rc3' into drm-intel-next-queued
by Daniel Vetter
· 12 years ago
d62b489
drm/i915: allow force wake at init time on VLV v2
by Jesse Barnes
· 12 years ago
2bb4629
drm/i915: Add to_user_ptr()
by Ville Syrjälä
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
eb32e45
drm/i915: Use HAS_L3_GPU_CACHE in i915_gem_l3_remap
by Daniel Vetter
· 12 years ago
769ce46
drm/i915: don't clflush gem objects in stolen memory
by Imre Deak
· 12 years ago
4fc7c97
drm/i915: Extract ring init from hw_init
by Ben Widawsky
· 12 years ago
cd17ef4
Merge tag 'drm-intel-next-2013-02-01' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
725a5b5
drm/i915: Only run idle processing from i915_gem_retire_requests_worker
by Chris Wilson
· 12 years ago
9943393
drm/i915: use gem_set_seqno() on hardware init
by Mika Kuoppala
· 12 years ago
f69061b
drm/i915: create a race-free reset detection
by Daniel Vetter
· 12 years ago
735dc0d
Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
97c809fd
drm/i915: Only apply the mb() when flushing the GTT domain during a finish
by Chris Wilson
· 12 years ago
d0a5778
drm/i915: Only insert the mb() before updating the fence parameter
by Chris Wilson
· 12 years ago
1f83fee
drm/i915: clear up wedged transitions
by Daniel Vetter
· 12 years ago
308887a
drm/i915: fix reset handling in the throttle ioctl
by Daniel Vetter
· 12 years ago
33196de
drm/i915: move wedged to the other gpu error handling stuff
by Daniel Vetter
· 12 years ago
99584db
drm/i915: extract hangcheck/reset/error_state state into substruct
by Daniel Vetter
· 12 years ago
93d1879
drm/i915: Remove use of gtt_mappable_entries
by Ben Widawsky
· 12 years ago
5d4545a
drm/i915: Create a gtt structure
by Ben Widawsky
· 12 years ago
Next »