aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-18drm/msm/dpu: inline dpu_plane_get_ctl_flushDmitry Baryshkov1-12/+0
2022-09-18drm/msm/dpu: do not limit the zpos propertyDmitry Baryshkov1-9/+1
2022-09-18drm/msm/dpu: rip out master planes supportDmitry Baryshkov1-59/+13
2022-07-13Merge tag 'drm-msm-next-2022-07-10' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie1-10/+10
2022-07-04drm/msm/dpu: constify struct dpu_mdss_cfgDmitry Baryshkov1-1/+1
2022-07-04drm/msm/dpu: change catalog->perf to be a const pointerDmitry Baryshkov1-9/+9
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-18drm/msm/dpu: add DRM_MODE_ROTATE_180 back to supported rotationsAbhinav Kumar1-1/+1
2022-05-02drm/msm/dpu: move _dpu_plane_get_qos_lut to dpu_hw_util fileAbhinav Kumar1-26/+1
2022-05-02drm/msm/dpu: rename dpu_hw_pipe_cdp_cfg to dpu_hw_cdp_cfgAbhinav Kumar1-2/+2
2022-05-02drm/msm/disp/dpu1: add inline rotation support for sc7280Vinod Polimera1-26/+103
2022-05-02drm/msm/disp/dpu1: add inline function to validate format supportVinod Polimera1-7/+3
2022-02-25drm/msm: Avoid dirtyfb stalls on video mode displays (v2)Rob Clark1-2/+3
2021-12-16drm/msm/dpu: move SSPP debugfs support from plane to SSPP codeDmitry Baryshkov1-70/+12
2021-12-15drm/msm/dpu: add dpu_plane_atomic_print_stateDmitry Baryshkov1-0/+41
2021-12-15drm/msm/dpu: simplify DPU's regset32 codeDmitry Baryshkov1-19/+8
2021-12-15drm/msm/dpu: stop manually removing debugfs files for the DPU planeDmitry Baryshkov1-18/+10
2021-12-15drm/msm/dpu: drop plane's default_scaling debugfs fileDmitry Baryshkov1-5/+0
2021-12-15drm/msm/dpu: move disable_danger out of plane subdirDmitry Baryshkov1-73/+1
2021-12-08drm/msm/dpu: fix CDP setup to account for multirect indexDmitry Baryshkov1-1/+1
2021-12-08drm/msm/dpu: simplify DPU_SSPP features checksDmitry Baryshkov1-2/+1
2021-12-08drm/msm/dpu: drop pe argument from _dpu_hw_sspp_setup_scaler3Dmitry Baryshkov1-1/+1
2021-12-08drm/msm/dpu: drop scaler config from plane stateDmitry Baryshkov1-33/+26
2021-12-07drm/msm/dpu: remove node from list before freeing the nodeYang Li1-0/+1
2021-11-28drm/msm/dpu: don't cache pipe->cap->sblk in dpu_planeDmitry Baryshkov1-17/+8
2021-11-28drm/msm/dpu: don't cache pipe->cap->features in dpu_planeDmitry Baryshkov1-7/+5
2021-11-28drm/msm/dpu: remove dpu_hw_pipe_cdp_cfg from dpu_planeDmitry Baryshkov1-7/+7
2021-11-28drm/msm/dpu: drop dpu_csc_cfg from dpu_planeDmitry Baryshkov1-46/+50
2021-11-28drm/msm/dpu: move dpu_hw_pipe_cfg out of struct dpu_planeDmitry Baryshkov1-47/+57
2021-11-28drm/msm/dpu: drop pipe_name from struct dpu_planeDmitry Baryshkov1-6/+2
2021-11-28drm/msm/dpu: remove pipe_qos_cfg from struct dpu_planeDmitry Baryshkov1-14/+16
2021-11-28drm/msm/dpu: move LUT levels out of QOS configDmitry Baryshkov1-11/+6
2021-10-15drm/msm: fix warning "using plain integer as NULL pointer"Bernard Zhao1-2/+2
2021-08-07drm/msm/dpu: add support for alpha blending propertiesDmitry Baryshkov1-3/+7
2021-06-23drm/msm/disp/dpu1/dpu_plane: Fix a couple of naming issuesLee Jones1-2/+2
2021-06-23drm/msm/disp: Move various debug logs to atomic bucketStephen Boyd1-1/+1
2021-06-23drm/msm/disp: Use plane debug print helperStephen Boyd1-10/+7
2021-05-03drm/msm/dpu: Delete bonkers codeRob Clark1-16/+0
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-25/+29
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-4/+3
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-2/+2
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+4
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-17/+18
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-2/+2
2021-01-31drm/msm/dpu1: add support for qseed3lite used on sm8250Dmitry Baryshkov1-0/+1
2020-12-03drm/msm/dpu: update the qos remap only if the client type changesAbhinav Kumar1-2/+15
2020-11-29drm/msm/dpu: consider vertical front porch in the prefill bw calculationKalyan Thota1-2/+9