summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)Author
2023-04-06drm/msm/disp/dpu: fix sc7280_pp base offsetKuogee Hsieh
2023-04-06drm/msm/dpu: correct sm8250 and sm8350 scalerDmitry Baryshkov
2023-04-06drm/msm/dpu: Refactor sc7280_pp locationRobert Foss
2023-03-22drm/msm/gem: Prevent blocking within shrinker loopDmitry Osipenko
2023-03-17drm/msm/adreno: fix runtime PM imbalance at unbindJohan Hovold
2023-03-17adreno: Shutdown the GPU properlyJoel Fernandes (Google)
2023-03-17drm/msm/dpu: clear DSPP reservations in rm releaseKalyan Thota
2023-03-17drm/msm/dpu: fix clocks settings for msm8998 SSPP blocksDmitry Baryshkov
2023-03-17drm/msm/dpu: drop DPU_DIM_LAYER from MIXER_MSM8998_MASKDmitry Baryshkov
2023-03-17drm/msm/dpu: fix len of sc7180 ctl blocksDmitry Baryshkov
2023-03-17drm/msm/dpu: disable features unsupported by QCM2290Dmitry Baryshkov
2023-03-17drm/msm/a5xx: fix context faults during ring switchDmitry Baryshkov
2023-03-17drm/msm/a5xx: fix the emptyness check in the preempt codeDmitry Baryshkov
2023-03-17drm/msm/a5xx: fix highest bank bit for a530Dmitry Baryshkov
2023-03-17drm/msm/a5xx: fix setting of the CP_PREEMPT_ENABLE_LOCAL registerDmitry Baryshkov
2023-03-17drm/msm: Fix potential invalid ptr freeRob Clark
2023-03-10drm/msm/dpu: Add DSC hardware blocks to register snapshotMarijn Suijten
2023-03-10drm/msm/dsi: Add missing check for alloc_ordered_workqueueJiasheng Jiang
2023-03-10drm/msm/dpu: set pdpu->is_rt_pipe early in dpu_plane_sspp_atomic_update()Dmitry Baryshkov
2023-03-10drm/msm/mdp5: Add check for kzallocJiasheng Jiang
2023-03-10drm/msm/dpu: Add check for pstatesJiasheng Jiang
2023-03-10drm/msm/dpu: Add check for cstateJiasheng Jiang
2023-03-10drm/msm: use strscpy instead of strncpyDmitry Baryshkov
2023-03-10drm/msm/dpu: sc7180: add missing WB2 clock controlDmitry Baryshkov
2023-03-10drm/msm/dsi: Allow 2 CTRLs on v2.5.0Konrad Dybcio
2023-03-10drm/msm/dpu: Disallow unallocated resources to be returnedMarijn Suijten
2023-03-10drm/msm/gem: Add check for kmallocJiasheng Jiang
2023-03-10drm/msm/adreno: Fix null ptr access in adreno_gpu_cleanup()Akhil P Oommen
2023-03-10drm/msm: clean event_thread->worker in case of an errorDmitry Baryshkov
2023-03-10drm/msm/hdmi: Add missing check for alloc_ordered_workqueueJiasheng Jiang
2023-03-10drm/msm/dpu: check for null return of devm_kzalloc() in dpu_writeback_init()Hui Tang
2023-02-01drm/msm/a6xx: Avoid gx gbit halt during rpm suspendAkhil P Oommen
2023-02-01drm/msm/gpu: Fix potential double-freeRob Clark
2023-01-18drm/msm/dpu: Fix memory leak in msm_mdss_parse_data_bus_icc_pathMiaoqian Lin
2023-01-18drm/msm/dpu: Fix some kernel-doc commentsYang Li
2023-01-18drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transferKuogee Hsieh
2023-01-18drm/msm/adreno: Make adreno quirks not overwrite each otherKonrad Dybcio
2023-01-18drm/msm: another fix for the headless Adreno GPUDmitry Baryshkov
2022-12-31drm/msm: Use drm_mode_copy()Ville Syrjälä
2022-12-31drm/msm/mdp5: fix reading hw revision on db410c platformDmitry Baryshkov
2022-12-31drm/msm/a6xx: Fix speed-bin detection vs probe-deferRob Clark
2022-12-31drm/msm/dsi: Prevent signed BPG offsets from bleeding into adjacent bitsMarijn Suijten
2022-12-31drm/msm/dsi: Disallow 8 BPC DSC configuration for alternative BPC valuesMarijn Suijten
2022-12-31drm/msm/dsi: Account for DSC's bits_per_pixel having 4 fractional bitsMarijn Suijten
2022-12-31drm/msm/dsi: Migrate to drm_dsc_compute_rc_parameters()Marijn Suijten
2022-12-31drm/msm/dsi: Appropriately set dsc->mux_word_size based on bpcMarijn Suijten
2022-12-31drm/msm/dsi: Reuse earlier computed dsc->slice_chunk_sizeMarijn Suijten
2022-12-31drm/msm/dsi: Use DIV_ROUND_UP instead of conditional increment on moduloMarijn Suijten
2022-12-31drm/msm/dsi: Remove repeated calculation of slice_per_intfMarijn Suijten
2022-12-31drm/msm/dsi: Remove useless math in DSC calculationsMarijn Suijten