aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Merge tag 'drm-msm-next-2019-11-05' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie37-306/+426
2019-11-13drm/msm: fix memleak on releaseJohan Hovold1-5/+1
2019-11-06drm: msm: a6xx: fix debug bus register configurationSharat Masetty1-12/+12
2019-11-04drm/msm/adreno: Add support for Adreno 510 GPUAngeloGioacchino Del Regno4-14/+86
2019-11-04drm/msm/dsi: Add configuration for 8x76AngeloGioacchino Del Regno2-0/+23
2019-11-04drm/msm/dsi: Add configuration for 28nm PLL on family BAngeloGioacchino Del Regno3-0/+21
2019-11-04drm/msm/mdp5: Add configuration for msm8x76AngeloGioacchino Del Regno1-0/+98
2019-11-02drm/msm/mdp5: Add optional TBU and TBU_RT clocksAngeloGioacchino Del Regno2-0/+12
2019-11-02drm/msm: always dump buffer base/sizeRob Clark1-4/+6
2019-11-02drm/msm: fix rd dumping for split-IB1Rob Clark1-1/+5
2019-11-02drm/msm/hdmi: silence -EPROBE_DEFER warningBrian Masney1-2/+6
2019-10-24drm/msm/dsi: Implement qcom, dsi-phy-regulator-ldo-mode for 28nm PHYStephan Gerhold1-8/+34
2019-10-23drm/msm: edp: Avoid drm_dp_link helpersThierry Reding1-21/+49
2019-10-23Merge v5.4-rc4 into drm-nextDaniel Vetter1-2/+4
2019-10-11drm/msm/dsi: Implement reset correctlyJeffrey Hugo1-2/+4
2019-10-10drm/msm/mdp5: make config variables staticBen Dooks1-8/+8
2019-10-10drm/msm: make a5xx_show and a5xx_gpu_state_put staticBen Dooks1-3/+3
2019-10-10drm/msm/mdp5: Remove set but not used variable 'hw_cfg' in modeset_initzhengbin1-3/+0
2019-10-10drm/msm/dsi: Remove set but not used variable 'lp'zhengbin1-2/+1
2019-10-10drm/msm/dsi: Remove set but not used variable 'lpx'zhengbin1-4/+2
2019-10-10drm/msm/mdp5: Remove set but not used variable 'hw_cfg' in blend_setupzhengbin1-3/+0
2019-10-10drm/msm/mdp5: Remove set but not used variable 'fmt'zhengbin1-2/+0
2019-10-10drm/msm: Sanitize the modeset_is_locked checks in dpuSean Paul2-1/+9
2019-10-07drm/msm/dpu: Remove set but not used variables 'mode', 'dpu_kms', 'priv'zhengbin1-3/+0
2019-10-07drm/msm/dpu: Remove set but not used variables 'cmd_enc', 'priv'zhengbin1-11/+0
2019-10-07drm/msm/dpu: Remove set but not used variables 'dpu_cstate', 'priv'zhengbin1-4/+0
2019-10-07drm/msm/dpu: Remove set but not used variable 'priv' in dpu_core_irq.czhengbin1-6/+0
2019-10-07drm/msm/dpu: Remove set but not used variable 'priv' in dpu_encoder_phys_vid.czhengbin1-2/+0
2019-10-07drm/msm/dpu: Remove set but not used variable 'priv' in dpu_kms.czhengbin1-4/+0
2019-10-07drm/msm: include linux/sched/task.hArnd Bergmann1-0/+1
2019-10-07drm/msm/dsi: Move static keyword to the front of declarationsKrzysztof Wilczynski1-3/+3
2019-10-07drm/msm: Remove unused function argumentsDrew Davenport7-37/+14
2019-10-07drm/msm/dpu: Remove unnecessary NULL checksDrew Davenport3-41/+1
2019-10-07drm/msm/dpu: Remove unnecessary NULL checksDrew Davenport7-45/+19
2019-10-07drm/msm/dpu: Remove unnecessary NULL checksDrew Davenport2-8/+3
2019-10-07drm/msm/dpu: Remove unnecessary NULL checksDrew Davenport7-36/+14
2019-10-07drm/msm/dpu: Remove unused macroDrew Davenport1-4/+0
2019-10-07drm/msm/dpu: Remove unused variablesDrew Davenport2-12/+0
2019-10-07drm/msm/gpu: add ocmem init/cleanup functionsBrian Masney7-44/+66
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard69-460/+1034
2019-10-02drm/msm: use drm_debug_enabled() to check for debug categoriesJani Nikula1-2/+2
2019-09-04drm/msm: Use the correct dma_sync calls harderRob Clark1-2/+2
2019-09-04drm/msm: remove unlikely() from WARN_ON() conditionsDenis Efremov2-3/+3
2019-09-03drm/msm/dsi: Fix return value check for clk_get_parentSean Paul1-4/+4
2019-09-03drm/msm: add atomic tracesRob Clark5-4/+136
2019-09-03drm/msm/dpu: async commit supportRob Clark6-45/+34
2019-09-03drm/msm: async commit supportRob Clark4-1/+210
2019-09-03drm/msm: split power control from prepare/complete_commitRob Clark5-14/+54
2019-09-03drm/msm: add kms->flush_commit()Rob Clark5-4/+63
2019-09-03drm/msm: convert kms->complete_commit() to crtc_maskRob Clark7-36/+11