aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-11drm/msm: restart queued submits after hangRob Clark4-4/+49
2015-06-11drm/msm: fix timeout calculationRob Clark4-16/+21
2015-06-11drm/msm/hdmi: Use pinctrl in HDMI driverStephane Viau1-0/+11
2015-06-11drm/msm/hdmi: Point to the right struct deviceStephane Viau1-16/+16
2015-06-11drm/msm/mdp: Add support for more 32-bit RGB formatsStephane Viau1-0/+6
2015-06-11drm/msm/atomic: Clean up planes in the error paths of .atomic_commit()Laurent Pinchart1-3/+9
2015-06-11drm/msm/mdp5: Always generate active-high sync signals for DSIHai Li1-4/+8
2015-06-11drm/msm: dsi: fix compile errors when CONFIG_GPIOLIB=nBrian Norris1-0/+1
2015-06-11drm/msm: use devm_gpiod_get_optional for optional reset gpioUwe Kleine-König1-23/+6
2015-06-11drm/msm/dsi: Separate PHY to another platform deviceHai Li4-77/+284
2015-06-11drm/msm/dsi: Enable PLL driver in MSM DSIHai Li5-35/+229
2015-06-11drm/msm/dsi: Add DSI PLL clock driver supportHai Li8-7/+926
2015-06-11drm/msm: use IS_ERR() to check regulator_get() returnFabian Frederick1-1/+1
2015-06-11drm/msm: use IS_ERR() to check msm_ioremap() returnFabian Frederick1-2/+2
2015-06-11drm/msm/mdp5: Wait for PP_DONE irq for command mode CRTC atomic commitHai Li2-20/+66
2015-06-11drm/msm: Use customized function to wait for atomic commit doneHai Li10-11/+146
2015-06-11drm/msm: drop redundant debug outputNicholas Mc Guire1-2/+1
2015-06-11drm/msm: wait_for_completion_timeout return is never negativeNicholas Mc Guire1-1/+1
2015-06-11drm/msm: match wait_for_completion_timeout return typeNicholas Mc Guire1-5/+5
2015-06-11drm/msm: dsi: Provide option to force continuous HS clockArchit Taneja1-0/+5
2015-06-11drm/msm: Call drm_prime_gem_destroy to clean up imported GEM objectjilai wang1-0/+1
2015-06-11drm/msm/edp: fix build warning - missing prototypeRob Clark1-1/+2
2015-06-11drm/msm: drop redundant output in debug messageNicholas Mc Guire1-1/+1
2015-06-11drm/msm: fix HZ dependency of timeoutNicholas Mc Guire1-1/+2
2015-06-11drm/msm: fixup wait_for_completion_timeout handlingNicholas Mc Guire1-3/+5
2015-06-11drm/msm/mdp5: fix for crash in disable pathRob Clark1-3/+2
2015-06-11drm/msm: workaround for missing irq on a306/8x16Rob Clark1-0/+11
2015-06-11drm/msm: adreno a306 supportRob Clark5-4/+25
2015-06-11drm/msm: clarify downstream bus scalingRob Clark10-11/+11
2015-06-11drm/msm/mdp4: Support NV12MT format in mdp4Rob Clark2-0/+24
2015-06-11drm/msm: update generated headersRob Clark17-143/+1359
2015-06-11drm/msm: add missing DRIVER_ATOMIC flagRob Clark1-0/+1
2015-06-11drm/msm/adreno: dump scratch regs and other info on hangRob Clark4-3/+25
2015-05-21drm/msm/mdp5: fix incorrect parameter for msm_framebuffer_iova()Stephane Viau1-1/+1
2015-05-15drm/msm: fix locking inconsistencies in gpu->destroy()Rob Clark3-3/+3
2015-05-14drm/msm/dsi: Simplify the code to get the number of read byteHai Li1-10/+4
2015-05-14drm/msm: Attach assigned encoder to eDP and DSI connectorsHai Li3-6/+12
2015-05-14drm/msm: setup vram after component_bind_all()Rob Clark1-4/+4
2015-05-14drm/msm/dsi: use pr_err_ratelimitedRob Clark1-1/+1
2015-05-14drm/msm: fix unbalanced DRM framebuffer init/destroyStephane Viau1-4/+3
2015-05-14drm/msm/mdp5: Fix iteration on INTF config arrayStephane Viau3-26/+29
2015-05-14drm/msm/dsi: Fixup missing *break* statement during cmd rxHai Li1-0/+1
2015-05-14drm/msm/dp: fix error return codeJulia Lawall1-1/+2
2015-05-14drm: msm: Fix build when legacy fbdev support isn't setArchit Taneja1-0/+4
2015-05-14drm/msm/dsi: Fix a couple more 64-bit build warningsStephane Viau1-2/+2
2015-05-14drm/msm: Fix a couple of 64-bit build warningsThierry Reding4-10/+10
2015-04-20Merge Linus master into drm-nextDave Airlie2-8/+8
2015-04-10Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notifier', 'regulator/topic/palmas', 'regulator/topic/qcom' and 'regulator/topic/stw481x' into regulator-nextMark Brown1-3/+3
2015-04-01drm/msm/mdp5: Enable DSI connector in msm drm driverHai Li8-7/+497
2015-04-01drm/msm: Initial add DSI connector supportHai Li8-0/+3423