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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-20
drm/radeon: make all functions work with multiple rings.
Christian König
20
-745
/
+812
2011-12-20
drm/radeon/kms: add support for semaphores v3
Christian König
13
-6
/
+248
2011-12-20
drm/radeon/kms: add support for multiple fence queues v2
Alex Deucher
20
-150
/
+201
2011-12-20
drm/radeon: fix a spelling mistake
Christian König
4
-22
/
+22
2011-12-20
drm/radeon: no need to check all relocs for duplicates
Christian König
1
-2
/
+3
2011-12-20
drm/radeon: fix debugfs handling v3
Christian König
2
-19
/
+33
2011-12-20
gma500/oaktrail: panel display quality fix
Alan Cox
1
-0
/
+2
2011-12-20
gma500: Oaktrail fixes
Alan Cox
1
-3
/
+2
2011-12-20
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
Dave Airlie
86
-1023
/
+2145
2011-12-20
gma500: Final enables for Oaktrail
Alan Cox
2
-1
/
+15
2011-12-20
gma500: SDVO DDC bus guessing isn't working so hardcode it instead
Patrik Jakobsson
1
-0
/
+8
2011-12-20
gma500: Convert Oaktrail to work with new output handling
Patrik Jakobsson
3
-47
/
+79
2011-12-20
gma500: Convert Cedarview to work with new output handling
Patrik Jakobsson
6
-128
/
+169
2011-12-20
gma500: Replace SDVO code with slightly modified version from i915
Patrik Jakobsson
6
-973
/
+2742
2011-12-20
gma500: Add support for Intel GMBUS
Patrik Jakobsson
6
-0
/
+588
2011-12-20
gma500: Convert PSB LVDS to new output handling
Patrik Jakobsson
1
-69
/
+83
2011-12-20
gma500: Fix encoder type checking for connectors
Patrik Jakobsson
3
-19
/
+19
2011-12-20
gma500: Remove psb_intel_output from ddc_probe and ddc_get_modes
Patrik Jakobsson
2
-11
/
+10
2011-12-20
gma500: Initial support for our encoder and connector structs
Patrik Jakobsson
2
-15
/
+32
2011-12-20
drm: Replace pitch with pitches[] in drm_framebuffer
Ville Syrjälä
21
-57
/
+62
2011-12-20
drm: Check that the requested pixel format is valid
Ville Syrjälä
1
-0
/
+75
2011-12-20
drm: plane: Check that the fb pixel format is supported by the plane
Ville Syrjälä
1
-0
/
+11
2011-12-20
drm: plane: Make 'formats' parameter to drm_plane_init() const
Ville Syrjälä
1
-1
/
+1
2011-12-20
drm: plane: Check crtc coordinates against integer overflows in setplane ioctl
Ville Syrjälä
1
-0
/
+12
2011-12-20
drm: plane: Check source coordinates
Ville Syrjälä
1
-0
/
+23
2011-12-20
drm: plane: Clear plane.crtc and plane.fb after disable_plane()
Ville Syrjälä
1
-0
/
+2
2011-12-20
drm: Fix __user sparse warnings
Ville Syrjälä
1
-15
/
+15
2011-12-20
drm: plane: mutex_unlock() was missing
Ville Syrjälä
1
-0
/
+1
2011-12-20
drm/intel: Fix initialization if startup happens in interlaced mode [v2]
Christian Schmidt
2
-1
/
+2
2011-12-20
Fix wrong assumptions in cea_for_each_detailed_block v2
Christian Schmidt
1
-17
/
+2
2011-12-20
drm_edid_to_eld: check for CEA data blocks only from structure revision 3 on
Christian Schmidt
1
-19
/
+22
2011-12-19
drm/edid: support CEA video modes.
Christian Schmidt
2
-0
/
+327
2011-12-17
Revert "drm/i915: fix infinite recursion on unbind due to ilk vt-d w/a"
Linus Torvalds
1
-6
/
+1
2011-12-16
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux
Linus Torvalds
12
-90
/
+354
2011-12-16
drm/i915/dp: Dither down to 6bpc if it makes the mode fit
Adam Jackson
3
-8
/
+39
2011-12-16
drm/i915: enable semaphores on per-device defaults
Eugeni Dodonov
3
-4
/
+21
2011-12-16
drm/i915: don't set unpin_work if vblank_get fails
Jesse Barnes
1
-5
/
+7
2011-12-16
drm/i915: By default, enable RC6 on IVB and SNB when reasonable
Keith Packard
3
-6
/
+33
2011-12-16
drm/i915/sdvo: Include LVDS panels for the IS_DIGITAL check
Chris Wilson
1
-8
/
+20
2011-12-16
drm/i915: prevent division by zero when asking for chipset power
Eugeni Dodonov
2
-0
/
+11
2011-12-16
drm/i915: add PCH info to i915_capabilities
Paulo Zanoni
1
-0
/
+1
2011-12-16
drm/i915: set the right SDVO transcoder for CPT
Paulo Zanoni
2
-6
/
+10
2011-12-16
drm/i915: no-lvds quirk for ASUS AT5NM10T-I
Adam Jackson
1
-0
/
+8
2011-12-07
vmwgfx: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
1
-2
/
+2
2011-12-07
drm/i915: fix infinite recursion on unbind due to ilk vt-d w/a
Daniel Vetter
1
-1
/
+6
2011-12-07
drm/radeon/kms: fix return type for radeon_encoder_get_dp_bridge_encoder_id
Alex Deucher
1
-4
/
+3
2011-12-06
drm/ttm: callback move_notify any time bo placement change v4
Jerome Glisse
2
-5
/
+8
2011-12-06
drm/ttm: simplify memory accounting for ttm user v2
Jerome Glisse
5
-49
/
+53
2011-12-06
drm/ttm: isolate dma data from ttm_tt V4
Jerome Glisse
7
-122
/
+172
2011-12-06
drm/nouveau: enable the ttm dma pool when swiotlb is active V3
Konrad Rzeszutek Wilk
4
-61
/
+79
[next]