index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_gtt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Organize bind_vma funcs
Rodrigo Vivi
2014-12-17
1
-13
/
+2
*
drm/i915: Organize PPGTT init
Rodrigo Vivi
2014-12-17
1
-3
/
+1
*
drm/i915: Use true PPGTT in Gen8+ when execlists are enabled
Michel Thierry
2014-12-16
1
-3
/
+4
*
drm/i915: Documentation for multiple GGTT views
Tvrtko Ursulin
2014-12-15
1
-0
/
+60
*
drm/i915: Infrastructure for supporting different GGTT views per object
Tvrtko Ursulin
2014-12-15
1
-9
/
+61
*
drm/i915: Use BUILD_BUG if possible in the i915 WARN_ON
Daniel Vetter
2014-12-15
1
-3
/
+3
*
drm/i915: Stop putting GGTT VMA at the head of the list
Tvrtko Ursulin
2014-12-04
1
-6
/
+2
*
drm/i915: Can i915_gem_init_ioctl
Daniel Vetter
2014-11-20
1
-4
/
+4
*
Merge tag 'drm-intel-fixes-2014-11-19' into drm-intel-next-queued
Daniel Vetter
2014-11-19
1
-0
/
+16
|
\
|
*
drm/i915: Disable caches for Global GTT.
Rodrigo Vivi
2014-11-06
1
-0
/
+16
*
|
drm/i915: Fix comments about CHV snoop behaviour
Ville Syrjälä
2014-11-14
1
-3
/
+11
*
|
drm/i915/skl: Don't allow disabling ppgtt and execlists on gen9+
Damien Lespiau
2014-11-14
1
-1
/
+6
*
|
drm/i915: Delete outdated comment in byt_pte_encode
Daniel Vetter
2014-11-14
1
-3
/
+0
*
|
drm/i915: Add tracepoints to track a vm during its lifetime
Daniele Ceraolo Spurio
2014-11-14
1
-0
/
+4
*
|
drm/i915: fix "Unexpected fault" error message line break
Paulo Zanoni
2014-11-07
1
-1
/
+1
*
|
drm/i915: Move flags describing VMA mappings into the VMA
Tvrtko Ursulin
2014-11-04
1
-12
/
+12
*
|
Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.o...
Dave Airlie
2014-10-28
1
-7
/
+29
|
\
\
|
|
/
|
/
|
|
*
Revert "drm/i915: Enable full PPGTT on gen7"
Daniel Vetter
2014-10-24
1
-1
/
+1
|
*
Merge branch 'topic/skl-stage1' into drm-intel-next-queued
Daniel Vetter
2014-09-30
1
-2
/
+18
|
|
\
|
|
*
drm/i915/skl: Initialize PPGTT like gen8
Damien Lespiau
2014-09-24
1
-1
/
+1
|
|
*
drm/i915/skl: gen9 uses the same bind_vma() vfuncs as gen6+
Damien Lespiau
2014-09-24
1
-0
/
+1
|
|
*
drm/i915/skl: Add the additional graphics stolen sizes
Damien Lespiau
2014-09-24
1
-1
/
+16
|
*
|
drm/i915: Inline feature detection into sanitize_enable_ppgtt
Chris Wilson
2014-09-19
1
-3
/
+11
|
*
|
drm/i915: Drop get/put_pages for scratch page
Daniel Vetter
2014-09-19
1
-2
/
+0
|
*
|
drm/i915: Enable full PPGTT on gen7
Michel Thierry
2014-09-19
1
-1
/
+1
|
|
/
*
|
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-10-14
1
-148
/
+143
|
\
\
|
|
/
|
*
drm/i915/bdw: Do not initialize PPGTT in the legacy way for execlists
Thomas Daniel
2014-09-03
1
-6
/
+6
|
*
drm/i915: Handle i915_ppgtt_put correctly
Michel Thierry
2014-09-03
1
-4
/
+3
|
*
drm/i915: Rework GPU reset sequence to match driver load & thaw
McAulay, Alistair
2014-09-03
1
-56
/
+7
|
*
drm/i915/bdw: Don't write PDP in the legacy way when using LRCs
Oscar Mateo
2014-08-20
1
-0
/
+6
|
*
drm/i915: Cleanup aliasging ppgtt alongside the global gtt
Daniel Vetter
2014-08-13
1
-0
/
+7
|
*
drm/i915: Extract commmon global gtt cleanup code
Daniel Vetter
2014-08-13
1
-8
/
+12
|
*
drm/i915: Extract common cleanup into i915_ppgtt_release
Daniel Vetter
2014-08-13
1
-5
/
+3
|
*
drm/i915: Initialize the aliasing ppgtt as part of global gtt
Daniel Vetter
2014-08-13
1
-12
/
+30
|
*
drm/i915: Rework ppgtt init to no require an aliasing ppgtt
Daniel Vetter
2014-08-13
1
-51
/
+33
|
*
drm/i915: Allow i915_gem_setup_global_gtt to fail
Daniel Vetter
2014-08-13
1
-6
/
+10
|
*
drm/i915: Only refcount ppgtt if it actually is one
Daniel Vetter
2014-08-13
1
-1
/
+2
|
*
drm/i915: Track file_priv, not ctx in the ppgtt structure
Daniel Vetter
2014-08-13
1
-0
/
+21
|
*
drm/i915: Some cleanups for the ppgtt lifetime handling
Daniel Vetter
2014-08-12
1
-5
/
+15
|
*
drm/i915: vma/ppgtt lifetime rules
Michel Thierry
2014-08-12
1
-0
/
+5
|
*
drm/i915: clean up PPGTT checking logic
Jesse Barnes
2014-08-08
1
-11
/
+0
*
|
drm/i915: Flush the PTEs after updating them before suspend
Chris Wilson
2014-09-29
1
-1
/
+13
|
/
*
drm/i915: work around warning in i915_gem_gtt
Pavel Machek
2014-08-07
1
-5
/
+6
*
drm/i915: Don't disable PPGTT for CHV based in PCI rev
Ville Syrjälä
2014-07-11
1
-1
/
+2
*
Merge tag 'v3.16-rc4' into drm-intel-next-queued
Daniel Vetter
2014-07-07
1
-1
/
+8
|
\
|
*
Merge remote-tracking branch 'drm-intel/topic/kicking-dogs-and-vgacon' into d...
Jani Nikula
2014-06-11
1
-1
/
+8
|
|
\
|
|
*
drm/i915: Fixup global gtt cleanup
Daniel Vetter
2014-06-06
1
-1
/
+8
*
|
|
drm/i915: Added write-enable pte bit supportt
Akash Goel
2014-06-17
1
-19
/
+29
*
|
|
drm/i915/vlv: disable PPGTT on early revs v3
Jesse Barnes
2014-06-13
1
-0
/
+6
|
/
/
*
|
Merge tag 'drm-intel-fixes-2014-06-06' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
2014-06-06
1
-0
/
+7
|
\
\
|
|
/
|
/
|
[next]