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.13.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
/
msm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-11
drm/msm: restart queued submits after hang
Rob Clark
4
-4
/
+49
2015-06-11
drm/msm: fix timeout calculation
Rob Clark
4
-16
/
+21
2015-06-11
drm/msm/hdmi: Use pinctrl in HDMI driver
Stephane Viau
1
-0
/
+11
2015-06-11
drm/msm/hdmi: Point to the right struct device
Stephane Viau
1
-16
/
+16
2015-06-11
drm/msm/mdp: Add support for more 32-bit RGB formats
Stephane Viau
1
-0
/
+6
2015-06-11
drm/msm/atomic: Clean up planes in the error paths of .atomic_commit()
Laurent Pinchart
1
-3
/
+9
2015-06-11
drm/msm/mdp5: Always generate active-high sync signals for DSI
Hai Li
1
-4
/
+8
2015-06-11
drm/msm: dsi: fix compile errors when CONFIG_GPIOLIB=n
Brian Norris
1
-0
/
+1
2015-06-11
drm/msm: use devm_gpiod_get_optional for optional reset gpio
Uwe Kleine-König
1
-23
/
+6
2015-06-11
drm/msm/dsi: Separate PHY to another platform device
Hai Li
4
-77
/
+284
2015-06-11
drm/msm/dsi: Enable PLL driver in MSM DSI
Hai Li
5
-35
/
+229
2015-06-11
drm/msm/dsi: Add DSI PLL clock driver support
Hai Li
8
-7
/
+926
2015-06-11
drm/msm: use IS_ERR() to check regulator_get() return
Fabian Frederick
1
-1
/
+1
2015-06-11
drm/msm: use IS_ERR() to check msm_ioremap() return
Fabian Frederick
1
-2
/
+2
2015-06-11
drm/msm/mdp5: Wait for PP_DONE irq for command mode CRTC atomic commit
Hai Li
2
-20
/
+66
2015-06-11
drm/msm: Use customized function to wait for atomic commit done
Hai Li
10
-11
/
+146
2015-06-11
drm/msm: drop redundant debug output
Nicholas Mc Guire
1
-2
/
+1
2015-06-11
drm/msm: wait_for_completion_timeout return is never negative
Nicholas Mc Guire
1
-1
/
+1
2015-06-11
drm/msm: match wait_for_completion_timeout return type
Nicholas Mc Guire
1
-5
/
+5
2015-06-11
drm/msm: dsi: Provide option to force continuous HS clock
Archit Taneja
1
-0
/
+5
2015-06-11
drm/msm: Call drm_prime_gem_destroy to clean up imported GEM object
jilai wang
1
-0
/
+1
2015-06-11
drm/msm/edp: fix build warning - missing prototype
Rob Clark
1
-1
/
+2
2015-06-11
drm/msm: drop redundant output in debug message
Nicholas Mc Guire
1
-1
/
+1
2015-06-11
drm/msm: fix HZ dependency of timeout
Nicholas Mc Guire
1
-1
/
+2
2015-06-11
drm/msm: fixup wait_for_completion_timeout handling
Nicholas Mc Guire
1
-3
/
+5
2015-06-11
drm/msm/mdp5: fix for crash in disable path
Rob Clark
1
-3
/
+2
2015-06-11
drm/msm: workaround for missing irq on a306/8x16
Rob Clark
1
-0
/
+11
2015-06-11
drm/msm: adreno a306 support
Rob Clark
5
-4
/
+25
2015-06-11
drm/msm: clarify downstream bus scaling
Rob Clark
10
-11
/
+11
2015-06-11
drm/msm/mdp4: Support NV12MT format in mdp4
Rob Clark
2
-0
/
+24
2015-06-11
drm/msm: update generated headers
Rob Clark
17
-143
/
+1359
2015-06-11
drm/msm: add missing DRIVER_ATOMIC flag
Rob Clark
1
-0
/
+1
2015-06-11
drm/msm/adreno: dump scratch regs and other info on hang
Rob Clark
4
-3
/
+25
2015-05-21
drm/msm/mdp5: fix incorrect parameter for msm_framebuffer_iova()
Stephane Viau
1
-1
/
+1
2015-05-15
drm/msm: fix locking inconsistencies in gpu->destroy()
Rob Clark
3
-3
/
+3
2015-05-14
drm/msm/dsi: Simplify the code to get the number of read byte
Hai Li
1
-10
/
+4
2015-05-14
drm/msm: Attach assigned encoder to eDP and DSI connectors
Hai Li
3
-6
/
+12
2015-05-14
drm/msm: setup vram after component_bind_all()
Rob Clark
1
-4
/
+4
2015-05-14
drm/msm/dsi: use pr_err_ratelimited
Rob Clark
1
-1
/
+1
2015-05-14
drm/msm: fix unbalanced DRM framebuffer init/destroy
Stephane Viau
1
-4
/
+3
2015-05-14
drm/msm/mdp5: Fix iteration on INTF config array
Stephane Viau
3
-26
/
+29
2015-05-14
drm/msm/dsi: Fixup missing *break* statement during cmd rx
Hai Li
1
-0
/
+1
2015-05-14
drm/msm/dp: fix error return code
Julia Lawall
1
-1
/
+2
2015-05-14
drm: msm: Fix build when legacy fbdev support isn't set
Archit Taneja
1
-0
/
+4
2015-05-14
drm/msm/dsi: Fix a couple more 64-bit build warnings
Stephane Viau
1
-2
/
+2
2015-05-14
drm/msm: Fix a couple of 64-bit build warnings
Thierry Reding
4
-10
/
+10
2015-04-20
Merge Linus master into drm-next
Dave Airlie
2
-8
/
+8
2015-04-10
Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notif...
Mark Brown
1
-3
/
+3
2015-04-02
drm/msm/mdp5: Enable DSI connector in msm drm driver
Hai Li
8
-7
/
+497
2015-04-02
drm/msm: Initial add DSI connector support
Hai Li
8
-0
/
+3423
[next]