mbox series

[0/4] drm/msm/dpu: simplity RM code

Message ID 20230430203556.3184252-1-dmitry.baryshkov@linaro.org
Headers show
Series drm/msm/dpu: simplity RM code | expand

Message

Dmitry Baryshkov April 30, 2023, 8:35 p.m. UTC
Implement several small simplifications for the DPU resource manager.
First two patches were suggested by Marijn.

Dmitry Baryshkov (4):
  drm/msm/dpu: replace IS_ERR_OR_NULL with IS_ERR during DSC init
  drm/msm/dpu: remove futile checks from dpu_rm_init()
  drm/msm/dpu: use PINGPONG_NONE for LMs with no PP attached
  drm/msm/dpu: move PINGPONG_NONE check to dpu_lm_init()

 .../msm/disp/dpu1/catalog/dpu_3_0_msm8998.h   |  4 +-
 .../msm/disp/dpu1/catalog/dpu_4_0_sdm845.h    |  4 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c     |  5 +++
 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h   |  3 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c        | 41 +------------------
 5 files changed, 12 insertions(+), 45 deletions(-)