aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-03drm/msm: Make sure to detach the MMU during GPU cleanupJordan Crouse2-13/+19
2017-04-03drm/msm/hdmi: redefinitions of macros not requiredVinay Simha BN1-7/+0
2017-04-03drm/msm/mdp5: Update SSPP_MAX valueArchit Taneja1-1/+2
2017-04-03drm/msm/dsi: Fix bug in dsi_mgr_phy_enableArchit Taneja1-1/+1
2017-04-03drm/msm: Don't allow zero sized buffer objectsJordan Crouse1-0/+6
2017-04-03drm/msm: Fix wrong pointer check in a5xx_destroyJordan Crouse1-2/+2
2017-04-03drm/msm: adreno: fix build error without debugfsArnd Bergmann1-0/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2-2/+3
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds52-551/+2725
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-02-07Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into drm-nextDave Airlie44-530/+2700
2017-02-06drm/msm: return -EFAULT if copy_from_user() failsDan Carpenter1-6/+7
2017-02-06drm/msm/dsi: Add PHY/PLL for 8x96Archit Taneja9-0/+1319
2017-02-06drm/msm/dsi: Add new method to calculate 14nm PHY timingsHai Li2-1/+127
2017-02-06drm/msm/dsi: Move PHY operations out of hostHai Li8-125/+172
2017-02-06drm/msm/dsi: Reset both PHYs before clock operation for dual DSIArchit Taneja3-15/+43
2017-02-06drm/msm/dsi: Pass down use case to PHYHai Li4-30/+51
2017-02-06drm/msm/dsi: Return more timings from PHY to hostHai Li5-27/+41
2017-02-06drm/msm/dsi: Add a PHY op that initializes version specific stuffArchit Taneja5-9/+30
2017-02-06drm/msm/dsi: Add 8x96 info in dsi_cfgArchit Taneja2-0/+26
2017-02-06drm/msm/dsi: Don't error if a DSI host doesn't have a device connectedArchit Taneja1-5/+5
2017-02-06drm/msm/mdp5: Add support for legacy cursor updatesArchit Taneja3-3/+115
2017-02-06drm/msm/mdp5: Refactor mdp5_plane_atomic_checkArchit Taneja1-12/+20
2017-02-06drm/msm/mdp5: Add cursor planesArchit Taneja2-12/+26
2017-02-06drm/msm/mdp5: Misc cursor plane bitsArchit Taneja8-13/+75
2017-02-06drm/msm/mdp5: Configure COLOR3_OUT propagationArchit Taneja1-0/+30
2017-02-06drm/msm/mdp5: Use plane helpers to configure src/dst rectanglesArchit Taneja2-19/+59
2017-02-06drm/msm/mdp5: Prepare CRTC/LM for empty stagesArchit Taneja4-6/+6
2017-02-06drm/msm/mdp5: Create only as many CRTCs as we needArchit Taneja1-10/+29
2017-02-06drm/msm/mdp5: cfg: Change count to unsigned intArchit Taneja1-1/+1
2017-02-06drm/msm/mdp5: Create single encoder per interface (INTF)Archit Taneja4-156/+66
2017-02-06drm/msm/mdp5: Prepare for merging video and command encodersArchit Taneja3-10/+28
2017-02-06drm/msm: Set encoder's mode of operation using a kms funcArchit Taneja7-0/+69
2017-02-06drm/msm: Construct only one encoder for DSIArchit Taneja6-67/+32
2017-02-06drm/msm/dsi: Set msm_dsi->encoders before initializing bridgeArchit Taneja1-5/+3
2017-02-06drm/msm/dsi: Update generated headersArchit Taneja1-13/+256
2017-02-06drm/msm/mdp5: Update generated headersArchit Taneja1-23/+25
2017-02-06drm/msm/mdp5: cfg: Add pipe_cursor blockArchit Taneja1-0/+1
2017-02-06drm/msm: let gpu wire up it's own fault handlerRob Clark3-2/+31
2017-02-06drm/msm: drop _clk suffix from clk namesRob Clark3-4/+23
2017-02-06drm/msm: drop quirks bindingRob Clark4-20/+7
2017-02-06drm/msm: drop qcom,chipidRob Clark2-1/+40
2017-02-06drm/msm: remove qcom,gpu-pwrlevels bindingsRob Clark1-2/+4
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2-4/+2
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-2/+1
2017-01-27Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie2-4/+2
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie7-44/+25
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2017-01-13drm/msm: fix potential null ptr issue in non-iommu caseRob Clark2-3/+4
2017-01-13drm/msm/mdp5: rip out plane->pending trackingRob Clark3-32/+0