index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-05
drm/i915/dvo: Remove ->mode_set callback
Daniel Vetter
1
-2
/
+2
2014-05-05
drm/i915: Make encoder->mode_set callbacks optional
Daniel Vetter
1
-1
/
+3
2014-05-05
drm/i915: Make primary_enabled match the actual hardware state
Ville Syrjälä
1
-3
/
+15
2014-05-05
drm/i915: Move ring_begin to signal()
Ben Widawsky
2
-18
/
+25
2014-05-05
drm/i915: Virtualize the ringbuffer signal func
Ben Widawsky
2
-21
/
+32
2014-05-05
drm/i915: Move semaphore specific ring members to struct
Ben Widawsky
5
-80
/
+82
2014-05-05
drm/i915: vlv: init only needed state during early power well enabling
Imre Deak
2
-4
/
+11
2014-05-05
drm/i915: Avoid NULL ctx->obj dereference in debugfs/i915_context_info
Chris Wilson
1
-0
/
+3
2014-05-05
drm/i915: Add intel_get_crtc_scanline()
Ville Syrjälä
2
-14
/
+43
2014-05-05
drm/i915: Fix scanout position for real
Ville Syrjälä
1
-79
/
+23
2014-05-05
drm/i915/bdw: Disable idle DOP clock gating
Ben Widawsky
1
-0
/
+4
2014-05-05
drm/i915/bdw: enable eDRAM.
Ben Widawsky
1
-1
/
+1
2014-05-05
drm/i915/bdw: Add WT caching ability
Ben Widawsky
2
-9
/
+19
2014-05-05
drm/i915: bdw: fix RC6 enabled status reporting and disable runtime PM
Imre Deak
1
-0
/
+4
2014-05-05
drm/i915: Fix assert_plane warning during FDI link train
Ville Syrjälä
1
-3
/
+1
2014-05-05
Revert "drm/i915: fix build warning on 32-bit (v2)"
Jan Moskyto Matejka
1
-1
/
+1
2014-05-05
drm/i915: Fix deadlock during driver init on ILK
Ville Syrjälä
1
-2
/
+0
2014-05-05
drm/i915: remove extraneous VGA power domain put calls
Imre Deak
1
-6
/
+3
2014-05-05
drm/i915: Integrate cmd parser kerneldoc
Daniel Vetter
1
-1
/
+1
2014-05-05
drm/i915: Do not call retire_requests from wait_for_rendering
Chris Wilson
2
-49
/
+66
2014-05-05
drm/i915: vlv: increase timeout when forcing on the GFX clock
Imre Deak
1
-2
/
+2
2014-05-05
drm/i915: vlv: factor out vlv_force_gfx_clock and check for pending force-off
Imre Deak
3
-14
/
+40
2014-05-05
drm/i915: vlv: setup RPS min/max frequencies once during init time
Imre Deak
1
-25
/
+41
2014-05-05
drm/i915: reinit GT power save during resume
Imre Deak
1
-0
/
+7
2014-05-05
drm/i915: make runtime PM swizzling/ring_freq init platform independent
Imre Deak
2
-4
/
+3
2014-05-05
drm/i915: factor out gen6_update_ring_freq
Imre Deak
3
-7
/
+15
2014-05-05
drm/i915: make runtime PM interrupt enable/disable platform independent
Imre Deak
2
-11
/
+5
2014-05-05
drm/i915: disable runtime PM if RC6 is disabled
Imre Deak
2
-1
/
+13
2014-05-05
drm/i915: sanitize enable_rc6 option
Imre Deak
1
-3
/
+27
2014-05-05
drm/i915: fix unbalanced GT powersave enable / disable calls
Imre Deak
1
-1
/
+1
2014-05-05
drm/i915: vlv: check port power domain instead of only D0 for eDP VDD on
Imre Deak
1
-1
/
+5
2014-05-05
drm/i915: add missing error capturing of the PIPESTAT reg
Imre Deak
3
-4
/
+5
2014-05-05
drm/i915: gen2: move error capture of IER to its correct place
Imre Deak
1
-4
/
+4
2014-05-05
drm/i915: get a runtime PM ref for the deferred GPU reset work
Imre Deak
1
-0
/
+10
2014-05-05
drm/i915: Validate VBT header before trusting it
Chris Wilson
1
-18
/
+50
2014-05-05
drm/i915: Validate BDB section before reading
Chris Wilson
1
-1
/
+7
2014-05-05
drm/i915: get a runtime PM ref for the deferred GT powersave enabling
Imre Deak
3
-3
/
+38
2014-05-05
drm/i915: move getting struct_mutex lower in the callstack during GPU reset
Imre Deak
2
-4
/
+3
2014-05-05
drm/i915: get a runtime PM ref for debugfs entries where needed
Imre Deak
2
-0
/
+14
2014-05-05
drm/i915: remove the i915_dpio debugfs entry
Imre Deak
1
-48
/
+0
2014-05-05
drm/i915: fix the RC6 status debug print
Imre Deak
1
-1
/
+7
2014-05-05
drm/i915: vlv: add RC6 residency counters
Imre Deak
2
-0
/
+8
2014-05-05
drm/i915: vlv: clear master interrupt flag when disabling interrupts
Imre Deak
1
-0
/
+2
2014-05-05
drm/i915: vlv: clean up GTLC wake control/status register macros
Imre Deak
2
-4
/
+11
2014-05-05
drm/i915: Use the coarse ping-pong mechanism based on drm fd to dispatch the ...
Zhao Yakui
3
-1
/
+45
2014-05-05
drm/i915:Add the VCS2 switch in Intel_ring_setup_status_page
Zhao Yakui
1
-0
/
+5
2014-05-05
drm/i915:Handle the irq interrupt for the second BSD ring
Zhao Yakui
1
-1
/
+4
2014-05-05
drm/i915:Initialize the second BSD ring on BDW GT3 machine
Zhao Yakui
7
-4
/
+95
2014-05-05
drm/i915: Update the restrict check to filter out wrong Ring ID passed by use...
Zhao Yakui
2
-1
/
+2
2014-05-05
drm/i915: Split the BDW device definition to prepare for dual BSD rings on BD...
Zhao Yakui
1
-2
/
+24
[next]