mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Cc: Rob Clark <robin.clark@oss.qualcomm.com>,
	 Dmitry Baryshkov <lumag@kernel.org>,
	Abhinav Kumar <abhinav.kumar@linux.dev>,
	 Jessica Zhang <jesszhan0024@gmail.com>,
	Sean Paul <sean@poorly.run>,
	 Marijn Suijten <marijn.suijten@somainline.org>,
	David Airlie <airlied@gmail.com>,
	 Simona Vetter <simona@ffwll.ch>,
	Konrad Dybcio <konradybcio@kernel.org>,
	 Akhil P Oommen <akhilpo@oss.qualcomm.com>,
	linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org,
	 freedreno@lists.freedesktop.org, linux-kernel@vger.kernel.org,
	 Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Subject: Re: [PATCH v4 00/29] soc/qcom/ubwc: rework UBWC configuration database
Date: Thu, 21 May 2026 14:28:13 -0500	[thread overview]
Message-ID: <ag9crUWAzrAU2ue_@baldur> (raw)
In-Reply-To: <20260507-ubwc-rework-v4-0-c19593d20c1d@oss.qualcomm.com>

On Thu, May 07, 2026 at 04:02:56PM +0300, Dmitry Baryshkov wrote:
> Currently we store several settings in the configuration database. Some
> of them are incorrect or not completely matching the expected
> configuration settings. Others are directly derivable from the UBWC
> version. Rework how we handle the values in the database, trimming it
> down to the UBWC version, HBB and several flags.
> 
> The series includes patches for drm/msm as well as for the soc/qcom. My
> suggestion would be to either create an immutable tag for the first
> batch of soc/qcom patches, which we can pull into drm/msm or to ack
> merging the first patches through drm/msm tree directly.
> 

You can find the initial UBWC patches at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git 20260507-ubwc-rework-v4-4-c19593d20c1d@oss.qualcomm.com

Regards,
Bjorn

> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---
> Changes in v4:
> - Rebased on linux-next, dropping merged dependencies.
> - Reworked A8xx, simplifying several corner cases.
> - Link to v3: https://lore.kernel.org/r/20260312-ubwc-rework-v3-0-b7e8f800176a@oss.qualcomm.com
> 
> Changes in v3:
> - Corrected UWBC_STATIC programming for MDSS 5.x platforms (Konrad)
> - Switched MDSS 6.x+ to qcom_ubwc_min_acc_length_64b() too
> - Added qcom_ubwc_enable_amsbc() helper
> - Reworked the DPU handling of UBWC config, making it simpler to handle
>   minor revisions.
> - Removed the comment regarding the best guess for min_acc_length
> - Link to v2: https://lore.kernel.org/r/20260311-ubwc-rework-v2-0-69f718f2a1c9@oss.qualcomm.com
> 
> Changes in v2:
> - Renamed MDSS UBWC programming function to make it more obvious that
>   they are related to the MDSS revision rather than UBWC version
>   (Konrad)
> - Brought back the patch to use qcom_ubwc_version_tag() in msm_mdss.c,
>   got lost in rebases (Konrad)
> - Link to v1: https://lore.kernel.org/r/20260306-ubwc-rework-v1-0-9cfdff12f2bb@oss.qualcomm.com
> 
> ---
> Dmitry Baryshkov (28):
>       drm/msm/mdss: correct UBWC programming sequences
>       soc: qcom: ubwc: define UBWC 3.1
>       soc: qcom: ubwc: define helper for MDSS and Adreno drivers
>       soc: qcom: ubwc: add helper controlling AMSBC enablement
>       drm/msm/adreno: use qcom_ubwc_version_tag() helper
>       drm/msm/mdss: use qcom_ubwc_version_tag() helper
>       drm/msm/adreno: use new helper to set min_acc length
>       drm/msm/mdss: use new helper to set min_acc length
>       drm/msm/adreno: use new helper to set macrotile_mode
>       drm/msm/mdss: use new helper to set macrotile_mode
>       drm/msm/mdss: use new helper to set UBWC bank spreading
>       drm/msm/adreno: use new helper to set ubwc_swizzle
>       drm/msm/dpu: use new helper to set ubwc_swizzle
>       drm/msm/mdss: use new helper to set ubwc_swizzle
>       drm/msm/adreno: write reserved UBWC-related bits
>       drm/msm/adreno: set fp16compoptdis for UBWC 3.0 formats
>       drm/msm/adreno: use new helper to set amsbc
>       drm/msm/adreno: use version ranges in A8xx UBWC code
>       drm/msm/mdss: use new helper to set amsbc
>       drm/msm/dpu: drop ubwc_dec_version
>       drm/msm/dpu: invert the order of UBWC checks
>       soc: qcom: ubwc: set min_acc length to 64 for all UBWC 1.0 targets
>       soc: qcom: ubwc: drop ubwc_dec_version
>       soc: qcom: ubwc: drop ubwc_bank_spread
>       soc: qcom: ubwc: drop macrotile_mode from the database
>       soc: qcom: ubwc: use fixed values for UBWC swizzle for UBWC < 4.0
>       soc: qcom: ubwc: sort out the rest of the UBWC swizzle settings
>       soc: qcom: ubwc: deduplicate UBWC configuration data
> 
> Konrad Dybcio (1):
>       drm/msm/adreno: Trust the SSoT UBWC config
> 
>  drivers/gpu/drm/msm/adreno/a5xx_gpu.c       |  11 +-
>  drivers/gpu/drm/msm/adreno/a6xx_gpu.c       |  93 +--------
>  drivers/gpu/drm/msm/adreno/a8xx_gpu.c       |  50 +++--
>  drivers/gpu/drm/msm/adreno/adreno_gpu.c     |   4 +-
>  drivers/gpu/drm/msm/adreno/adreno_gpu.h     |   5 -
>  drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c |  39 ++--
>  drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c   |   3 +-
>  drivers/gpu/drm/msm/msm_mdss.c              | 120 ++++--------
>  drivers/soc/qcom/ubwc_config.c              | 294 +++++++---------------------
>  include/linux/soc/qcom/ubwc.h               | 103 ++++++----
>  10 files changed, 235 insertions(+), 487 deletions(-)
> ---
> base-commit: 735d2f48cadaa9a87e7c7601667878de70c771c5
> change-id: 20260211-ubwc-rework-e6ce1d8eb520
> prerequisite-patch-id: 5bc7dddd09fcdb4f534f8468ab3ad51781667066
> 
> Best regards,
> --  
> With best wishes
> Dmitry
> 

  parent reply	other threads:[~2026-05-21 19:28 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-07 13:02 Dmitry Baryshkov
2026-05-07 13:02 ` [PATCH v4 01/29] drm/msm/mdss: correct UBWC programming sequences Dmitry Baryshkov
2026-05-07 13:02 ` [PATCH v4 02/29] soc: qcom: ubwc: define UBWC 3.1 Dmitry Baryshkov
2026-05-07 13:02 ` [PATCH v4 03/29] soc: qcom: ubwc: define helper for MDSS and Adreno drivers Dmitry Baryshkov
2026-05-07 13:03 ` [PATCH v4 04/29] soc: qcom: ubwc: add helper controlling AMSBC enablement Dmitry Baryshkov
2026-05-08 10:06   ` Konrad Dybcio
2026-05-07 13:03 ` [PATCH v4 05/29] drm/msm/adreno: Trust the SSoT UBWC config Dmitry Baryshkov
2026-05-07 14:04   ` Akhil P Oommen
2026-05-07 13:03 ` [PATCH v4 06/29] drm/msm/adreno: use qcom_ubwc_version_tag() helper Dmitry Baryshkov
2026-05-07 14:05   ` Akhil P Oommen
2026-05-07 13:03 ` [PATCH v4 07/29] drm/msm/mdss: " Dmitry Baryshkov
2026-05-07 13:03 ` [PATCH v4 08/29] drm/msm/adreno: use new helper to set min_acc length Dmitry Baryshkov
2026-05-07 13:03 ` [PATCH v4 09/29] drm/msm/mdss: " Dmitry Baryshkov
2026-05-07 13:03 ` [PATCH v4 10/29] drm/msm/adreno: use new helper to set macrotile_mode Dmitry Baryshkov
2026-05-07 13:59   ` Akhil P Oommen
2026-05-07 13:03 ` [PATCH v4 11/29] drm/msm/mdss: " Dmitry Baryshkov
2026-05-07 13:03 ` [PATCH v4 12/29] drm/msm/mdss: use new helper to set UBWC bank spreading Dmitry Baryshkov
2026-05-07 13:03 ` [PATCH v4 13/29] drm/msm/adreno: use new helper to set ubwc_swizzle Dmitry Baryshkov
2026-05-07 14:09   ` Akhil P Oommen
2026-05-07 13:03 ` [PATCH v4 14/29] drm/msm/dpu: " Dmitry Baryshkov
2026-05-07 13:03 ` [PATCH v4 15/29] drm/msm/mdss: " Dmitry Baryshkov
2026-05-07 13:03 ` [PATCH v4 16/29] drm/msm/adreno: write reserved UBWC-related bits Dmitry Baryshkov
2026-05-07 14:25   ` Akhil P Oommen
2026-05-07 14:44   ` Akhil P Oommen
2026-05-07 13:03 ` [PATCH v4 17/29] drm/msm/adreno: set fp16compoptdis for UBWC 3.0 formats Dmitry Baryshkov
2026-05-07 14:47   ` Akhil P Oommen
2026-05-07 13:03 ` [PATCH v4 18/29] drm/msm/adreno: use new helper to set amsbc Dmitry Baryshkov
2026-05-07 14:48   ` Akhil P Oommen
2026-05-08 10:02   ` Konrad Dybcio
2026-05-07 13:03 ` [PATCH v4 19/29] drm/msm/adreno: use version ranges in A8xx UBWC code Dmitry Baryshkov
2026-05-07 14:57   ` Akhil P Oommen
2026-05-08 10:06   ` Konrad Dybcio
2026-05-20 14:39     ` Dmitry Baryshkov
2026-05-07 13:03 ` [PATCH v4 20/29] drm/msm/mdss: use new helper to set amsbc Dmitry Baryshkov
2026-05-08  9:59   ` Konrad Dybcio
2026-05-07 13:03 ` [PATCH v4 21/29] drm/msm/dpu: drop ubwc_dec_version Dmitry Baryshkov
2026-05-07 13:03 ` [PATCH v4 22/29] drm/msm/dpu: invert the order of UBWC checks Dmitry Baryshkov
2026-05-07 13:03 ` [PATCH v4 23/29] soc: qcom: ubwc: set min_acc length to 64 for all UBWC 1.0 targets Dmitry Baryshkov
2026-05-07 13:03 ` [PATCH v4 24/29] soc: qcom: ubwc: drop ubwc_dec_version Dmitry Baryshkov
2026-05-07 13:03 ` [PATCH v4 25/29] soc: qcom: ubwc: drop ubwc_bank_spread Dmitry Baryshkov
2026-05-07 13:03 ` [PATCH v4 26/29] soc: qcom: ubwc: drop macrotile_mode from the database Dmitry Baryshkov
2026-05-08 10:01   ` Konrad Dybcio
2026-05-08 11:25     ` Dmitry Baryshkov
2026-05-07 13:03 ` [PATCH v4 27/29] soc: qcom: ubwc: use fixed values for UBWC swizzle for UBWC < 4.0 Dmitry Baryshkov
2026-05-07 13:03 ` [PATCH v4 28/29] soc: qcom: ubwc: sort out the rest of the UBWC swizzle settings Dmitry Baryshkov
2026-05-07 13:03 ` [PATCH v4 29/29] soc: qcom: ubwc: deduplicate UBWC configuration data Dmitry Baryshkov
2026-05-20 13:41 ` [PATCH v4 00/29] soc/qcom/ubwc: rework UBWC configuration database Dmitry Baryshkov
2026-05-21 19:28 ` Bjorn Andersson [this message]
2026-05-21 19:28 ` (subset) " Bjorn Andersson

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=ag9crUWAzrAU2ue_@baldur \
    --to=andersson@kernel.org \
    --cc=abhinav.kumar@linux.dev \
    --cc=airlied@gmail.com \
    --cc=akhilpo@oss.qualcomm.com \
    --cc=dmitry.baryshkov@oss.qualcomm.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=jesszhan0024@gmail.com \
    --cc=konrad.dybcio@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lumag@kernel.org \
    --cc=marijn.suijten@somainline.org \
    --cc=robin.clark@oss.qualcomm.com \
    --cc=sean@poorly.run \
    --cc=simona@ffwll.ch \
    /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

all inboxes | Powered by JetHome®