summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/msm_drv.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-23drm/msm: merge dpu format database to MDP formatsDmitry Baryshkov1-0/+2
2024-04-23drm/msm/dpu: pull format flag definitions to mdp_format.hDmitry Baryshkov1-4/+0
2024-04-22drm/msm: Drop msm_read/writelKonrad Dybcio1-5/+2
2024-03-04drm/msm/dpu: split dpu_encoder_wait_for_event into two functionsDmitry Baryshkov1-10/+0
2024-03-04drm/msm/dp: allow YUV420 mode for DP connector when CDM availablePaloma Arellano1-2/+3
2024-03-04drm/msm/dpu: modify encoder programming for CDM over DPPaloma Arellano1-1/+16
2024-02-19drm/msm: add a kernel param to select between MDP5 and DPU driversDmitry Baryshkov1-0/+1
2024-02-19drm/msm/dpu: support binding to the mdp5 devicesDmitry Baryshkov1-0/+3
2023-12-14drm/msm/dpu: add support to allocate CDM from RMAbhinav Kumar1-0/+2
2023-12-08drm/msm/dpu: drop MSM_ENC_VBLANK supportDmitry Baryshkov1-2/+0
2023-12-03drm/msm/dp: delete EV_HPD_INIT_SETUPKuogee Hsieh1-5/+0
2023-12-03drm/msm/dp: cleanup debugfs handlingDmitry Baryshkov1-6/+0
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-10-09drm/msm: rename msm_drv_shutdown() to msm_kms_shutdown()Dmitry Baryshkov1-1/+1
2023-10-09drm/msm: rename msm_pm_prepare/complete to note the KMS natureDmitry Baryshkov1-2/+2
2023-10-09drm/msm: remove msm_drm_private::bridges fieldDmitry Baryshkov1-3/+0
2023-10-09drm/msm: allow passing struct msm_kms to msm_drv_probe()Dmitry Baryshkov1-1/+2
2023-10-09drm/msm/dpu: Enable widebus for DSI INTFJessica Zhang1-0/+5
2023-10-04drm/msm: dynamically allocate the drm-msm_gem shrinkerQi Zheng1-2/+2
2023-08-24Merge tag 'drm-msm-next-2023-08-20' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-3/+7
2023-07-11drm/msm: enumerate DSI interfacesDmitry Baryshkov1-1/+7
2023-07-11drm/msm: stop storing the array of CRTCs in struct msm_drm_privateDmitry Baryshkov1-2/+0
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann1-1/+0
2023-04-06Merge branch 'msm-next-lumag-dpu' into msm-next-lumagDmitry Baryshkov1-0/+1
2023-04-06drm/msm/dpu: manage DPU resources if CTM is requestedKalyan Thota1-0/+1
2023-04-06drm/msm: Implement fbdev emulation as in-kernel clientThomas Zimmermann1-3/+7
2023-04-06drm/msm: Remove fbdev from struct msm_drm_privateThomas Zimmermann1-2/+0
2023-04-06drm/msm: Avoid rounding down to zero jiffiesRob Clark1-1/+1
2023-01-22Merge branch 'msm-next-lumag' into HEADDmitry Baryshkov1-2/+1
2023-01-16drm/msm/gpu: Add devfreq tuning debugfsRob Clark1-0/+9
2023-01-12drm/msm/dpu: Remove num_enc from topology struct in favour of num_dscMarijn Suijten1-2/+0
2023-01-12drm/msm/dpu: Introduce SC8280XPBjorn Andersson1-0/+1
2022-11-17drm/msm: Hangcheck progress detectionRob Clark1-1/+7
2022-09-28Merge tag 'drm-msm-next-2022-09-22' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-26/+62
2022-09-18drm/msm: lookup the ICC paths in both mdp5/dpu and mdss devicesDmitry Baryshkov1-0/+2
2022-09-18drm/msm/dsi: use drm_dsc_config instead of msm_display_dsc_configDmitry Baryshkov1-7/+2
2022-08-28drm/msm: Add fault-injection supportRob Clark1-0/+7
2022-08-27drm/msm/gem: Convert to using drm_gem_lruRob Clark1-19/+51
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann1-1/+0
2022-07-06drm/msm: move KMS aspace init to the separate helperDmitry Baryshkov1-0/+1
2022-07-04drm/msm/dpu: drop enum msm_display_capsDmitry Baryshkov1-10/+0
2022-06-28Merge tag 'drm-msm-fixes-2022-06-28' into msm-next-stagingRob Clark1-0/+1
2022-06-01drm/msm: Ensure mmap offset is initializedRob Clark1-0/+1
2022-05-11Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-87/+75
2022-05-02drm/msm/dp: remove extra wrappers and public functionsDmitry Baryshkov1-31/+0
2022-04-27drm/msm: remove unused hotplug and edid macros from msm_drv.hAbhinav Kumar1-4/+0
2022-04-26drm/msm/disp/dpu1: Add support for DSC in topologyVinod Koul1-0/+2
2022-04-26drm/msm: Add missing num_dspp field documentationVinod Koul1-0/+1
2022-04-26drm/msm/dsi: Pass DSC params to drm_panelVinod Koul1-0/+6
2022-04-26drm/msm/dsi: add support for dsc dataVinod Koul1-0/+6