summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2015-08-15drm/msm/mdp5: Allocate CTL0/1 for dual DSI single FLUSHHai Li4-23/+129
2015-08-15drm/msm/mdp5: Allocate CTL for each display interfaceHai Li7-79/+80
2015-08-15drm/msm/mdp5: Add plane blending operation support for MDP5 (v2)jilai wang6-85/+262
2015-08-15drm/msm: don't install plane properties on crtcRob Clark6-10/+2
2015-08-15drm/msm/dsi: Report PHY errors only when they really occurArchit Taneja1-1/+5
2015-08-15drm/msm: Set different display size limitation on each targetHai Li5-4/+20
2015-08-15drm/msm/hdmi: standardize on lead chip for compatible namesRob Clark1-4/+4
2015-08-15drm/msm: Add support for msm8x94Stephane Viau5-32/+129
2015-08-15drm/msm/hdmi: remove ->reset() from HDMI PHYStephane Viau5-144/+50
2015-08-15drm/msm/dsi: Add support for msm8x94Hai Li3-0/+150
2015-08-15drm/msm/dsi: Use pinctrl in DSI driverHai Li1-0/+12
2015-08-15drm/msm/dsi: Rename *dual panel* to *dual DSI*Hai Li1-42/+42
2015-08-15drm/msm/dsi: Update source PLL selection in DSI PHYHai Li3-22/+41
2015-08-15drm/msm/hdmi: add hdmi hdcp support (V3)jilai wang8-8/+1523
2015-08-15drm/msm: update generated headersRob Clark17-220/+680
2015-08-14drm/msm/mdp5: release SMB (shared memory blocks) in various casesWentao Xu5-32/+104
2015-08-14drm/msm: change to uninterruptible wait in atomic commitWentao Xu4-13/+14
2015-08-14drm/msm: mdp4: Fix drm_framebuffer dereference crashArchit Taneja1-1/+3
2015-08-14drm/msm: fix msm_gem_prime_get_sg_table()Rob Clark1-2/+6
2015-08-06drm/msm: Use new drm_fb_helper functionsArchit Taneja1-24/+10
2015-07-27drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst2-4/+8
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