summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2022-04-27drm/msm/mdp5: check the return of kzalloc()Xiaoke Wang1-0/+3
2022-04-27drm/msm/disp: check the return value of kzalloc()Xiaoke Wang1-0/+2
2022-04-27drm/msm/gpu: Remove mutex from wait_event conditionRob Clark1-10/+1
2022-04-27drm/msm/gpu: Rename runtime suspend/resume functionsRob Clark1-3/+3
2022-04-20drm/msm/dp: add fail safe mode outside of event_mutex contextKuogee Hsieh3-10/+17
2022-04-20drm/msm/dsi: Use connector directly in msm_dsi_manager_connector_init()Stephen Boyd1-1/+1
2022-04-20drm/msm: Fix range size vs end confusionRob Clark1-1/+1
2022-04-20drm/msm: Add missing put_task_struct() in debugfs pathRob Clark1-0/+1
2022-04-13drm/msm/dsi: Remove spurious IRQF_ONESHOT flagDaniel Thompson1-1/+1
2022-04-08drm/msm/a6xx: Fix missing ARRAY_SIZE() checkRob Clark1-4/+8
2022-04-08drm/msm/dp: fix panel bridge attachmentDmitry Baryshkov1-10/+11
2022-04-08drm/msm/dpu: remove msm_dp cached in dpu_encoder_virtDmitry Baryshkov1-5/+0
2022-04-08drm/msm/dpu: fix dp audio conditionDmitry Baryshkov1-1/+1
2022-04-08drm/msm/dpu: add DSPP blocks teardownDmitry Baryshkov1-0/+8
2022-04-08drm/msm/dsi/phy: fix 7nm v4.0 settings for C-PHY modeDmitry Baryshkov1-8/+14
2022-04-08drm/msm/dsi: Use "ref" fw clock instead of global name for VCO parentMarijn Suijten5-5/+15
2022-04-08drm/msm/dp: always add fail-safe mode into connector mode listKuogee Hsieh1-0/+5
2022-04-08drm/msm/dp: stop link training after link training 2 failedKuogee Hsieh1-0/+3
2022-04-08drm/msm/dp: populate connector of struct dp_panelKuogee Hsieh1-0/+5
2022-04-08drm/msm/dp: do not initialize phy until plugin interrupt receivedKuogee Hsieh3-107/+92
2022-03-28drm/msm/gpu: Fix crash on devices without devfreq support (v2)Rob Clark1-5/+25
2022-01-28Merge tag 'drm-msm-fixes-2022-01-25' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie10-11/+70
2022-01-25drm/msm/gpu: Cancel idle/boost work on suspendRob Clark1-2/+19
2022-01-25drm/msm/gpu: Wait for idle before suspendingRob Clark3-0/+24
2022-01-25drm/msm/dsi: invalid parameter check in msm_dsi_phy_enableJosé Expósito1-1/+3
2022-01-25drm/msm/a6xx: Add missing suspend_count incrementRob Clark1-0/+2
2022-01-25drm/msm: Fix wrong size calculationXianting Tian1-1/+1
2022-01-25drm/msm/dpu: invalid parameter check in dpu_setup_dspp_pccJosé Expósito1-2/+9
2022-01-25drm/msm/hdmi: Fix missing put_device() call in msm_hdmi_get_phyMiaoqian Lin1-1/+6
2022-01-25drm/msm/dsi: Fix missing put_device() call in dsi_get_phyMiaoqian Lin1-1/+6
2022-01-25drm/msm: remove variable set but not usedYang Li1-3/+0
2021-12-29Merge tag 'drm-msm-next-2021-12-26' of ssh://gitlab.freedesktop.org/drm/msm i...Dave Airlie77-3847/+1413
2021-12-18drm/msm/a5xx: Fix missing CP_PROTECT for SMMU on A540Vladimir Lypak1-4/+2
2021-12-18drm/msm/a5xx: Add support for Adreno 506 GPUVladimir Lypak3-15/+47
2021-12-16drm/msm/dpu: add layer mixer register dump to dpu snapshotAbhinav Kumar1-0/+5
2021-12-16drm/msm/dpu: move SSPP debugfs support from plane to SSPP codeDmitry Baryshkov4-70/+84
2021-12-16drm/msm/dp: remove unneeded variableChangcheng Deng1-2/+1
2021-12-16drm/msm: Don't use autosuspend for displayRob Clark4-8/+8
2021-12-16drm/msm/debugfs: Add display/kms state snapshotRob Clark1-0/+75
2021-12-16drm/msm/disp: Export helper for capturing snapshotRob Clark2-7/+30
2021-12-16drm/msm/disp: Tweak display snapshot to match gpu snapshotRob Clark2-5/+8
2021-12-16drm/msm/dpu: add dpu_plane_atomic_print_stateDmitry Baryshkov1-0/+41
2021-12-16drm/msm/dpu: add dpu_crtc_atomic_print_stateDmitry Baryshkov1-0/+15
2021-12-16drm/msm/dp: Fix double free on error in msm_dp_bridge_init()Dan Carpenter1-1/+0
2021-12-16drm/msm/dpu: simplify DPU's regset32 codeDmitry Baryshkov3-64/+33
2021-12-16drm/msm/dpu: stop manually removing debugfs files for the DPU CRTCDmitry Baryshkov2-14/+4
2021-12-16drm/msm/dpu: stop manually removing debugfs files for the DPU planeDmitry Baryshkov1-18/+10
2021-12-16drm/msm/dpu: drop plane's default_scaling debugfs fileDmitry Baryshkov1-5/+0
2021-12-16drm/msm/dpu: make danger_status/safe_status readableDmitry Baryshkov1-1/+1
2021-12-16drm/msm/dpu: fix safe status debugfs fileDmitry Baryshkov1-2/+2