index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-20
drm/i915/bdw: Display execlists info in debugfs
Oscar Mateo
3
-6
/
+88
2014-08-20
drm/i915/bdw: Disable semaphores for Execlists
Oscar Mateo
1
-0
/
+4
2014-08-20
drm/i915/bdw: Make sure gpu reset still works with Execlists
Oscar Mateo
2
-0
/
+13
2014-08-20
drm/i915/bdw: Don't write PDP in the legacy way when using LRCs
Oscar Mateo
1
-0
/
+6
2014-08-14
drm/i915: Track cursor changes as frontbuffer tracking flushes
Daniel Vetter
1
-0
/
+4
2014-08-14
drm/i915/bdw: Help out the ctx switch interrupt handler
Oscar Mateo
1
-4
/
+22
2014-08-14
drm/i915/bdw: Avoid non-lite-restore preemptions
Oscar Mateo
2
-4
/
+27
2014-08-14
drm/i915/bdw: Handle context switch events
Thomas Daniel
4
-17
/
+155
2014-08-14
drm/i915/bdw: Two-stage execlist submit process
Michel Thierry
3
-5
/
+77
2014-08-14
drm/i915/bdw: Write the tail pointer, LRC style
Oscar Mateo
1
-0
/
+19
2014-08-14
drm/i915/bdw: Implement context switching (somewhat)
Ben Widawsky
2
-2
/
+115
2014-08-14
drm/i915/bdw: Emission of requests with logical rings
Oscar Mateo
3
-23
/
+80
2014-08-14
drm/i915: Add temporary ring->ctx backpointer
Oscar Mateo
2
-0
/
+9
2014-08-14
drm/i915: Print captured bo for all VM in error state
Chris Wilson
2
-24
/
+58
2014-08-14
drm/i915: Sharing platform specific sequence between runtime and system suspe...
Sagar Kamble
1
-20
/
+43
2014-08-14
drm/i915: Created common handler for platform specific suspend/resume
Sagar Kamble
1
-27
/
+49
2014-08-13
drm/i915: Localise the fbdev console lock frobbing
Chris Wilson
5
-40
/
+48
2014-08-13
drm/i915: Replace __I915__ with typesafe variant
Chris Wilson
2
-5
/
+10
2014-08-13
drm/i915: Add support for variable cursor size on 845/865
Ville Syrjälä
3
-24
/
+91
2014-08-13
drm/i915: Unify ivb_update_cursor() and i9xx_update_cursor()
Ville Syrjälä
1
-40
/
+1
2014-08-13
drm/i915: Move CURSIZE setup to i845_update_cursor()
Ville Syrjälä
1
-4
/
+1
2014-08-13
drm/i915: Don't try to enable cursor from setplane when crtc is disabled
Ville Syrjälä
1
-2
/
+2
2014-08-13
drm/i915: Cleanup aliasging ppgtt alongside the global gtt
Daniel Vetter
2
-4
/
+7
2014-08-13
drm/i915: Extract commmon global gtt cleanup code
Daniel Vetter
3
-10
/
+15
2014-08-13
drm/i915: Extract common cleanup into i915_ppgtt_release
Daniel Vetter
1
-5
/
+3
2014-08-13
drm/i915: Drop create_vm argument to i915_gem_create_context
Daniel Vetter
1
-6
/
+5
2014-08-13
drm/i915: Only track real ppgtt for a context
Daniel Vetter
6
-34
/
+30
2014-08-13
drm/i915: Initialize the aliasing ppgtt as part of global gtt
Daniel Vetter
2
-24
/
+31
2014-08-13
drm/i915: Rework ppgtt init to no require an aliasing ppgtt
Daniel Vetter
4
-58
/
+42
2014-08-13
drm/i915: Fix up checks for aliasing ppgtt
Daniel Vetter
4
-13
/
+5
2014-08-13
drm/i915: Allow i915_gem_setup_global_gtt to fail
Daniel Vetter
3
-9
/
+18
2014-08-13
drm/i915: Add proper prefix to obj_to_ggtt
Daniel Vetter
2
-6
/
+7
2014-08-13
drm/i915: Only refcount ppgtt if it actually is one
Daniel Vetter
3
-3
/
+13
2014-08-13
drm/i915: Track file_priv, not ctx in the ppgtt structure
Daniel Vetter
4
-23
/
+28
2014-08-12
drm/i915: Some cleanups for the ppgtt lifetime handling
Daniel Vetter
5
-43
/
+33
2014-08-12
drm/i915: vma/ppgtt lifetime rules
Michel Thierry
4
-20
/
+18
2014-08-11
drm/i915/bdw: Always use MMIO flips with Execlists
Oscar Mateo
2
-1
/
+4
2014-08-11
drm/i915/bdw: Workload submission mechanism for Execlists
Oscar Mateo
3
-5
/
+135
2014-08-11
drm/i915/bdw: GEN-specific logical ring emit batchbuffer start
Oscar Mateo
2
-0
/
+29
2014-08-11
drm/i915/bdw: Interrupts with logical rings
Oscar Mateo
4
-3
/
+77
2014-08-11
drm/i915/bdw: Ring idle and stop with logical rings
Oscar Mateo
1
-2
/
+22
2014-08-11
drm/i915/bdw: GEN-specific logical ring emit flush
Oscar Mateo
3
-7
/
+95
2014-08-11
drm/i915/bdw: GEN-specific logical ring emit request
Oscar Mateo
3
-0
/
+35
2014-08-11
drm/i915/bdw: New logical ring submission mechanism
Oscar Mateo
4
-10
/
+217
2014-08-11
drm/i915: Make hpd debug messages less cryptic
Ville Syrjälä
2
-2
/
+5
2014-08-11
drm/i915/bdw: GEN-specific logical ring set/get seqno
Oscar Mateo
1
-0
/
+20
2014-08-11
drm/i915/bdw: GEN-specific logical ring init
Oscar Mateo
3
-13
/
+78
2014-08-11
drm/i915/bdw: Generic logical ring init and cleanup
Oscar Mateo
4
-11
/
+70
2014-08-11
drm/i915/bdw: Skeleton for the new logical rings submission path
Oscar Mateo
3
-0
/
+168
2014-08-11
drm/i915: Abstract the legacy workload submission mechanism away
Oscar Mateo
3
-14
/
+44
[next]