summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)Author
2023-11-24Merge tag 'drm-msm-fixes-2023-11-21' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie
2023-11-17drm/msm: remove unnecessary NULL checkDan Carpenter
2023-11-16drm/msm/dp: attach the DP subconnector propertyDmitry Baryshkov
2023-11-16drm/msm/dp: don't touch DP subconnector property in eDP caseAbel Vesa
2023-11-16drm/msm/dpu: Add missing safe_lut_tbl in sc8280xp catalogBjorn Andersson
2023-11-16drm/msm: remove exra drm_kms_helper_poll_init() callDmitry Baryshkov
2023-11-16drm/msm/dsi: use the correct VREG_CTRL_1 value for 4nm cphyJonathan Marek
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-31Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2023-10-26drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov
2023-10-23Merge tag 'drm-msm-next-2023-10-17' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie
2023-10-16drm/msm/a7xx: actually use a7xx state registersDmitry Baryshkov
2023-10-16drm/msm/dpu: enable writeback on SM8550Neil Armstrong
2023-10-16drm/msm/dpu: sm8550: remove unused VIG and DMA clock controls entriesNeil Armstrong
2023-10-16drm/msm/dpu: move setup_force_clk_ctrl handling into plane and wbNeil Armstrong
2023-10-16drm/msm/dpu: add setup_clk_force_ctrl() op to sspp & wbNeil Armstrong
2023-10-16drm/msm/dpu: create a dpu_hw_clk_force_ctrl() helperNeil Armstrong
2023-10-16drm/msm/a6xx: Fix up QMP handlingKonrad Dybcio
2023-10-16drm/msm/dsi: free TX buffer in unbindDmitry Baryshkov
2023-10-16drm/msm/dsi: use msm_gem_kernel_put to free TX bufferDmitry Baryshkov
2023-10-12drm/msm/dp: use correct lifetime device for devm_drm_bridge_addDmitry Baryshkov
2023-10-12drm/msm/hdmi: use correct lifetime device for devm_drm_bridge_addDmitry Baryshkov
2023-10-12drm/msm/dsi: use correct lifetime device for devm_drm_bridge_addDmitry Baryshkov
2023-10-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2023-10-10drm/msm: fix fault injection supportDmitry Baryshkov
2023-10-09drm/msm: carve out KMS code from msm_drv.cDmitry Baryshkov
2023-10-09drm/msm: make fb debugfs file available only in KMS caseDmitry Baryshkov
2023-10-09drm/msm: only register 'kms' debug file if KMS is usedDmitry Baryshkov
2023-10-09drm/msm: switch to drmm_mode_config_init()Dmitry Baryshkov
2023-10-09drm/msm: rename msm_drv_shutdown() to msm_kms_shutdown()Dmitry Baryshkov
2023-10-09drm/msm: remove shutdown callback from msm_platform_driverDmitry Baryshkov
2023-10-09drm/msm: rename msm_pm_prepare/complete to note the KMS natureDmitry Baryshkov
2023-10-09drm/msm: drop pm ops from the headless msm driverDmitry Baryshkov
2023-10-09drm/msm: remove msm_drm_private::bridges fieldDmitry Baryshkov
2023-10-09drm/msm/dp: switch to devm_drm_bridge_add()Dmitry Baryshkov
2023-10-09drm/msm/dp: move pdev from struct dp_display_private to struct msm_dpDmitry Baryshkov
2023-10-09drm/msm/hdmi: switch to devm_drm_bridge_add()Dmitry Baryshkov
2023-10-09drm/msm/dsi: switch to devm_drm_bridge_add()Dmitry Baryshkov
2023-10-09drm/msm/mdp5: move resource allocation to the _probe functionDmitry Baryshkov
2023-10-09drm/msm/mdp4: move resource allocation to the _probe functionDmitry Baryshkov
2023-10-09drm/msm/dpu: move resource allocation to the _probe functionDmitry Baryshkov
2023-10-09drm/msm: allow passing struct msm_kms to msm_drv_probe()Dmitry Baryshkov
2023-10-09drm/msm/adreno: Add A635 speedbin 0xac (A643)Konrad Dybcio
2023-10-09drm/msm/adreno: Add ZAP firmware name to A635Konrad Dybcio
2023-10-09drm/msm/a6xx: Fix unknown speedbin caseKonrad Dybcio
2023-10-09drm/msm/adreno: Fix SM6375 GPU IDKonrad Dybcio
2023-10-09drm/msm/a6xx: Poll for GBIF unhalt status in hw_initKonrad Dybcio
2023-10-09drm/msm/a6xx: Add A740 supportKonrad Dybcio
2023-10-09drm/msm/a6xx: Add A730 supportKonrad Dybcio