aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-27Merge tag 'drm-msm-fixes-2022-10-24' of https://gitlab.freedesktop.org/drm/msm into drm-fixesDave Airlie17-31/+120
2022-10-14drm/msm: Kconfig: Fix spelling mistake "throught" -> "through"Colin Ian King1-1/+1
2022-10-14drm/msm: Remove redundant check for 'submit'Aashish Sharma1-3/+2
2022-10-14drm/msm/a6xx: Remove state objects from list before freeingRob Clark1-1/+3
2022-10-14drm/msm/a6xx: Skip snapshotting unused GMU buffersRob Clark1-0/+3
2022-10-14drm/msm/a6xx: Fix kvzalloc vs state_kcalloc usageRob Clark2-2/+16
2022-09-30drm/msm/dp: cleared DP_DOWNSPREAD_CTRL register before start link trainingKuogee Hsieh1-8/+5
2022-09-30drm/msm/hdmi: fix IRQ lifetimeJohan Hovold1-1/+1
2022-09-30drm/msm/dp: fix bridge lifetimeJohan Hovold3-6/+7
2022-09-30drm/msm/dp: fix aux-bus EP lifetimeJohan Hovold1-1/+12
2022-09-30drm/msm/dp: fix IRQ lifetimeJohan Hovold1-1/+1
2022-09-30drm/msm/hdmi: fix memory corruption with too many bridgesJohan Hovold1-0/+5
2022-09-30drm/msm/dsi: fix memory corruption with too many bridgesJohan Hovold1-0/+6
2022-09-30drm/msm/dp: fix memory corruption with too many bridgesJohan Hovold1-0/+6
2022-09-30drm/msm: fix use-after-free on probe deferralJohan Hovold1-0/+1
2022-09-30drm/msm: Fix return type of mdp4_lvds_connector_mode_validNathan Huckleberry1-2/+3
2022-09-30drm/msm/dp: add atomic_check to bridge opsKuogee Hsieh1-0/+34
2022-09-30drm/msm/gpu: Fix crash during system suspend after unbindAkhil P Oommen3-1/+15
2022-09-30drm/msm/a6xx: Replace kcalloc() with kvzalloc()Akhil P Oommen1-9/+3
2022-09-30drm/msm/gem: Unpin objects slightly laterRob Clark2-3/+4
2022-09-30drm/msm: Fix build break with recent mm treeRob Clark1-1/+1
2022-09-28Merge tag 'drm-msm-next-2022-09-22' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie59-2040/+1405
2022-09-18drm/msm/hdmi: make hdmi_phy_8996 OF clk providerDmitry Baryshkov1-11/+14
2022-09-18drm/msm/dsi: Remove use of device_node in dsi_host_parse_dt()Nathan Chancellor1-3/+1
2022-09-18drm/msm/dsi: switch to DRM_PANEL_BRIDGEDmitry Baryshkov4-323/+36
2022-09-18drm/msm/dsi: fetch DSC pps payload from struct mipi_dsi_deviceDmitry Baryshkov1-5/+2
2022-09-18drm/msm/dsi: Remove the unneeded result variableye xingchen1-4/+1
2022-09-18drm/msm/dsi: drop the hpd workerDmitry Baryshkov1-14/+0
2022-09-18drm/msm/dsi: Improve dsi_phy_driver_probe() probe error handlingDouglas Anderson1-47/+27
2022-09-18drm/msm/dsi: Take advantage of devm_regulator_bulk_get_const()Douglas Anderson12-242/+167
2022-09-18drm/msm/dsi: Use the new regulator bulk feature to specify the loadDouglas Anderson2-20/+6
2022-09-18drm/msm/dsi: Don't set a load before disabling a regulatorDouglas Anderson10-144/+60
2022-09-18drm/msm/dsi_phy_7nm: Replace parent names with clk_hw pointersMarijn Suijten1-36/+34
2022-09-18drm/msm/dsi_phy_10nm: Replace parent names with clk_hw pointersMarijn Suijten1-43/+36
2022-09-18drm/msm/dsi_phy_14nm: Replace parent names with clk_hw pointersMarijn Suijten1-21/+19
2022-09-18drm/msm/dsi_phy_28nm: Replace parent names with clk_hw pointersMarijn Suijten1-27/+23
2022-09-18drm/msm/dsi_phy_28nm_8960: Replace parent names with clk_hw pointersMarijn Suijten1-7/+8
2022-09-18drm/msm/dsi/phy: Replace hardcoded char-array length with sizeof()Marijn Suijten5-60/+60
2022-09-18drm/msm/dsi_phy_28nm_8960: Use stack memory for temporary clock namesMarijn Suijten1-13/+1
2022-09-18drm/msm/dsi/phy: Reindent and reflow multiline function callsMarijn Suijten5-164/+161
2022-09-18drm/msm/dp: correct 1.62G link rate at dp_catalog_ctrl_config_msa()Kuogee Hsieh1-1/+1
2022-09-18drm/msm/dp: Silence inconsistent indent warningStephen Boyd1-3/+2
2022-09-18drm/msm/dp: Get rid of dp_ctrl_on_stream_phy_test_report()Stephen Boyd1-27/+17
2022-09-18drm/msm/dp: Remove pixel_rate from struct dp_ctrlStephen Boyd2-39/+22
2022-09-18drm/msm/dp: Reorganize code to avoid forward declarationStephen Boyd1-54/+50
2022-09-18drm/msm/dpu: get rid of cached flush_maskDmitry Baryshkov5-77/+69
2022-09-18drm/msm/dpu: inline dpu_plane_get_ctl_flushDmitry Baryshkov3-28/+8
2022-09-18drm/msm/dpu: do not limit the zpos propertyDmitry Baryshkov1-9/+1
2022-09-18drm/msm/dpu: rip out master planes supportDmitry Baryshkov6-87/+18
2022-09-18drm/msm/dpu: drop unused variable from dpu_kms_mdp_snapshot()Dmitry Baryshkov1-2/+0