summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2023-02-01drm/msm/a6xx: Avoid gx gbit halt during rpm suspendAkhil P Oommen3-6/+17
2023-02-01drm/msm/gpu: Fix potential double-freeRob Clark3-2/+16
2023-01-18drm/msm/dpu: Fix memory leak in msm_mdss_parse_data_bus_icc_pathMiaoqian Lin1-2/+4
2023-01-18drm/msm/dpu: Fix some kernel-doc commentsYang Li1-2/+1
2023-01-18drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transferKuogee Hsieh1-0/+4
2023-01-18drm/msm/adreno: Make adreno quirks not overwrite each otherKonrad Dybcio1-6/+4
2023-01-18drm/msm: another fix for the headless Adreno GPUDmitry Baryshkov1-1/+1
2022-12-31drm/msm: Use drm_mode_copy()Ville Syrjälä1-1/+1
2022-12-31drm/msm/mdp5: fix reading hw revision on db410c platformDmitry Baryshkov1-9/+8
2022-12-31drm/msm/a6xx: Fix speed-bin detection vs probe-deferRob Clark1-7/+5
2022-12-31drm/msm/dsi: Prevent signed BPG offsets from bleeding into adjacent bitsMarijn Suijten1-1/+5
2022-12-31drm/msm/dsi: Disallow 8 BPC DSC configuration for alternative BPC valuesMarijn Suijten1-0/+5
2022-12-31drm/msm/dsi: Account for DSC's bits_per_pixel having 4 fractional bitsMarijn Suijten1-5/+14
2022-12-31drm/msm/dsi: Migrate to drm_dsc_compute_rc_parameters()Marijn Suijten1-58/+6
2022-12-31drm/msm/dsi: Appropriately set dsc->mux_word_size based on bpcMarijn Suijten1-1/+1
2022-12-31drm/msm/dsi: Reuse earlier computed dsc->slice_chunk_sizeMarijn Suijten1-7/+2
2022-12-31drm/msm/dsi: Use DIV_ROUND_UP instead of conditional increment on moduloMarijn Suijten1-3/+1
2022-12-31drm/msm/dsi: Remove repeated calculation of slice_per_intfMarijn Suijten1-4/+2
2022-12-31drm/msm/dsi: Remove useless math in DSC calculationsMarijn Suijten1-9/+1
2022-12-31drm/msm/dpu1: Account for DSC's bits_per_pixel having 4 fractional bitsMarijn Suijten1-9/+2
2022-12-31drm/msm/hdmi: use devres helper for runtime PM managementDmitry Baryshkov1-1/+1
2022-12-31drm/msm/mdp5: stop overriding drvdataDmitry Baryshkov1-15/+17
2022-10-27Merge tag 'drm-msm-fixes-2022-10-24' of https://gitlab.freedesktop.org/drm/ms...Dave 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...Dave 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