aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-29MAINTAINERS: update designated reviewer entry for MSM DRM driverAbhinav Kumar1-0/+1
2021-11-29drm/msm: use compatible lists to find mdp nodeKrishna Manikandan4-5/+9
2021-11-29drm/msm/dpu: Add more of the INTF interrupt regionsBjorn Andersson2-0/+21
2021-11-29drm/msm/dp: Drop now unused hpd_high memberBjorn Andersson3-10/+0
2021-11-29drm/msm/gpu: Name GMU bosRob Clark1-9/+13
2021-11-29drm/msm/gpu: Add a comment in a6xx_gmu_init()Rob Clark1-0/+3
2021-11-29drm/msm/gpu: Snapshot GMU debug bufferRob Clark1-0/+12
2021-11-29drm/msm/gpu: Also snapshot GMU HFI bufferRob Clark3-1/+68
2021-11-29drm/msm/gpu: Make a6xx_get_gmu_log() more genericRob Clark1-19/+15
2021-11-29drm/msm/gpu: Add some WARN_ON()sRob Clark1-0/+3
2021-11-28drm/msm/a6xx: Capture gmu log in devcoredumpAkhil P Oommen3-1/+44
2021-11-28drm/msm/gpu: Respect PM QoS constraintsRob Clark2-51/+71
2021-11-28drm/msm: Increase gpu boost intervalAkhil P Oommen1-1/+1
2021-11-28drm/msm/adreno: Name the shadow bufferRob Clark2-0/+4
2021-11-28drm/msm: Add debugfs to disable hw err handlingRob Clark4-0/+22
2021-11-28drm/msm: Handle fence rolloverRob Clark4-5/+17
2021-11-28drm/msm: Remove struct_mutex usageRob Clark8-34/+49
2021-11-28drm/msm: Drop priv->lastctxRob Clark10-35/+22
2021-11-28drm/msm: Remove unnecessary struct_mutexRob Clark2-34/+16
2021-11-28drm/msm/mdp5: drop vdd regulatorDmitry Baryshkov1-22/+2
2021-11-28drm/msm/dp: Enable ASSR for supported DP sinksSankeerth Billakanti1-2/+9
2021-11-28drm/msm/dp: Enable downspread for supported DP sinksSankeerth Billakanti1-1/+11
2021-11-28drm/dp: Add macro to check max_downspread capabilitySankeerth Billakanti1-0/+7
2021-11-28drm/msm/dp: Add DP controllers for sc7280Sankeerth Billakanti2-2/+11
2021-11-28dt-bindings: msm/dp: Add DP compatible strings for sc7280Sankeerth Billakanti1-0/+2
2021-11-28drm/msm/dsi: stop setting clock parents manuallyDmitry Baryshkov4-73/+2
2021-11-28drm/msm/dsi: untangle cphy setting from the src pll settingDmitry Baryshkov3-2/+13
2021-11-28dt-bindings: display/msm: remove edp.txtDmitry Baryshkov1-56/+0
2021-11-28drm/msm/edp: drop old eDP supportDmitry Baryshkov11-2662/+0
2021-11-28drm/msm/mdp5: drop eDP supportDmitry Baryshkov1-16/+1
2021-11-28drm/msm/dpu: don't cache pipe->cap->sblk in dpu_planeDmitry Baryshkov1-17/+8
2021-11-28drm/msm/dpu: don't cache pipe->cap->features in dpu_planeDmitry Baryshkov1-7/+5
2021-11-28drm/msm/dpu: remove dpu_hw_pipe_cdp_cfg from dpu_planeDmitry Baryshkov2-9/+7
2021-11-28drm/msm/dpu: drop dpu_csc_cfg from dpu_planeDmitry Baryshkov5-50/+54
2021-11-28drm/msm/dpu: move dpu_hw_pipe_cfg out of struct dpu_planeDmitry Baryshkov1-47/+57
2021-11-28drm/msm/dpu: remove stage_cfg from struct dpu_crtcDmitry Baryshkov2-7/+6
2021-11-28drm/msm/dpu: drop pipe_name from struct dpu_planeDmitry Baryshkov1-6/+2
2021-11-28drm/msm/dpu: remove pipe_qos_cfg from struct dpu_planeDmitry Baryshkov1-14/+16
2021-11-28drm/msm/dpu: move LUT levels out of QOS configDmitry Baryshkov3-28/+20
2021-11-26drm: msm: fix building without CONFIG_COMMON_CLKArnd Bergmann2-4/+4
2021-11-22drm/msm: Do hw_init() before capturing GPU stateRob Clark1-0/+1
2021-11-22drm/msm/dp: Avoid unpowered AUX xfers that caused crashesDouglas Anderson1-0/+17
2021-11-22drm/msm/dsi: set default num_data_lanesPhilip Chen1-0/+2
2021-11-21drm/msm/gpu: Fix check for devices without devfreqRob Clark1-3/+3
2021-11-21drm/msm/gpu: Fix idle_work timeRob Clark1-1/+1
2021-11-21drm/msm/a6xx: Fix uinitialized use of gpu_scidAkhil P Oommen1-9/+9
2021-11-21drm/msm: Fix null ptr access msm_ioctl_gem_submit()Akhil P Oommen1-0/+1
2021-11-21drm/msm: Demote debug messageRob Clark1-1/+1
2021-11-21drm/msm: Make a6xx_gpu_set_freq() staticRob Clark1-1/+1
2021-11-21drm/msm: Restore error return on invalid fenceRob Clark3-0/+10