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
2014-06-05
Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next
Dave Airlie
50
-538
/
+1164
2014-06-05
drm: add drm_fb_helper_restore_fbdev_mode_unlocked()
Rob Clark
9
-48
/
+47
2014-06-05
drm: convert crtc and connection_mutex to ww_mutex (v5)
Rob Clark
17
-76
/
+390
2014-06-05
drm/dp: add a hw mutex around the transfer functions. (v2)
Dave Airlie
5
-17
/
+25
2014-06-04
Merge tag 'topic/core-stuff-2014-06-02' of git://anongit.freedesktop.org/drm-...
Dave Airlie
4
-6
/
+9
2014-06-04
Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...
Dave Airlie
27
-1419
/
+1798
2014-06-04
Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...
Dave Airlie
16
-39
/
+884
2014-06-04
drm: Move plane helpers into drm_kms_helper.ko
Daniel Vetter
2
-5
/
+8
2014-06-04
drm: Split connection_mutex out of mode_config.mutex (v3)
Daniel Vetter
13
-25
/
+53
2014-06-04
drm: spiff out FB refcnting traces
Rob Clark
1
-3
/
+3
2014-06-04
drm: add signed-range property type
Rob Clark
1
-12
/
+33
2014-06-04
drm: add object property type
Rob Clark
1
-7
/
+54
2014-06-04
drm: add extended property types
Rob Clark
1
-9
/
+17
2014-06-04
drm: helpers to find mode objects
Rob Clark
1
-62
/
+28
2014-06-04
drm: drop drm_get_connector_name() and drm_get_encoder_name()
Jani Nikula
1
-20
/
+0
2014-06-04
drm: replace drm_get_encoder_name() with direct name field use
Jani Nikula
2
-2
/
+2
2014-06-04
drm/i915: replace drm_get_encoder_name() with direct name field use
Jani Nikula
3
-9
/
+9
2014-06-04
drm: replace drm_get_connector_name() with direct name field use
Jani Nikula
7
-28
/
+28
2014-06-04
drm/radeon: replace drm_get_connector_name() with direct name field use
Jani Nikula
3
-14
/
+19
2014-06-04
drm/nouveau: replace drm_get_connector_name() with direct name field use
Jani Nikula
7
-11
/
+11
2014-06-04
drm/i915: replace drm_get_connector_name() with direct name field use
Jani Nikula
12
-31
/
+31
2014-06-04
drm/qxl: use surface_id 0 for primary surface on all monitors
David Mansfield
1
-0
/
+4
2014-06-04
drm/radeon: rework page flip handling v4
Christian König
3
-112
/
+147
2014-06-04
Revert "drm/radeon: rework page flip handling v3"
Dave Airlie
3
-150
/
+115
2014-06-03
Merge branch 'drm-next-3.16' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
38
-606
/
+1128
2014-06-03
drm/edid: Add quirk for Sony PVM-2541A to get 12 bpc hdmi deep color.
Mario Kleiner
1
-0
/
+8
2014-06-03
drm/edid: Parse and handle HDMI deep color modes.
Mario Kleiner
1
-2
/
+108
2014-06-03
drm/radeon: Limit hdmi deep color bit depth to 12 bpc.
Mario Kleiner
1
-0
/
+25
2014-06-03
drm/radeon: Setup HDMI_CONTROL for hdmi deep color gcp's (v2)
Alex Deucher
2
-1
/
+32
2014-06-03
drm/radeon: fix pll setup for hdmi deep color (v7)
Alex Deucher
1
-9
/
+36
2014-06-02
drm/radeon: use hw cts/n values for deep color
Alex Deucher
1
-3
/
+15
2014-06-02
drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmi
Alex Deucher
1
-22
/
+26
2014-06-02
drm/radeon/atom: fix dithering on certain panels
Alex Deucher
1
-1
/
+4
2014-06-02
drm/radeon: optimize CIK VM handling v2
Christian König
1
-1
/
+20
2014-06-02
drm/radeon: optimize SI VM handling
Christian König
1
-1
/
+19
2014-06-02
drm/radeon: add define for flags used in R600+ GTT
Christian König
2
-8
/
+5
2014-06-02
drm/radeon: rework page flip handling v3
Christian König
3
-115
/
+150
2014-06-02
drm/radeon: separate vblank and pflip crtc handling
Christian König
8
-26
/
+56
2014-06-02
drm/radeon: split page flip and pending callback
Christian König
8
-15
/
+88
2014-06-02
drm/radeon: remove drm_vblank_get|put from pflip handling
Christian König
1
-17
/
+0
2014-06-02
drm/radeon: remove (pre|post)_page_flip callbacks
Christian König
7
-128
/
+2
2014-06-02
drm/radeon/dp: fix lane/clock setup for dp 1.2 capable devices
Alex Deucher
1
-2
/
+15
2014-06-02
drm/radeon: fix typo in radeon_connector_is_dp12_capable()
Alex Deucher
1
-1
/
+1
2014-06-02
radeon: Remove useless quirk for zx1/FireGL X1 combo introduced with fdo #7770
Émeric MASCHINO
1
-3
/
+0
2014-06-02
drm/radeon: use NULL instead of zero in clearstate headers
Michele CURTI
3
-8
/
+8
2014-06-02
drm/radeon: use NULL instead of zero in object functions
Michele CURTI
2
-2
/
+2
2014-06-02
drm/radeon/hdmi: DCE2: simplify audio workaround
Rafał Miłecki
1
-60
/
+22
2014-06-02
drm/radeon/hdmi: DCE2: update setmode
Rafał Miłecki
2
-37
/
+90
2014-06-02
drm/radeon/hdmi: DCE3: clean ACR control
Rafał Miłecki
2
-3
/
+7
2014-06-02
drm/radeon/hdmi: use separated file for DCE 3.1/3.2 code
Rafał Miłecki
5
-141
/
+263
[next]