aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-28Merge tag 'drm-msm-next-2021-10-26' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie60-1157/+1213
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie21-114/+270
2021-10-26drm/msm/dp: fix missing #includeArnd Bergmann1-0/+1
2021-10-26drm/msm/dpu: Remove commit and its uses in dpu_crtc_set_crc_source()Nathan Chancellor1-3/+0
2021-10-23drm/msm/dpu: Remove dynamic allocation from atomic contextRob Clark1-11/+5
2021-10-23drm/msm/dpu: Remove impossible NULL checkRob Clark1-5/+0
2021-10-21drm/msm/dsi: fix wrong type in msm_dsi_hostJessica Zhang1-12/+12
2021-10-21drm/msm: Fix potential NULL dereference in DPU SSPPJessica Zhang1-3/+5
2021-10-22Merge tag 'drm-msm-fixes-2021-10-18' of https://gitlab.freedesktop.org/drm/msm into drm-fixesDave Airlie3-1/+13
2021-10-21drm/msm/dpu: Add CRC support for DPUJessica Zhang5-5/+239
2021-10-21drm/msm/hdmi: use bulk regulator APIDmitry Baryshkov5-77/+40
2021-10-21drm/msm: Fix missing include files in msm_gem_shrinker.cYanteng Si1-0/+2
2021-10-21drm/msm: Fix missing include files in msm_gem.cYanteng Si1-0/+1
2021-10-18drm/msm/devfreq: Restrict idle clamping to a618 for nowRob Clark3-1/+13
2021-10-18drm/msm/dp: Support up to 3 DP controllersBjorn Andersson6-39/+68
2021-10-18drm/msm/dp: Allow attaching a drm_panelBjorn Andersson5-5/+49
2021-10-18drm/msm/dp: Allow specifying connector_type per controllerBjorn Andersson3-2/+44
2021-10-18drm/msm/dp: Modify prototype of encoder based APIBjorn Andersson1-10/+13
2021-10-18drm/msm/dp: Remove global g_dp_display variableBjorn Andersson1-58/+21
2021-10-15drm/msm: uninitialized variable in msm_gem_import()Dan Carpenter1-2/+2
2021-10-15drm/msm: fix potential NULL dereference in cleanupDan Carpenter1-0/+1
2021-10-15drm/msm: unlock on error in get_sched_entity()Dan Carpenter1-0/+1
2021-10-15drm: Remove redundant 'flush_workqueue()' callsChristophe JAILLET3-5/+1
2021-10-15drm/msm/dp: Simplify the dp_debug debugfs show functionBjorn Andersson1-138/+25
2021-10-15drm/msm/dp: Use the connector passed to dp_debug_get()Bjorn Andersson3-90/+47
2021-10-15drm/msm/a6xx: correct cx_debugbus_read argumentsDmitry Baryshkov1-1/+1
2021-10-15drm/msm/dsi: use bulk clk APIDmitry Baryshkov1-47/+12
2021-10-15drm/msm/devfreq: Add 1ms delay before clamping freqRob Clark2-8/+37
2021-10-15drm/msm: Add hrtimer + kthread_work helperRob Clark4-17/+58
2021-10-15drm/msm/dp: Allow sub-regions to be specified in DTBjorn Andersson1-11/+38
2021-10-15drm/msm/dp: Store each subblock in the io regionBjorn Andersson3-48/+53
2021-10-15drm/msm/dp: Refactor ioremap wrapperBjorn Andersson2-25/+12
2021-10-15drm/msm/dp: Use devres for ioremap()Bjorn Andersson1-25/+4
2021-10-15drm/msm: potential error pointer dereference in init()Dan Carpenter1-0/+4
2021-10-15drm/msm: Fix potential Oops in a6xx_gmu_rpmh_init()Dan Carpenter1-3/+3
2021-10-15drm/msm/dsi: do not enable irq handler before powering up the hostDmitry Baryshkov3-17/+49
2021-10-15drm/msm/mdp5: Add configuration for MDP v1.16Vladimir Lypak1-0/+89
2021-10-15drm/msm/dsi: Add phy configuration for MSM8953Vladimir Lypak3-0/+24
2021-10-15drm: Use IS_ERR() instead of IS_ERR_OR_NULL()Wang Qing1-2/+2
2021-10-15drm: msm: adreno: use DEFINE_DEBUGFS_ATTRIBUTE with debugfs_create_file_unsafe()Deepak R Varma1-3/+3
2021-10-15drm/msm: delete conversion from bool value to bool returnBernard1-1/+1
2021-10-15drm/msm/mdp5: Remove redundant null check before clk_prepare_enable/clk_disable_unprepareXu Wang2-20/+10
2021-10-15drm/msm: dsi: Remove redundant null check before clk_prepare_enable/clk_disable_unprepareXu Wang1-9/+6
2021-10-15drm/msm/mdp4: Remove redundant null check before clk_prepare_enable/clk_disable_unprepareXu Wang1-12/+6
2021-10-15drm/msm: fix warning "using plain integer as NULL pointer"Bernard Zhao1-2/+2
2021-10-15drm/msm: prevent NULL dereference in msm_gpu_crashstate_capture()Tim Gardner1-1/+1
2021-10-15drm/msm/dp: Remove redundant initialization of variable bppColin Ian King1-1/+1
2021-10-15drm/msm/dpu: Remove some nonsenseRob Clark2-14/+0
2021-10-15drm/msm/dsi: Support NO_CONNECTOR bridgesRob Clark2-13/+39
2021-10-15drm: msm: hdmi: Constify static structsRikard Falkeborn1-2/+2