[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1673972488-30140-1-git-send-email-quic_kalyant@quicinc.com>
Date: Tue, 17 Jan 2023 08:21:25 -0800
From: Kalyan Thota <quic_kalyant@...cinc.com>
To: dri-devel@...ts.freedesktop.org, linux-arm-msm@...r.kernel.org,
freedreno@...ts.freedesktop.org, devicetree@...r.kernel.org
Cc: Kalyan Thota <quic_kalyant@...cinc.com>,
linux-kernel@...r.kernel.org, robdclark@...omium.org,
dianders@...omium.org, swboyd@...omium.org,
quic_vpolimer@...cinc.com, dmitry.baryshkov@...aro.org,
quic_abhinavk@...cinc.com
Subject: [PATCH 0/3] Allow composer fallbacks for color features
This series will enable color features on sc7280 target which has primary panel as eDP
The series removes dspp allocation based on encoder type and allows the datapath reservation
even if dspps are not available.
The series also adds a check to fail the composition during atomic check , if color management is requested
and no dspps are allocated in the datapath.
This can allow composer fallbacks for color features if no relevant HW blocks are available.
Kalyan Thota (3):
drm/msm/disp/dpu1: allow reservation even if dspps are not available.
drm/msm/disp/dpu1: allow dspp selection for all the interfaces
drm/msm/disp/dpu1: fail atomic check if color feature is requested
with no dspp
drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 11 +++++++++++
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 18 +++++++++---------
drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c | 8 +++++++-
3 files changed, 27 insertions(+), 10 deletions(-)
--
2.7.4
Powered by blists - more mailing lists