index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_display.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: allow tiled front buffers on 965+
Jesse Barnes
2009-04-16
1
-0
/
+9
*
drm/i915: Fix a mismerge of the IGD patch (new .find_pll hooks missed)
Shaohua Li
2009-04-08
1
-0
/
+2
*
drm/i915: Fix SDVO TV support
Zhenyu Wang
2009-04-01
1
-0
/
+20
*
drm/i915: clean up udelay usage
Arjan van de Ven
2009-04-01
1
-1
/
+1
*
agp/intel: Add support for new intel chipset.
Shaohua Li
2009-03-27
1
-17
/
+96
*
drm/i915: Read the right SDVO register when detecting SVDO/HDMI.
Kristian Høgsberg
2009-03-27
1
-1
/
+9
*
drm/i915: Use a different PLL timing search function on G4X.
Ma Ling
2009-03-27
1
-12
/
+88
*
drm/i915: Use documented PLL timing limits for G4X platform
Ma Ling
2009-03-27
1
-1
/
+186
*
drm/i915: remove PLL debugging messages
Jesse Barnes
2009-02-25
1
-1
/
+1
*
drm/i915: Add missing mutex_lock(&dev->struct_mutex)
Pierre Willenbrock
2009-02-23
1
-0
/
+1
*
drm/i915: take struct mutex around fb unref
Jesse Barnes
2009-02-20
1
-0
/
+2
*
drm: Use spread spectrum when the bios tells us it's ok.
Kristian Høgsberg
2009-02-20
1
-6
/
+14
*
drm: Collapse identical i8xx_clock() and i9xx_clock().
Kristian Høgsberg
2009-02-20
1
-27
/
+6
*
drm: Bring PLL limits in sync with DDX values.
Kristian Høgsberg
2009-02-20
1
-3
/
+3
*
drm: Add locking around cursor gem operations.
Kristian Høgsberg
2009-02-20
1
-4
/
+5
*
drm: Propagate failure from setting crtc base.
Chris Wilson
2009-02-20
1
-31
/
+53
*
drm/i915: Set framebuffer alignment based upon the fence constraints.
Chris Wilson
2009-02-20
1
-4
/
+2
*
drm/i915: sync SDVO code with stable userland modesetting driver
Jesse Barnes
2009-02-08
1
-0
/
+2
*
drm/i915: Skip SDVO/HDMI init when the chipset tells us it's not present.
Eric Anholt
2009-02-08
1
-7
/
+11
*
drm/i915: lock correct mutex around object unreference.
Dave Airlie
2009-01-16
1
-6
/
+11
*
drm/i915: add support for physical memory objects
Dave Airlie
2009-01-16
1
-11
/
+21
*
drm: handle depth & bpp changes correctly
Jesse Barnes
2009-01-16
1
-0
/
+2
*
drm/i915: Non-mobile parts don't have integrated TV-out.
Eric Anholt
2009-01-07
1
-1
/
+1
*
drm/i915: Add support for integrated HDMI on G4X hardware.
Eric Anholt
2009-01-07
1
-2
/
+15
*
drm/i915: Pin cursor bo and unpin old bo when setting cursor.
Kristian Høgsberg
2009-01-07
1
-8
/
+21
*
drm: pin new and unpin old buffer when setting a mode.
Kristian Høgsberg
2008-12-29
1
-8
/
+36
*
drm/i915: fix sparse warnings: returning void-valued expression
Hannes Eder
2008-12-29
1
-2
/
+2
*
drm/i915: fix sparse warnings: make symbols static
Hannes Eder
2008-12-29
1
-3
/
+3
*
drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.
Kristian H�gsberg
2008-12-29
1
-31
/
+0
*
DRM: i915: add mode setting support
Jesse Barnes
2008-12-29
1
-0
/
+1621