mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 00/11] media: iris: migrate to using global UBWC config
@ 2026-01-13 16:57 Dmitry Baryshkov
  2026-01-13 16:57 ` [PATCH v2 01/11] soc: qcom: ubwc: add missing include Dmitry Baryshkov
                   ` (10 more replies)
  0 siblings, 11 replies; 23+ messages in thread
From: Dmitry Baryshkov @ 2026-01-13 16:57 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Clark, Dmitry Baryshkov,
	Abhinav Kumar, Jessica Zhang, Sean Paul, Marijn Suijten,
	David Airlie, Simona Vetter, Akhil P Oommen, Vikash Garodia,
	Dikshita Agarwal, Bryan O'Donoghue, Mauro Carvalho Chehab
  Cc: Konrad Dybcio, linux-arm-msm, linux-kernel, dri-devel, freedreno,
	linux-media, Bryan O'Donoghue

Having UBWC configuration in the driver is error prone. For example, the
driver specifies fixed values for HBB, while the actual value might
depend on the DDR type. Stop defining UBWC data in the iris driver and
use the global UBWC configuration registry.

Merge strategy: either merge SoC bits directly through the media tree
(with Bjorn's ack) or merge to the media tree through the immutable tag.
The drm patches will follow depending on the way the SoC patches are
merged.

Note: the patches are compile-tested only because of the lack of the
Gen2 hardware at hand.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
Changes in v2:
- Extended the commit message and added a comment for the min_acc length
  helper (Konrad)
- Link to v1: https://lore.kernel.org/r/20260110-iris-ubwc-v1-0-dd70494dcd7b@oss.qualcomm.com

---
Dmitry Baryshkov (11):
      soc: qcom: ubwc: add missing include
      soc: qcom: ubwc: add helper to get min_acc length
      media: iris: retrieve UBWC platform configuration
      media: iris: don't specify min_acc_length in the source code
      media: iris: don't specify highest_bank_bit in the source code
      media: iris: don't specify ubwc_swizzle in the source code
      media: iris: don't specify bank_spreading in the source code
      media: iris: don't specify max_channels in the source code
      media: iris: drop remnants of UBWC configuration
      drm/msm/mdss: use new helper to set min_acc length
      drm/msm/a6xx: use new helper to set min_acc length

 drivers/gpu/drm/msm/adreno/a6xx_gpu.c                   |  5 ++---
 drivers/gpu/drm/msm/msm_mdss.c                          |  6 ++----
 drivers/media/platform/qcom/iris/Kconfig                |  1 +
 drivers/media/platform/qcom/iris/iris_core.h            |  4 ++++
 drivers/media/platform/qcom/iris/iris_hfi_gen2_packet.c | 17 ++++++++++-------
 drivers/media/platform/qcom/iris/iris_platform_common.h | 11 -----------
 drivers/media/platform/qcom/iris/iris_platform_gen2.c   | 14 --------------
 drivers/media/platform/qcom/iris/iris_probe.c           |  5 +++++
 include/linux/soc/qcom/ubwc.h                           | 11 +++++++++++
 9 files changed, 35 insertions(+), 39 deletions(-)
---
base-commit: 0f853ca2a798ead9d24d39cad99b0966815c582a
change-id: 20260110-iris-ubwc-06f64cbb31ae

Best regards,
-- 
With best wishes
Dmitry


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

end of thread, other threads:[~2026-01-14  9:39 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-13 16:57 [PATCH v2 00/11] media: iris: migrate to using global UBWC config Dmitry Baryshkov
2026-01-13 16:57 ` [PATCH v2 01/11] soc: qcom: ubwc: add missing include Dmitry Baryshkov
2026-01-13 16:57 ` [PATCH v2 02/11] soc: qcom: ubwc: add helper to get min_acc length Dmitry Baryshkov
2026-01-14  7:21   ` Dikshita Agarwal
2026-01-14  9:37   ` Konrad Dybcio
2026-01-13 16:57 ` [PATCH v2 03/11] media: iris: retrieve UBWC platform configuration Dmitry Baryshkov
2026-01-14  7:12   ` Dikshita Agarwal
2026-01-14  9:38   ` Konrad Dybcio
2026-01-13 16:57 ` [PATCH v2 04/11] media: iris: don't specify min_acc_length in the source code Dmitry Baryshkov
2026-01-14  7:25   ` Dikshita Agarwal
2026-01-14  9:39   ` Konrad Dybcio
2026-01-13 16:57 ` [PATCH v2 05/11] media: iris: don't specify highest_bank_bit " Dmitry Baryshkov
2026-01-14  7:26   ` Dikshita Agarwal
2026-01-13 16:57 ` [PATCH v2 06/11] media: iris: don't specify ubwc_swizzle " Dmitry Baryshkov
2026-01-14  7:27   ` Dikshita Agarwal
2026-01-13 16:57 ` [PATCH v2 07/11] media: iris: don't specify bank_spreading " Dmitry Baryshkov
2026-01-14  7:28   ` Dikshita Agarwal
2026-01-13 16:57 ` [PATCH v2 08/11] media: iris: don't specify max_channels " Dmitry Baryshkov
2026-01-14  7:28   ` Dikshita Agarwal
2026-01-13 16:57 ` [PATCH v2 09/11] media: iris: drop remnants of UBWC configuration Dmitry Baryshkov
2026-01-14  7:35   ` Dikshita Agarwal
2026-01-13 16:57 ` [PATCH v2 10/11] drm/msm/mdss: use new helper to set min_acc length Dmitry Baryshkov
2026-01-13 16:57 ` [PATCH v2 11/11] drm/msm/a6xx: " Dmitry Baryshkov

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®