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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-10
drm/i915: Handle fb offset and src coordinates for cursors
Ville Syrjälä
1
-2
/
+25
2017-05-10
drm/i915: Fix gen3 physical cursor alignment requirements
Ville Syrjälä
1
-2
/
+12
2017-05-10
drm/i915: Support variable cursor height on ivb+
Ville Syrjälä
3
-8
/
+36
2017-05-10
drm/i915: Use fb->pitches[0] in cursor code
Ville Syrjälä
1
-30
/
+18
2017-05-10
drm/i915: Generalize cursor size checks a bit
Ville Syrjälä
1
-21
/
+13
2017-05-10
drm/i915: Split cursor check_plane into i845 and i9xx variants
Ville Syrjälä
1
-104
/
+171
2017-05-10
drm/i915: Drop useless posting reads from cursor commit
Ville Syrjälä
1
-17
/
+15
2017-05-10
drm/i915: Move cursor position and base handling into the platform specific f...
Ville Syrjälä
1
-46
/
+49
2017-05-10
drm/i915: Refactor CURPOS calculation
Ville Syrjälä
1
-15
/
+22
2017-05-10
drm/i915: Clean up cursor junk from intel_crtc
Ville Syrjälä
3
-89
/
+47
2017-05-10
drm/i915: Refactor CURBASE calculation
Ville Syrjälä
1
-20
/
+29
2017-05-10
drm/i915: Pass intel_plane and intel_crtc to plane hooks
Ville Syrjälä
4
-129
/
+104
2017-05-10
drm/i915: Parametrize cursor/primary pipe select bits
Ville Syrjälä
2
-11
/
+5
2017-05-10
drm/i915: Add support for sprites on g4x
Ville Syrjälä
3
-12
/
+12
2017-05-10
drm/i915: Add g4x watermark tracepoint
Ville Syrjälä
2
-0
/
+54
2017-05-10
drm/i915: Enable HPLL watermarks on g4x
Ville Syrjälä
1
-1
/
+2
2017-05-10
drm/i915: Two stage watermarks for g4x
Ville Syrjälä
5
-226
/
+791
2017-05-10
drm/i915: Apply the g4x TLB miss w/a to SR watermarks as well
Ville Syrjälä
1
-6
/
+9
2017-05-10
drm/i915: Refactor wm calculations
Ville Syrjälä
1
-72
/
+149
2017-05-10
drm/i915: Refactor the g4x TLB miss w/a to a helper
Ville Syrjälä
1
-7
/
+20
2017-05-10
drm/i915: Fix the g4x watermark TLB miss workaround
Ville Syrjälä
1
-5
/
+6
2017-05-10
drm/i915: Fix cursor 'cpp' in watermark calculatins for old platforms
Ville Syrjälä
1
-5
/
+5
2017-05-10
drm/i915: Document CxSR
Ville Syrjälä
1
-0
/
+37
2017-05-10
drm/i915: Make vlv/chv watermark debug print less cryptic
Ville Syrjälä
1
-1
/
+1
2017-05-10
drm/i915: Rename bunch of vlv_ watermark structures to g4x_
Ville Syrjälä
3
-14
/
+14
2017-05-10
drm/i915: s/vlv_num_wm_levels/intel_wm_num_levels/
Ville Syrjälä
1
-9
/
+9
2017-05-10
drm/i915: Drop the debug message from vlv_get_fifo_size()
Ville Syrjälä
1
-7
/
+0
2017-05-10
drm/i915: s/vlv_plane_wm_compute/vlv_raw_plane_wm_compute/ etc.
Ville Syrjälä
1
-11
/
+11
2017-05-10
drm/i915/lvds: Remove magic from PLL programming
Imre Deak
1
-2
/
+2
2017-05-10
drm/i915: Sanitize stolen memory size calculation
Imre Deak
1
-7
/
+7
2017-05-10
drm/i915: Check error return when converting pipe to connector
Imre Deak
1
-3
/
+14
2017-05-10
drm/i915: Check error return when setting DMA mask
Imre Deak
1
-4
/
+12
2017-05-10
drm/i915/sdvo: Check error return from intel_sdvo_get_value()
Imre Deak
1
-5
/
+4
2017-05-10
drm/i915/dp: Check error return during DPCD capability queries
Imre Deak
1
-8
/
+12
2017-05-10
drm/i915/vlv: Fix port B PLL opamp initialization
Imre Deak
1
-2
/
+2
2017-05-09
drm/i915: Show dmc debug registers on Kabylake
Mika Kuoppala
1
-1
/
+2
2017-05-09
drm/i915: Move uncore definitions into a separate header
Michal Wajdeczko
4
-156
/
+188
2017-05-08
drm/i915: use memdup_user_nul
Geliang Tang
2
-20
/
+6
2017-05-05
drm/i915: Fix rawclk readout for g4x
Ville Syrjälä
2
-7
/
+9
2017-05-04
drm/i915: Micro-optimise hotpath through intel_ring_begin()
Chris Wilson
2
-32
/
+38
2017-05-04
drm/i915: Report the ring->space from intel_ring_update_space()
Chris Wilson
2
-5
/
+9
2017-05-04
drm/i915: Avoid the branch in computing intel_ring_space()
Chris Wilson
2
-25
/
+35
2017-05-04
drm/i915: Use engine->context_pin() to report the intel_ring
Chris Wilson
8
-42
/
+47
2017-05-03
drm/i915: Implement dma_buf_ops->kmap
Chris Wilson
2
-0
/
+124
2017-05-03
Merge tag 'tags/drm-for-v4.12' into drm-intel-next-queued
Daniel Vetter
240
-1355
/
+4749
2017-05-03
ALSA: x86: Register multiple PCM devices for the LPE audio card
Ville Syrjälä
4
-66
/
+92
2017-05-03
ALSA: x86: Split snd_intelhad into card and PCM specific structures
Ville Syrjälä
2
-100
/
+142
2017-05-03
ALSA: x86: Prepare LPE audio ctls for multiple PCMs
Ville Syrjälä
1
-4
/
+19
2017-05-03
drm/i915: Clean up the LPE audio platform data
Ville Syrjälä
3
-33
/
+31
2017-05-03
drm/i915: Reorganize intel_lpe_audio_notify() arguments
Ville Syrjälä
3
-8
/
+8
[next]