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
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-06
Merge tag 'topic/drm-misc-2015-07-28' into drm-intel-next-queued
Daniel Vetter
99
-698
/
+3792
2015-08-05
drm/i915: disable_shared_pll doesn't work on pre-gen5
Jesse Barnes
1
-1
/
+3
2015-08-05
drm/i915:skl: Add WaEnableGapsTsvCreditFix
Arun Siluvery
2
-0
/
+9
2015-08-05
drm/i915/gen9: Removed byte swapping for csr firmware
Animesh Manna
2
-13
/
+5
2015-08-05
drm/i915: read bpp from vbt only for older panels
Thulasimani,Sivakumar
1
-1
/
+4
2015-08-05
drm/i915/skl: send opregion_nofify_adapter(PCI_D1) instead of PCI_D3
Paulo Zanoni
1
-11
/
+9
2015-08-05
drm/i915: Extract a intel_power_well_disable() function
Damien Lespiau
1
-5
/
+10
2015-08-05
drm/i915: Extract a intel_power_well_enable() function
Damien Lespiau
1
-5
/
+10
2015-08-05
drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl
Marc Herbert
1
-7
/
+0
2015-08-05
drm/i915: VLV/CHV PSR: Increase wait delay time before active PSR.
Rodrigo Vivi
1
-1
/
+2
2015-08-05
drm/i915: Split sink_crc function in start, stop and read.
Rodrigo Vivi
1
-39
/
+50
2015-08-05
drm/i915: special-case dirtyfb for frontbuffer tracking
Paulo Zanoni
2
-1
/
+2
2015-08-05
drm/i915: don't disable FBC for pipe A when flipping pipe B
Paulo Zanoni
1
-1
/
+1
2015-08-05
drm/i915: don't call intel_fbc_update() at intel_unpin_work_fn()
Paulo Zanoni
1
-3
/
+0
2015-08-05
drm/i915: fix FBC frontbuffer tracking flushing code
Paulo Zanoni
3
-8
/
+9
2015-07-31
drm/i915: Update DRIVER_DATE to 20150731
Daniel Vetter
1
-1
/
+1
2015-07-29
drm/i915: Fix command parser table validator
Hanno Böck
1
-1
/
+1
2015-07-29
drm/i915: Properly sort MI coomand table
Hanno Böck
1
-1
/
+1
2015-07-29
drm/i915: Don't return error on sink crc stop.
Rodrigo Vivi
1
-2
/
+2
2015-07-29
drm/i915: Try to stop sink crc calculation on error.
Rodrigo Vivi
1
-4
/
+5
2015-07-28
drm/i915: Keep the mm.bound_list in rough LRU order
Chris Wilson
1
-0
/
+7
2015-07-28
drm/i915: Fake AGP is dead
Daniel Vetter
3
-15
/
+0
2015-07-27
drm/atomic: Update legacy DPMS state during modesets, v3.
Maarten Lankhorst
2
-14
/
+21
2015-07-27
drm: Make the connector dpms callback return a value, v2.
Maarten Lankhorst
16
-40
/
+61
2015-07-27
drm/atomic: pass old crtc state to atomic_begin/flush.
Maarten Lankhorst
10
-24
/
+40
2015-07-27
drm/i915: kerneldoc for tiling IOCTL and swizzle functions
Daniel Vetter
2
-46
/
+66
2015-07-27
drm/i915: Move low-level swizzling code to i915_gem_fence.c
Daniel Vetter
3
-223
/
+272
2015-07-27
drm/i915: kerneldoc for fences
Daniel Vetter
1
-0
/
+75
2015-07-27
drm/i915: Extract i915_gem_fence.c
Daniel Vetter
4
-408
/
+432
2015-07-27
drm/i915: Clean up Makefile
Daniel Vetter
1
-9
/
+9
2015-07-27
drm/atomic: add connectors_changed to separate it from mode_changed, v2
Maarten Lankhorst
2
-10
/
+31
2015-07-24
Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.o...
Dave Airlie
18
-266
/
+133
2015-07-24
Merge tag 'topic/crc-pmic-2015-07-23' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
5
-7
/
+138
2015-07-24
Merge tag 'drm-intel-next-2015-07-17' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
54
-5633
/
+8399
2015-07-24
Merge tag 'topic/drm-misc-2015-07-23' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
17
-162
/
+159
2015-07-22
drm: gc now dead mode_group code
Daniel Vetter
4
-82
/
+0
2015-07-22
drm: Stop filtering according to mode_group in getresources
Daniel Vetter
1
-80
/
+30
2015-07-22
drm: Roll out drm_for_each_{plane,crtc,encoder}
Daniel Vetter
4
-18
/
+19
2015-07-22
drm/cma-helper: Fix locking in drm_fb_cma_debugfs_show
Daniel Vetter
2
-17
/
+2
2015-07-22
drm: Roll out drm_for_each_connector more
Daniel Vetter
6
-12
/
+14
2015-07-22
drm/radeon: Take all modeset locks for DP MST hotplug
Daniel Vetter
1
-4
/
+4
2015-07-22
drm/i915: Take all modeset locks for DP MST hotplug
Daniel Vetter
1
-6
/
+6
2015-07-22
drm/i915: Use drm_for_each_fb in i915_debugfs.c
Daniel Vetter
1
-1
/
+3
2015-07-22
drm/fbdev-helper: Grab mode_config.mutex in drm_fb_helper_single_add_all_conn...
Daniel Vetter
1
-2
/
+7
2015-07-22
drm/probe-helper: Grab mode_config.mutex in poll_init/enable
Daniel Vetter
1
-16
/
+25
2015-07-22
drm: Add modeset object iterators
Daniel Vetter
5
-39
/
+34
2015-07-22
drm: Simplify drm_for_each_legacy_plane arguments
Daniel Vetter
2
-2
/
+2
2015-07-22
drm/i915/bxt: add support for HPD long/short pulse detection on HPD_PORT_A pin
Imre Deak
2
-1
/
+22
2015-07-22
drm/i915: don't use HPD_PORT_A as an alias for HPD_NONE
Imre Deak
3
-10
/
+18
2015-07-22
drm/i915: combine i9xx_get_hpd_pins and pch_get_hpd_pins
Imre Deak
1
-38
/
+19
[next]