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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-15
drm/i915: Allow get_fence_reg() to be uninterruptible
Chris Wilson
4
-22
/
+31
2010-09-15
drm/i915: Push pipelining of display plane flushes to the caller
Chris Wilson
5
-29
/
+43
2010-09-14
drm/i915: Fix regression in ba3d8d749b
Chris Wilson
1
-2
/
+6
2010-09-14
drm/i915: Consolidate flushing the display plane
Chris Wilson
4
-50
/
+17
2010-09-14
drm/i915: Reduce hangcheck frequency
Chris Wilson
3
-6
/
+11
2010-09-13
drm/i915: Remove redundant initialisation of crtc->pipe
Chris Wilson
1
-4
/
+2
2010-09-13
drm/i915: Initialize intel_crtc->active
Chris Wilson
1
-0
/
+1
2010-09-13
drm/i915: Fix an overlay regression from 7e7d76c
Chris Wilson
3
-6
/
+21
2010-09-13
drm/i915: Share crtc setup and teardown between dpms and disable/enable
Chris Wilson
2
-81
/
+46
2010-09-13
drm/i915/lvds: Move private data to the connector from the device.
Chris Wilson
2
-79
/
+78
2010-09-13
drm/i915/lvds: Remove incorrect mode locking
Chris Wilson
1
-7
/
+0
2010-09-13
drm/i915/lvds: Ensure panel is unlocked for Ironlake or the panel fitter
Chris Wilson
4
-63
/
+105
2010-09-12
drm/i915/bios: Prevent NULL dereference after allocation failure
Chris Wilson
1
-0
/
+2
2010-09-12
drm/i915/sdvo: Poll command status 5 times without delay on read
Chris Wilson
1
-35
/
+36
2010-09-12
drm/i915: Use msleep instead of mdelay during wait_vblank_off
Chris Wilson
2
-6
/
+14
2010-09-12
drm/i915/lvds: Remove busy wait for powering up the panel.
Chris Wilson
1
-5
/
+1
2010-09-12
drm/i915/lvds: Remove busy wait for powering down the panel
Chris Wilson
1
-9
/
+2
2010-09-12
drm/i915/i2c: The bit-banging interface controls the delay, drop ours
Chris Wilson
1
-19
/
+15
2010-09-12
drm/i915/dp: Convert a udelay(17000) to a sleep during link-off
Chris Wilson
1
-3
/
+2
2010-09-11
drm/i915: Use macros to switch between equivalent pipe registers
Chris Wilson
5
-546
/
+507
2010-09-11
drm/i915: Tidy Ironlake watermark computation
Chris Wilson
2
-115
/
+99
2010-09-11
drm/i915: Fix updating FBC
Chris Wilson
3
-68
/
+90
2010-09-11
drm/i915: enable thermal reporting for IPS
Jesse Barnes
2
-0
/
+8
2010-09-11
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
3
-9
/
+27
2010-09-11
drm/i915: Use the real FDI frequency for determining b/w
Chris Wilson
3
-1
/
+20
2010-09-11
drm/i915: Only call udelay() when waiting for clocks to stabilise
Chris Wilson
1
-3
/
+1
2010-09-11
drm/i915: Ensure all PLL registers are flushed before a udelay()
Chris Wilson
1
-0
/
+5
2010-09-11
drm/i915: set FDI RX TU size to match transmit size
Jesse Barnes
1
-0
/
+6
2010-09-11
drm/i915: don't write TU size to N1 reg
Jesse Barnes
1
-1
/
+1
2010-09-11
drm/i915: split Ironlake FDI enable function
Jesse Barnes
1
-27
/
+45
2010-09-11
drm/i915: enable PCH PLL, FDI training and transcoder even for eDP
Jesse Barnes
1
-123
/
+119
2010-09-11
drm/i915: use i915 and Ironlake CRTC enable/disable functions in prepare/commit
Jesse Barnes
1
-9
/
+60
2010-09-11
drm/i915: don't unlock panel regs
Jesse Barnes
1
-1
/
+1
2010-09-11
drm/i915: split i9xx CRTC enable/disable code
Jesse Barnes
1
-82
/
+103
2010-09-11
drm/i915: split Ironlake CRTC enable/disable code
Jesse Barnes
1
-281
/
+310
2010-09-10
drm/i915: Adapt workqueue to new alloc_workqueue interface
Chris Wilson
1
-1
/
+16
2010-09-10
drm/i915: don't enable self-refresh on Ironlake
Jesse Barnes
2
-2
/
+12
2010-09-09
drm/i915/debug: Include Ironlake in self-refresh status
Chris Wilson
1
-3
/
+5
2010-09-09
drm/i915: Make the connector->encoder relationship explicit
Chris Wilson
9
-127
/
+130
2010-09-09
drm/i915: Use the direct mapping of pipe->crtc
Chris Wilson
4
-15
/
+9
2010-09-09
drm/i915: Rename intel_encoder->enc to base for consistency
Chris Wilson
11
-146
/
+137
2010-09-09
drm/i915: Double check that the wait_request is not pending before warning
Chris Wilson
1
-7
/
+15
2010-09-09
drm/i915/dp: Flush the PLL register write before sleeping
Chris Wilson
1
-0
/
+1
2010-09-09
drm/i915: make sure panel is sequenced off when starting a mode set
Jesse Barnes
1
-0
/
+1
2010-09-09
drm/i915: make sure VDD AUX power has time to settle
Jesse Barnes
1
-0
/
+2
2010-09-09
drm/i915: don't change VDD AUX status in panel power functions
Jesse Barnes
1
-2
/
+2
2010-09-09
drm/i915: split DP link training across panel power sequencing
Jesse Barnes
1
-56
/
+65
2010-09-09
drm/i915: use VDD AUX for panel power around detection and in prepare
Jesse Barnes
1
-6
/
+29
2010-09-09
drm/i915: use 125MHz reference clock for PCH attached eDP
Jesse Barnes
1
-1
/
+4
2010-09-09
drm/i915: fix eDP detection
Jesse Barnes
1
-3
/
+12
[next]