From: Krishna Manikandan <mkrishn@codeaurora.org>
To: dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org,
freedreno@lists.freedesktop.org
Cc: Krishna Manikandan <mkrishn@codeaurora.org>,
linux-kernel@vger.kernel.org, robdclark@gmail.com,
kalyan_t@codeaurora.org, dianders@chromium.org
Subject: [PATCH v1 0/4] Add display support for SC7280 target
Date: Tue, 6 Apr 2021 10:39:48 +0530 [thread overview]
Message-ID: <1617685792-14376-1-git-send-email-mkrishn@codeaurora.org> (raw)
The changes in this series adds all the required support for display driver for
SC7280 target. In addition to the basic catalog changes, changes are added to
accommodate new registers for SC7280 target.
SC7280 target comes under next generation targets. The register differences in
SC7280 when compared to SC7180 are mentioned below:
- SC7280 uses UBWC3.0 and changes are added to program the ubwc static
registers properly
- Pingpong dither block offset value has changed for SC7280 family. Separate
sub block is defined for sc7280 pingpong block and changes are added to
handle this.
- Interface offsets are different for SC7280 family. These offset values are
used to access the interface irq registers. Changes are added to handle
this based on the target.
- A new register called CTL_FETCH_PIPE_ACTIVE is introduced in SC7280 family,
which tells the HW about the active pipes in the CTL path. Changes are
added to program this register based on the active pipes in the
current composition.
- Changes are added to program INTF_CONFIG2 properly since the reset value
of this register has changed in SC7280 family and we need to explicitly program
it with correct values to avoid wrong interface configuration.
- INTF_5 is added to intf configuration to support EDP.
Krishna Manikandan (4):
drm/msm/disp/dpu1: add support for display for SC7280 target
drm/msm/disp/dpu1: add intf offsets for SC7280 target
drm/msm/disp/dpu1: add support to program fetch active in ctl path
drm/msm/disp/dpu1: enable DATA_HCTL_EN for sc7280 target
drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 7 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 176 ++++++++++++++++++++--
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h | 8 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.c | 27 ++++
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.h | 3 +
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c | 20 ++-
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c | 11 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 4 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_mdss.c | 6 +-
drivers/gpu/drm/msm/msm_drv.c | 4 +-
10 files changed, 242 insertions(+), 24 deletions(-)
--
2.7.4
next reply other threads:[~2021-04-06 5:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-06 5:09 Krishna Manikandan [this message]
2021-04-06 5:09 ` [PATCH v1 1/4] drm/msm/disp/dpu1: add support for display for SC7280 target Krishna Manikandan
2021-04-06 5:09 ` [PATCH v1 2/4] drm/msm/disp/dpu1: add intf offsets " Krishna Manikandan
2021-04-06 5:09 ` [PATCH v1 3/4] drm/msm/disp/dpu1: add support to program fetch active in ctl path Krishna Manikandan
2021-04-06 5:09 ` [PATCH v1 4/4] drm/msm/disp/dpu1: enable DATA_HCTL_EN for sc7280 target Krishna Manikandan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1617685792-14376-1-git-send-email-mkrishn@codeaurora.org \
--to=mkrishn@codeaurora.org \
--cc=dianders@chromium.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=kalyan_t@codeaurora.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robdclark@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox