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
2014-01-25
drm/i915: Make underruns DRM_ERROR
Ville Syrjälä
1
-15
/
+15
2014-01-25
drm/i915: Limit FIFO underrun reports on GMCH platforms
Ville Syrjälä
2
-18
/
+36
2014-01-24
drm/i915: fix WRPLL clock calculation
Jesse Barnes
1
-1
/
+2
2014-01-24
drm/i915: Remove incorrect comment about struct mutex
Ben Widawsky
1
-2
/
+0
2014-01-24
drm/i915: always check clocks when comparing pipe configs
Jesse Barnes
1
-4
/
+2
2014-01-24
drm/i915: clock readout support for DDI v3
Jesse Barnes
2
-0
/
+102
2014-01-24
drm/i915: Introduce a get_aux_send_ctl() vfunc
Damien Lespiau
2
-4
/
+14
2014-01-24
drm/i915: Reorder the AUX_CTL bits in descending order
Damien Lespiau
1
-4
/
+4
2014-01-24
drm/i915: Factor out a function returning the AUX_CTL value to start a send
Damien Lespiau
1
-22
/
+37
2014-01-24
drm/i915: Turn get_aux_clock_divider() into per-platform vfuncs
Damien Lespiau
2
-22
/
+54
2014-01-24
drm/i915: quirk invert brightness for Acer Aspire 5336
Jani Nikula
1
-0
/
+3
2014-01-24
drm/i915: drop the i915.fbpercrtc module parameter
Jani Nikula
2
-4
/
+0
2014-01-24
drm/i915: Enable 5.4Ghz (HBR2) link rate for Displayport 1.2-capable devices
Todd Previte
2
-6
/
+26
2014-01-24
drm/i915: Shuffle sprite register writes into a tighter group
Ville Syrjälä
1
-9
/
+9
2014-01-24
drm/i915: Shuffle modeset reset handling around
Daniel Vetter
3
-2
/
+3
2014-01-24
drm/i915: set the backlight panel delays registers to 1
Paulo Zanoni
1
-3
/
+10
2014-01-24
drm/i915: Fix new_config and new_enabled for load detect
Ville Syrjälä
1
-4
/
+16
2014-01-24
drm/i915: Kill dev_priv->irq_received
Ville Syrjälä
3
-30
/
+0
2014-01-24
drm/i915: Make irq_received bool
Ville Syrjälä
1
-4
/
+2
2014-01-24
drm/i915: Add intel_hpd_irq_uninstall()
Ville Syrjälä
1
-6
/
+11
2014-01-24
drm/i915: don't wait for power cycle when waiting for power off
Paulo Zanoni
1
-2
/
+2
2014-01-24
drm/i915: remove a column of zeros from the eDP wait definitions
Paulo Zanoni
1
-6
/
+6
2014-01-24
drm/i915: drop ironlake_ prefix from edp panel/backlight functions
Daniel Vetter
3
-59
/
+59
2014-01-24
drm/i915: save some time when waiting the eDP timings
Paulo Zanoni
3
-3
/
+56
2014-01-24
drm/i915: init the DP panel power seq variables earlier
Paulo Zanoni
1
-7
/
+8
2014-01-24
drm/i915: Only restore backlight combination mode reg for ums
Daniel Vetter
4
-11
/
+10
2014-01-24
drm/i915: clean up HPD IRQ debug printing
Imre Deak
1
-9
/
+3
2014-01-24
drm/i915: Don't use i915_preliminary_hw_support to mean pre-production
Damien Lespiau
1
-2
/
+4
2014-01-24
drm/i915: Set crtc->new_config to NULL for pipes that are about to be disabled
Ville Syrjälä
1
-3
/
+19
2014-01-24
drm/i915: Don't oops if the initial modeset fails
Ville Syrjälä
1
-0
/
+32
2014-01-24
drm/i915: Use new_config and new_enabled to simplify the VLV cdclk code
Ville Syrjälä
1
-16
/
+9
2014-01-24
drm/i915: Prepare to track new pipe config per pipe
Ville Syrjälä
2
-0
/
+6
2014-01-24
drm/i915: Pre-compute pipe enabled state
Ville Syrjälä
2
-16
/
+64
2014-01-24
Revert "drm/i915: Mask reserved bits in display/sprite address registers"
Daniel Vetter
3
-15
/
+13
2014-01-23
drm/i915: VLV2 - Fix hotplug detect bits
Todd Previte
2
-15
/
+35
2014-01-22
drm/i915: Allow reading the TIMESTAMP register on Gen8.
Kenneth Graunke
1
-1
/
+1
2014-01-22
drm/i915: Repeat evictions whilst pageflip completions are outstanding
Chris Wilson
1
-7
/
+20
2014-01-22
drm/i915: Wait for completion of pending flips when starved of fences
Chris Wilson
3
-4
/
+34
2014-01-22
drm/i915: don't disable DP port after a failed link training
Imre Deak
1
-1
/
+0
2014-01-22
drm/i915: don't disable the DP port if the link is lost
Imre Deak
1
-2
/
+0
2014-01-22
drm/i915: Eliminate lots of WARNs when there's no backlight present
Ville Syrjälä
2
-11
/
+5
2014-01-22
drm/i915: g4x/vlv: fix dp aux interrupt mask
Imre Deak
1
-1
/
+2
2014-01-22
drm/i915/ppgtt: Defer request freeing on reset
Ben Widawsky
1
-10
/
+17
2014-01-22
i915: send D1 opregion notification
Kristen Carlson Accardi
1
-1
/
+9
2014-01-22
drm/i915/bdw: remove preliminary_hw_support flag from BDW
Jesse Barnes
1
-2
/
+0
2014-01-22
drm/i915: Tune down reset_stat output from ERROR to debug
Daniel Vetter
1
-1
/
+1
2014-01-22
drm/i915: Make semaphore modparam RO
Ben Widawsky
1
-1
/
+1
2014-01-22
drm/i915: Fix disabled semaphores
Ben Widawsky
1
-4
/
+6
2014-01-22
drm/i915: Clarify relocation errnos
Ben Widawsky
1
-7
/
+7
2014-01-22
drm/i915: Spelling s/auxilliary/auxiliary/
Geert Uytterhoeven
1
-1
/
+1
[next]