summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorLines
2022-09-30drm/msm: Fix build break with recent mm treeRob Clark-1/+1
2022-09-28Merge tag 'drm-msm-next-2022-09-22' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie-2040/+1405
2022-09-18drm/msm/hdmi: make hdmi_phy_8996 OF clk providerDmitry Baryshkov-11/+14
2022-09-18drm/msm/dsi: Remove use of device_node in dsi_host_parse_dt()Nathan Chancellor-3/+1
2022-09-18drm/msm/dsi: switch to DRM_PANEL_BRIDGEDmitry Baryshkov-323/+36
2022-09-18drm/msm/dsi: fetch DSC pps payload from struct mipi_dsi_deviceDmitry Baryshkov-5/+2
2022-09-18drm/msm/dsi: Remove the unneeded result variableye xingchen-4/+1
2022-09-18drm/msm/dsi: drop the hpd workerDmitry Baryshkov-14/+0
2022-09-18drm/msm/dsi: Improve dsi_phy_driver_probe() probe error handlingDouglas Anderson-47/+27
2022-09-18drm/msm/dsi: Take advantage of devm_regulator_bulk_get_const()Douglas Anderson-242/+167
2022-09-18drm/msm/dsi: Use the new regulator bulk feature to specify the loadDouglas Anderson-20/+6
2022-09-18drm/msm/dsi: Don't set a load before disabling a regulatorDouglas Anderson-144/+60
2022-09-18drm/msm/dsi_phy_7nm: Replace parent names with clk_hw pointersMarijn Suijten-36/+34
2022-09-18drm/msm/dsi_phy_10nm: Replace parent names with clk_hw pointersMarijn Suijten-43/+36
2022-09-18drm/msm/dsi_phy_14nm: Replace parent names with clk_hw pointersMarijn Suijten-21/+19
2022-09-18drm/msm/dsi_phy_28nm: Replace parent names with clk_hw pointersMarijn Suijten-27/+23
2022-09-18drm/msm/dsi_phy_28nm_8960: Replace parent names with clk_hw pointersMarijn Suijten-7/+8
2022-09-18drm/msm/dsi/phy: Replace hardcoded char-array length with sizeof()Marijn Suijten-60/+60
2022-09-18drm/msm/dsi_phy_28nm_8960: Use stack memory for temporary clock namesMarijn Suijten-13/+1
2022-09-18drm/msm/dsi/phy: Reindent and reflow multiline function callsMarijn Suijten-164/+161
2022-09-18drm/msm/dp: correct 1.62G link rate at dp_catalog_ctrl_config_msa()Kuogee Hsieh-1/+1
2022-09-18drm/msm/dp: Silence inconsistent indent warningStephen Boyd-3/+2
2022-09-18drm/msm/dp: Get rid of dp_ctrl_on_stream_phy_test_report()Stephen Boyd-27/+17
2022-09-18drm/msm/dp: Remove pixel_rate from struct dp_ctrlStephen Boyd-39/+22
2022-09-18drm/msm/dp: Reorganize code to avoid forward declarationStephen Boyd-54/+50
2022-09-18drm/msm/dpu: get rid of cached flush_maskDmitry Baryshkov-77/+69
2022-09-18drm/msm/dpu: inline dpu_plane_get_ctl_flushDmitry Baryshkov-28/+8
2022-09-18drm/msm/dpu: do not limit the zpos propertyDmitry Baryshkov-9/+1
2022-09-18drm/msm/dpu: rip out master planes supportDmitry Baryshkov-87/+18
2022-09-18drm/msm/dpu: drop unused variable from dpu_kms_mdp_snapshot()Dmitry Baryshkov-2/+0
2022-09-18drm/msm: Make .remove and .shutdown HW shutdown consistentJavier Martinez Canillas-4/+9
2022-09-18drm/msm/dpu: Fix comment typoJason Wang-1/+1
2022-09-18drm/msm/dpu: drop unused memory allocationDmitry Baryshkov-5/+0
2022-09-18drm/msm/dpu: drop VBIF indicesDmitry Baryshkov-18/+28
2022-09-18drm/msm/dpu: fix error handling around dpu_hw_vbif_initDmitry Baryshkov-3/+1
2022-09-18drm/msm/dpu: index dpu_kms->hw_vbif using vbif_idxDmitry Baryshkov-23/+18
2022-09-18drm/msm: lookup the ICC paths in both mdp5/dpu and mdss devicesDmitry Baryshkov-11/+29
2022-09-18drm/msm/dsi: use drm_dsc_config instead of msm_display_dsc_configDmitry Baryshkov-93/+79
2022-09-18drm/msm/dpu: use drm_dsc_config instead of msm_display_dsc_configDmitry Baryshkov-53/+54
2022-09-18drm/msm/rd: Fix FIFO-full deadlockRob Clark-0/+3
2022-09-18drm/msm/gpu: Drop qos request if devm_devfreq_add_device() failsBjorn Andersson-0/+2
2022-09-18drm/msm/dsi: Fix number of regulators for SDM660Douglas Anderson-1/+1
2022-09-18drm/msm/dsi: Fix number of regulators for msm8996_dsi_cfgDouglas Anderson-1/+1
2022-09-18drm/msm/dp: delete DP_RECOVERED_CLOCK_OUT_EN to fix tps4Kuogee Hsieh-1/+1
2022-09-18drm/msm/dpu: populate wb or intf before reset_intf_cfgAbhinav Kumar-0/+6
2022-09-18drm/msm/dsi: fix the inconsistent indentingsunliming-1/+1
2022-09-18drm/msm/dp: make eDP panel as the first connected connectorKuogee Hsieh-0/+2
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-4/+9
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter-2/+1
2022-09-01drm/msm/a6xx: Handle GMU prepare-slumber hfi failureAkhil P Oommen-1/+5