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