aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2023-04-06drm/msm/dpu: drop src_split and multirect check from dpu_crtc_atomic_checkDmitry Baryshkov1-156/+12
2023-04-06drm/msm/dpu: rename dpu_hw_sspp_cfg to dpu_sw_pipe_cfgDmitry Baryshkov3-12/+12
2023-04-06drm/msm/dpu: remove dpu_hw_fmt_layout from struct dpu_hw_sspp_cfgDmitry Baryshkov3-25/+23
2023-04-06drm/msm/dpu: move stride programming to dpu_hw_sspp_setup_sourceaddressDmitry Baryshkov1-28/+29
2023-04-06drm/msm/dpu: clean up SRC addresses when setting up SSPP for solid fillDmitry Baryshkov1-0/+5
2023-04-06drm/msm/dpu: pass dpu_format to _dpu_hw_sspp_setup_scaler3()Dmitry Baryshkov3-12/+10
2023-04-06drm/msm/dpu: use dpu_sw_pipe for dpu_hw_sspp callbacksDmitry Baryshkov4-103/+84
2023-04-06drm/msm/dpu: introduce struct dpu_sw_pipeDmitry Baryshkov5-84/+90
2023-04-06drm/msm/dpu: drop dpu_plane_pipe functionDmitry Baryshkov3-14/+2
2023-04-06drm/msm/dpu: move pipe_hw to dpu_plane_stateDmitry Baryshkov2-47/+62
2023-04-06drm/msm/dpu: drop EAGAIN check from dpu_format_populate_layoutDmitry Baryshkov2-12/+2
2023-04-06drm/msm/dpu: move SSPP debugfs creation to dpu_kms.cDmitry Baryshkov3-17/+18
2023-04-06drm/msm/dpu: move SSPP allocation to the RMDmitry Baryshkov3-13/+38
2023-04-06drm/msm/dpu: rename struct dpu_hw_pipe(_cfg) to dpu_hw_sspp(_cfg)Dmitry Baryshkov3-60/+62
2023-04-06drm/msm/dpu: Add support for AR30 formatLeonard Lausen3-0/+14
2023-04-06drm/msm/disp/dpu1: add support for dspp sub block flush in sc7280Kalyan Thota5-7/+58
2023-04-06drm/msm/dpu: Remove empty prepare_commit() functionJessica Zhang3-47/+0
2023-04-06drm/msm/mdss: Fix spelling mistake "Unuspported" -> "Unsupported"Colin Ian King1-1/+1
2023-04-06drm/msm/dpu: Move TE setup to prepare_for_kickoff()Jessica Zhang1-3/+5
2023-04-06drm/msm: Implement fbdev emulation as in-kernel clientThomas Zimmermann4-60/+81
2023-04-06drm/msm: Initialize fbdev DRM clientThomas Zimmermann1-2/+35
2023-04-06drm/msm: Move module parameter 'fbdev' to fbdev codeThomas Zimmermann2-8/+9
2023-04-06drm/msm: Remove fbdev from struct msm_drm_privateThomas Zimmermann4-13/+6
2023-04-06drm/msm: Remove struct msm_fbdevThomas Zimmermann1-16/+4
2023-04-06drm/msm: Remove fb from struct msm_fbdevThomas Zimmermann1-19/+13
2023-04-06drm/msm: Clear aperture ownership outside of fbdev codeThomas Zimmermann2-6/+6
2023-04-06drm/msm: Include <linux/io.h>Thomas Zimmermann1-0/+1
2023-04-06drm/msm: Avoid rounding down to zero jiffiesRob Clark1-1/+1
2023-04-06drm/msm: Use drm_sched_job_add_syncobj_dependency()MaĆ­ra Canal1-7/+2
2023-04-06drm/msm: move include directiveJohan Hovold1-2/+1
2023-04-06drm/msm: fix workqueue leak on bind errorsJohan Hovold1-1/+4
2023-04-06drm/msm: fix missing wq allocation error handlingJohan Hovold1-0/+4
2023-04-06drm/msm: fix vram leak on bind errorsJohan Hovold1-7/+19
2023-04-06drm/msm: fix drm device leak on bind errorsJohan Hovold1-2/+8
2023-04-06drm/msm: fix NULL-deref on irq uninstallJohan Hovold1-3/+5
2023-04-06drm/msm: fix NULL-deref on snapshot tear downJohan Hovold1-1/+2
2023-04-06Revert "drm/msm: Fix failure paths in msm_drm_init()"Johan Hovold2-10/+4
2023-04-06Revert "drm/msm: Add missing check and destroy for alloc_ordered_workqueue"Johan Hovold1-2/+0
2023-04-06drm/msm/mdss: add the sdm845 data for completenessDmitry Baryshkov1-1/+7
2023-04-06drm/msm/mdss: add data for sc8180xpDmitry Baryshkov1-1/+8
2023-04-06drm/msm/mdss: convert UBWC setup to use match dataDmitry Baryshkov1-76/+105
2023-04-06drm/msm: Check for NULL before calling prepare_commit()Jessica Zhang1-1/+2
2023-04-03drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() on load errorKonrad Dybcio1-1/+1
2023-04-03drm/msm/adreno: adreno_gpu: Don't set OPP scaling clock w/ GMUKonrad Dybcio1-10/+14
2023-03-31drm/msm/a6xx: Add support for A650 speed binningKonrad Dybcio1-0/+18
2023-03-31drm/msm/a6xx: Add support for A640 speed binningKonrad Dybcio1-0/+13
2023-03-30drm/msm/a5xx: add devcoredump support to the fault handlerDmitry Baryshkov1-5/+8
2023-03-30Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst12-98/+110
2023-03-28drm/msm/adreno: split a6xx fault handler into generic and a6xx partsDmitry Baryshkov3-57/+71
2023-03-28drm/msm/adreno: stall translation on fault for all GPU familiesDmitry Baryshkov4-12/+31