summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/disp/mdp5
Commit message (Expand)AuthorAgeFilesLines
* drm/msm: Initialize MDSS irq domain at probe timeDmitry Baryshkov2021-12-061-17/+15
* drm/msm: Allocate msm_drm_private early and pass it as driver dataAngeloGioacchino Del Regno2021-12-061-1/+2
* drm/msm: use compatible lists to find mdp nodeKrishna Manikandan2021-11-291-1/+1
* drm/msm/mdp5: drop vdd regulatorDmitry Baryshkov2021-11-281-22/+2
* drm/msm/mdp5: drop eDP supportDmitry Baryshkov2021-11-281-16/+1
* drm/msm/mdp5: Add configuration for MDP v1.16Vladimir Lypak2021-10-151-0/+89
* drm/msm/mdp5: Remove redundant null check before clk_prepare_enable/clk_disab...Xu Wang2021-10-152-20/+10
* drm/msm/mdp5: fix cursor-related warningsDmitry Baryshkov2021-10-111-0/+16
* Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-09-012-9/+4
|\
| * drm/msm/mdp5: move mdp5_encoder_set_intf_mode after msm_dsi_modeset_initDmitry Baryshkov2021-08-071-8/+3
| * drm/msm/dsi: rename dual DSI to bonded DSIDmitry Baryshkov2021-08-071-1/+1
* | gpu: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-2/+1
|/
* Revert "drm/msm/mdp5: provide dynamic bandwidth management"Rob Clark2021-06-234-181/+36
* drm/msm/mdp5: provide dynamic bandwidth managementDmitry Baryshkov2021-06-234-36/+181
* drm/msm/mdp5: add perf blocks for holding fudge factorsJames Willcox2021-06-232-0/+42
* drm/msm/mdp5: switch to standard zpos propertyDmitry Baryshkov2021-06-233-109/+10
* drm/msm/mdp5: add support for alpha/blend_mode propertiesDmitry Baryshkov2021-06-231-0/+5
* 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