devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Allow composer fallbacks for color features
@ 2023-01-17 16:21 Kalyan Thota
  2023-01-17 16:21 ` [PATCH 1/3] drm/msm/disp/dpu1: allow reservation even if dspps are not available Kalyan Thota
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Kalyan Thota @ 2023-01-17 16:21 UTC (permalink / raw)
  To: dri-devel, linux-arm-msm, freedreno, devicetree
  Cc: Kalyan Thota, linux-kernel, robdclark, dianders, swboyd,
	quic_vpolimer, dmitry.baryshkov, quic_abhinavk

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-01-19 18:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-17 16:21 [PATCH 0/3] Allow composer fallbacks for color features Kalyan Thota
2023-01-17 16:21 ` [PATCH 1/3] drm/msm/disp/dpu1: allow reservation even if dspps are not available Kalyan Thota
2023-01-17 16:35   ` Dmitry Baryshkov
2023-01-17 16:40     ` Dmitry Baryshkov
2023-01-18  3:24       ` Kalyan Thota
2023-01-18  3:28         ` Dmitry Baryshkov
2023-01-17 16:21 ` [PATCH 2/3] drm/msm/disp/dpu1: allow dspp selection for all the interfaces Kalyan Thota
2023-01-17 16:56   ` Dmitry Baryshkov
2023-01-18  3:30     ` Kalyan Thota
2023-01-18  3:35       ` Dmitry Baryshkov
2023-01-19 18:24         ` Kalyan Thota
2023-01-17 16:21 ` [PATCH 3/3] drm/msm/disp/dpu1: fail atomic check if color feature is requested with no dspp Kalyan Thota

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).