summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/disp/mdp5
AgeCommit message (Expand)AuthorFilesLines
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-4/+5
2021-02-24drm/atomic: Pass the full state to planes async atomic check and updateMaxime Ripard1-14/+19
2020-12-10Merge tag 'drm-msm-next-2020-12-07' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie3-9/+24
2020-11-29msm/mdp5: Fix some kernel-doc warningsRob Clark1-1/+10
2020-11-24drm/msm/disp/mdp5/mdp5_kms: Make local functions 'mdp5_{en, dis}able()' staticLee Jones1-2/+2
2020-11-24drm/msm/disp/mdp5/mdp5_crtc: Make local function 'mdp5_crtc_setup_pipeline()'...Lee Jones1-3/+3
2020-11-05drm/msm/gem: Move prototypes to msm_gem.hRob Clark1-0/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-2/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-5/+8
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard2-92/+0
2020-11-01drm/msm/kms: Update msm_kms_init/destroyRob Clark1-3/+8
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2020-09-04drm/msm/mdp5: Remove unused downstream bus scaling apisSai Prakash Ranjan2-92/+0
2020-07-31drm/msm/mdp5: Add MDP5 configuration for SDM636/660Konrad Dybcio1-0/+105
2020-07-31drm/msm/mdp5: Add MDP5 configuration for SDM630Konrad Dybcio1-0/+93
2020-07-31drm/msm: sync generated headersRob Clark1-13/+13
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-1/+1
2020-07-02drm/atomic-helper: reset vblank on crtc resetDaniel Vetter1-2/+0
2020-07-01Merge tag 'drm-msm-fixes-2020-06-25' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie1-1/+1
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2020-06-22drm/msm: Fix up the rest of the messed up address sizesJordan Crouse1-1/+1
2020-06-08Merge tag 'drm-next-msm-5.8-2020-06-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-16/+89
2020-05-23drm/msm: Refactor address space initializationJordan Crouse2-6/+9
2020-05-23drm/msm: Attach the IOMMU device during initializationJordan Crouse1-7/+0
2020-05-20drm/msm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-1/+1
2020-05-18drm/msm/mdp5: Fix mdp5_init error path for failed mdp5_kms allocationRoy Spliet1-1/+2
2020-05-18drm/msm: Fix typoChristophe JAILLET1-2/+2
2020-05-18drm/msm/mdp5: Add MDP5 configuration for MSM8x36.Konrad Dybcio1-0/+76
2020-04-22Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-11/+3
2020-04-17Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2020-04-08Merge tag 'iommu-updates-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2020-03-27drm/msm/mdp5: Remove direct access of dev->iommu_fwspecJoerg Roedel1-1/+1
2020-03-18drm/msm: remove checks for return value of drm_debugfs_create_files()Wambui Karuga1-11/+3
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie1-2/+2
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard1-1/+1
2020-02-13drm/msm: Convert to CRTC VBLANK callbacksThomas Zimmermann2-34/+15
2020-02-13drm/msm: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann2-61/+67
2020-02-11drm/msm/mdp5: rate limit pp done timeout warningsBrian Masney1-2/+2
2020-01-03drm/msm/mdp5: Remove unneeded semicolonzhengbin1-1/+1
2019-11-05drm/msm/mdp5: Add configuration for msm8x76AngeloGioacchino Del Regno1-0/+98
2019-11-02drm/msm/mdp5: Add optional TBU and TBU_RT clocksAngeloGioacchino Del Regno2-0/+12
2019-10-10drm/msm/mdp5: make config variables staticBen Dooks1-8/+8
2019-10-10drm/msm/mdp5: Remove set but not used variable 'hw_cfg' in modeset_initzhengbin1-3/+0
2019-10-10drm/msm/mdp5: Remove set but not used variable 'hw_cfg' in blend_setupzhengbin1-3/+0
2019-10-10drm/msm/mdp5: Remove set but not used variable 'fmt'zhengbin1-2/+0
2019-10-07drm/msm: Remove unused function argumentsDrew Davenport1-8/+2
2019-09-04drm/msm: remove unlikely() from WARN_ON() conditionsDenis Efremov1-2/+2
2019-09-04drm/msm: split power control from prepare/complete_commitRob Clark1-6/+14
2019-09-04drm/msm: add kms->flush_commit()Rob Clark1-0/+6
2019-09-04drm/msm: convert kms->complete_commit() to crtc_maskRob Clark1-3/+1