index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-pnx4008
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-10-08
drm/i915/crt: Make sure the hotplug interrupt is enabled
Yuanhan Liu
1
-1
/
+2
2010-10-08
drm/i915: diasable clock gating for the panel power sequencer
Jesse Barnes
2
-0
/
+10
2010-10-08
drm/i915/dp: make eDP PLL functions work as advertised
Jesse Barnes
1
-2
/
+4
2010-10-08
drm/i915/dp: don't bother with DP PLL for PCH attached eDP
Jesse Barnes
1
-1
/
+1
2010-10-08
drm/i915/dp: use VBT provided eDP params if available
Jesse Barnes
1
-57
/
+89
2010-10-08
drm/i915/dp: cache eDP DPCD data
Jesse Barnes
2
-0
/
+21
2010-10-08
drm/i915: don't program FDI RX/TX in mode_set
Jesse Barnes
1
-21
/
+0
2010-10-08
drm/i915: fix ironlake CRTC enable/disable
Jesse Barnes
1
-4
/
+4
2010-10-08
drm/i915: use DPLL_DVO_HIGH_SPEED for PCH eDP
Jesse Barnes
1
-1
/
+1
2010-10-08
drm/i915: use 120MHz refclk in PCH eDP case too
Jesse Barnes
1
-1
/
+2
2010-10-08
drm/i915: fix PCH eDP SSC support
Jesse Barnes
1
-3
/
+15
2010-10-08
drm/i915: add Ironlake clock gating workaround for FDI link training
Jesse Barnes
2
-0
/
+9
2010-10-08
drm/i915: fetch eDP configuration data from the VBT
Jesse Barnes
3
-20
/
+61
2010-10-08
drm/i915: add _DSM support
Jesse Barnes
5
-0
/
+302
2010-10-08
drm/i915/dp: eDP power sequencing fixes
Jesse Barnes
2
-45
/
+35
2010-10-08
drm/i915: fix CPU vs PCH eDP confusion
Jesse Barnes
1
-35
/
+32
2010-10-08
drm/i915: remove broken intel_pch_has_edp function
Jesse Barnes
3
-23
/
+2
2010-10-08
drm/i915: add eDP checking functions for the display code
Jesse Barnes
2
-0
/
+20
2010-10-08
drm/i915/dp: correct eDP lane count and bpp
Jesse Barnes
1
-2
/
+4
2010-10-08
drm/i915/dp: remove redundant is_pch_edp checks
Jesse Barnes
1
-20
/
+16
2010-10-08
drm/i915/dp: convert eDP checks to functions and document
Jesse Barnes
1
-35
/
+57
2010-10-07
drm/i915: Wait for pending flips on the GPU
Chris Wilson
2
-48
/
+34
2010-10-07
drm/i915: Free hardware status page on unload when physically mapped
Keith Packard
1
-0
/
+3
2010-10-06
drm/nouveau/kms: Avoid a hang entering KDB with VT accel on.
Chris Ball
1
-0
/
+9
2010-10-06
radeon, kdb, kms: Save and restore the LUT on atomic KMS enter/exit
Jason Wessel
3
-0
/
+40
2010-10-06
drm, kdb, kms: Add an enter argument to mode_set_base_atomic() API
Jason Wessel
8
-11
/
+13
2010-10-06
drm/nouveau/kms: Implement KDB debug hooks for nouveau KMS.
Chris Ball
3
-21
/
+80
2010-10-06
drm/radeon/kms: Implement KDB debug hooks for radeon KMS.
Chris Ball
4
-47
/
+129
2010-10-06
drm/radeon/kms: add drm blit support for evergreen
Alex Deucher
10
-55
/
+1221
2010-10-06
drm/radeon: Modify radeon_pm_in_vbl to use radeon_get_crtc_scanoutpos()
Mario Kleiner
1
-61
/
+9
2010-10-06
drm/radeon: Add function for display scanout position query.
Mario Kleiner
2
-0
/
+160
2010-10-06
drm/radeon/kms: rework spread spectrum handling
Alex Deucher
4
-100
/
+305
2010-10-06
drm/radeon/kms: remove new pll algo
Alex Deucher
7
-278
/
+9
2010-10-06
drm/radeon/kms: remove some pll algo flags
Alex Deucher
4
-52
/
+7
2010-10-06
drm/radeon/kms: prefer high post dividers in legacy pll algo
Alex Deucher
1
-1
/
+1
2010-10-06
drm/radeon/kms: properly handle 40 bit MC addresses in the cursor code
Alex Deucher
1
-6
/
+9
2010-10-06
drm/radeon: add properties to configure the width of the underscan borders
Marius Gröger
3
-5
/
+82
2010-10-06
drm/radeon/kms/r6xx+: use new style fencing (v3)
Alex Deucher
6
-17
/
+64
2010-10-06
drm/radeon/kms: enable writeback (v2)
Alex Deucher
16
-218
/
+258
2010-10-06
drm/radeon/kms: clean up r6xx/r7xx blit init (v2)
Alex Deucher
3
-28
/
+17
2010-10-06
drm/vmwgfx: Bump minor and driver date
Thomas Hellstrom
1
-2
/
+2
2010-10-06
drm/vmwgfx: Save at least one screen layout
Thomas Hellstrom
1
-0
/
+3
2010-10-06
drm/vmwgfx: Add modinfo version
Thomas Hellstrom
1
-0
/
+4
2010-10-06
drm/vmwgfx: Add a parameter to get the max fb size
Thomas Hellstrom
3
-2
/
+6
2010-10-06
drm/vmwgfx: Don't flush fb if we're in the suspended state.
Thomas Hellstrom
1
-0
/
+3
2010-10-06
drm/vmwgfx: Prune modes based on available VRAM size
Thomas Hellstrom
4
-11
/
+38
2010-10-06
drm/vmwgfx: Take the ttm lock around the dirty ioctl
Thomas Hellstrom
3
-8
/
+84
2010-10-06
drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callback
Thomas Hellstrom
3
-2
/
+6
2010-10-06
drm/vmwgfx: Add new-style PM hooks to improve hibernation behavior
Thomas Hellstrom
1
-34
/
+79
2010-10-06
drm/vmwgfx: Fix ACPI S3 & S4 functionality.
Thomas Hellstrom
2
-2
/
+37
[next]