summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/disp/mdp5
Commit message (Expand)AuthorAgeFilesLines
...
* drm/msm/mdp5: use drm_plane_state for pixel blend modeDmitry Baryshkov2021-06-233-7/+5
* drm/msm/mdp5: use drm_plane_state for storing alpha valueDmitry Baryshkov2021-06-233-5/+3
* drm/msm/mdp5: use drm atomic helpers to handle base drm plane stateDmitry Baryshkov2021-06-231-5/+3
* drm/msm: Generated register updateRob Clark2021-06-231-13/+25
* Merge tag 'drm-msm-next-2021-04-11' of https://gitlab.freedesktop.org/drm/msm...Daniel Vetter2021-04-131-5/+14
|\
| * drm/msm/mdp5: Disable pingpong autorefresh at tearcheck initAngeloGioacchino Del Regno2021-04-091-0/+1
| * drm/msm/mdp5: Do not multiply vclk line count by 100Marijn Suijten2021-04-091-4/+4
| * drm/msm/mdp5: Configure PP_SYNC_HEIGHT to double the vtotalMarijn Suijten2021-04-091-1/+9
* | Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-23/+34
|\ \ | |/ |/|
| * drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+2
| * drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-1/+1
| * drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-4/+4
| * drm: Use state helper instead of plane state pointer in atomic_checkMaxime Ripard2021-02-241-1/+3
| * drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
| * drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
| * drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-4/+5
| * drm/atomic: Pass the full state to planes async atomic check and updateMaxime Ripard2021-02-241-14/+19
* | drm/msm/disp/mdp5: mdp5_cfg: Fix msm8974v2 max_clkKonrad Dybcio2021-02-051-1/+1
* | drm/msm/mdp5: Fix wait-for-commit for cmd panelsIskren Chernev2021-01-311-1/+1
|/
* Merge tag 'drm-msm-next-2020-12-07' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2020-12-103-9/+24
|\
| * msm/mdp5: Fix some kernel-doc warningsRob Clark2020-11-291-1/+10
| * drm/msm/disp/mdp5/mdp5_kms: Make local functions 'mdp5_{en, dis}able()' staticLee Jones2020-11-231-2/+2
| * drm/msm/disp/mdp5/mdp5_crtc: Make local function 'mdp5_crtc_setup_pipeline()'...Lee Jones2020-11-231-3/+3
| * drm/msm/gem: Move prototypes to msm_gem.hRob Clark2020-11-041-0/+1
| * drm/msm/kms: Update msm_kms_init/destroyRob Clark2020-11-011-3/+8
* | drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-2/+2
* | drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-5/+8
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-022-92/+0
|\|
| * drm/msm/mdp5: Remove unused downstream bus scaling apisSai Prakash Ranjan2020-09-042-92/+0
* | drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+2
|/
* drm/msm/mdp5: Add MDP5 configuration for SDM636/660Konrad Dybcio2020-07-311-0/+105
* drm/msm/mdp5: Add MDP5 configuration for SDM630Konrad Dybcio2020-07-311-0/+93
* drm/msm: sync generated headersRob Clark2020-07-311-13/+13
* Merge v5.8-rc6 into drm-nextDave Airlie2020-07-241-1/+1
|\
| * Merge tag 'drm-msm-fixes-2020-06-25' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie2020-07-011-1/+1
| |\
| | * drm/msm: Fix up the rest of the messed up address sizesJordan Crouse2020-06-221-1/+1
* | | drm/atomic-helper: reset vblank on crtc resetDaniel Vetter2020-07-021-2/+0
* | | Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-241-1/+1
|\ \ \ | |/ / |/| |
| * | drm/msm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-1/+1
| * | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-04-171-1/+1
| |\ \
* | \ \ Merge tag 'drm-next-msm-5.8-2020-06-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-083-16/+89
|\ \ \ \ | | |_|/ | |/| |
| * | | drm/msm: Refactor address space initializationJordan Crouse2020-05-232-6/+9
| * | | drm/msm: Attach the IOMMU device during initializationJordan Crouse2020-05-231-7/+0
| * | | drm/msm/mdp5: Fix mdp5_init error path for failed mdp5_kms allocationRoy Spliet2020-05-181-1/+2
| * | | drm/msm: Fix typoChristophe JAILLET2020-05-181-2/+2
| * | | drm/msm/mdp5: Add MDP5 configuration for MSM8x36.Konrad Dybcio2020-05-181-0/+76
| | |/ | |/|
* | | Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-04-221-11/+3
|\ \ \ | |/ / |/| / | |/
| * drm/msm: remove checks for return value of drm_debugfs_create_files()Wambui Karuga2020-03-181-11/+3
* | Merge tag 'iommu-updates-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-081-1/+1
|\ \ | |/ |/|
| * drm/msm/mdp5: Remove direct access of dev->iommu_fwspecJoerg Roedel2020-03-271-1/+1