aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/disp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-165-62/+77
|\
| * drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-253-3/+7
| * drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-255-8/+7
| * drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-243-12/+12
| * 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-242-2/+2
| * drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-243-3/+8
| * drm: Rename plane atomic_check state namesMaxime Ripard2021-02-242-21/+23
| * drm/atomic: Pass the full state to planes async atomic check and updateMaxime Ripard2021-02-241-14/+19
| * drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-231-2/+2
| * drm: Switch to %p4cc format modifierSakari Ailus2021-02-171-4/+2
* | drm/msm/disp/mdp5: mdp5_cfg: Fix msm8974v2 max_clkKonrad Dybcio2021-02-051-1/+1
* | drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: Remove unneeded semicolonXu Wang2021-01-311-1/+1
* | drm/msm/mdp5: Fix wait-for-commit for cmd panelsIskren Chernev2021-01-311-1/+1
* | drm/msm/dpu1: add support for qseed3lite used on sm8250Dmitry Baryshkov2021-01-317-7/+112
* | drm/msm/dpu: Remove unused call in wait_for_commit_doneAngeloGioacchino Del Regno2021-01-311-8/+3
* | drm/msm/dpu: Correctly configure vsync tearcheck for command modeAngeloGioacchino Del Regno2021-01-311-7/+4
* | drm/msm/dpu: Disable autorefresh in command modeAngeloGioacchino Del Regno2021-01-313-0/+108
* | drm/msm/dpu: Allow specifying features and sblk in DSPP_BLK macroAngeloGioacchino Del Regno2021-01-311-7/+12
* | drm/msm/dpu: Add prog_fetch_lines_worst_case to INTF_BLK macroAngeloGioacchino Del Regno2021-01-311-12/+12
* | drm/msm/dpu: Move DPU_SSPP_QOS_8LVL bit to SDM845 and SC7180 masksAngeloGioacchino Del Regno2021-01-311-3/+3
* | drm/msm/dpu: Fix VBIF_XINL_QOS_LVL_REMAP_000 register offsetAngeloGioacchino Del Regno2021-01-311-4/+5
|/
* Merge tag 'drm-msm-next-2020-12-07' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2020-12-1033-253/+543
|\
| * drm/msm/dpu: enable DSPP support on SM8[12]50Dmitry Baryshkov2020-12-052-7/+22
| * drm/msm/dpu: update the qos remap only if the client type changesAbhinav Kumar2020-12-032-2/+17
| * drm/msm/disp/dpu1/dpu_hw_interrupts: Demote kernel-doc formatting misuseLee Jones2020-12-031-2/+2
| * drm/msm/dpu: consider vertical front porch in the prefill bw calculationKalyan Thota2020-11-291-2/+9
| * drm/msm/disp/dpu1/dpu_plane: Fix some spelling and missing function param des...Lee Jones2020-11-291-3/+5
| * drm/msm/disp/dpu1/dpu_vbif: Fix a couple of function param descriptionsLee Jones2020-11-291-1/+1
| * drm/msm/disp/dpu1/dpu_rm: Fix formatting issues and supply 'global_state' des...Lee Jones2020-11-291-2/+3
| * drm/msm/disp/dpu1/dpu_hw_sspp: Fix kernel-doc formatting abuseLee Jones2020-11-291-2/+2
| * drm/msm/disp/dpu1/dpu_hw_lm: Fix misnaming of parameter 'ctx'Lee Jones2020-11-291-1/+1
| * drm/msm/disp/dpu1/dpu_encoder: Fix a few parameter/member formatting issuesLee Jones2020-11-291-7/+8
| * drm/msm/disp/dpu1/dpu_hw_catalog: Move definitions to the only place they are...Lee Jones2020-11-293-90/+83
| * drm/msm/disp/dpu1/dpu_hw_catalog: Remove duplicated initialisation of 'max_li...Lee Jones2020-11-291-1/+0
| * drm/msm/disp/dpu1/dpu_formats: Demote non-conformant kernel-doc headerLee Jones2020-11-291-1/+1
| * drm/msm/disp/dpu1/dpu_hw_blk: Add one missing and remove an extra param descr...Lee Jones2020-11-291-1/+1
| * drm/msm/disp/dpu1/dpu_core_perf: Fix kernel-doc formatting issuesLee Jones2020-11-291-8/+9
| * msm/mdp5: Fix some kernel-doc warningsRob Clark2020-11-291-1/+10
| * drm/msm/disp/dpu1/dpu_encoder: Remove a bunch of unused variablesLee Jones2020-11-231-10/+2
| * drm/msm/disp/dpu1/dpu_core_perf: Remove set but unused variable 'dpu_cstate'Lee Jones2020-11-231-3/+0
| * 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-042-0/+2
| * drm/msm/dpu: fix clock scaling on non-sc7180 boardDmitry Baryshkov2020-11-041-3/+3
| * drm/msm/dpu: enable merge_3d support on sm8150/sm8250Dmitry Baryshkov2020-11-043-0/+14
| * drm/msm/dpu: setup merge modes in merge_3d blockDmitry Baryshkov2020-11-042-0/+25
| * drm/msm/dpu: handle merge_3d configuration in hw_ctl blockDmitry Baryshkov2020-11-042-0/+28
| * drm/msm/dpu: initial support for merge3D hardware blockDmitry Baryshkov2020-11-047-14/+230
| * drm/msm/dpu: simplify interface flush handlingDmitry Baryshkov2020-11-044-68/+23