Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Retrieve information about DDR from SMEM
@ 2025-04-10 17:43 Konrad Dybcio
  2025-04-10 17:43 ` [PATCH v2 1/4] soc: qcom: Expose DDR data " Konrad Dybcio
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Konrad Dybcio @ 2025-04-10 17:43 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Kees Cook, Gustavo A. R. Silva,
	Rob Clark, Sean Paul, Abhinav Kumar, Dmitry Baryshkov,
	David Airlie, Simona Vetter, Dmitry Baryshkov
  Cc: Marijn Suijten, linux-kernel, linux-arm-msm, linux-hardening,
	dri-devel, freedreno, Konrad Dybcio

SMEM allows the OS to retrieve information about the DDR memory.
Among that information, is a semi-magic value called 'HBB', or Highest
Bank address Bit, which multimedia drivers (for hardware like Adreno
and MDSS) must retrieve in order to program the IP blocks correctly.

This series introduces an API to retrieve that value, uses it in the
aforementioned programming sequences and exposes available DDR
frequencies in debugfs (to e.g. pass to aoss_qmp debugfs). More
information can be exposed in the future, as needed.

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
Changes in v2:
- Avoid checking for < 0 on unsigned types
- Overwrite Adreno UBWC data to keep the data shared with userspace
  coherent with what's programmed into the hardware
- Call get_hbb() in msm_mdss_enable() instead of all UBWC setup
  branches separately
- Pick up Bjorn's rb on patch 1
- Link to v1: https://lore.kernel.org/r/20250409-topic-smem_dramc-v1-0-94d505cd5593@oss.qualcomm.com

---
Konrad Dybcio (4):
      soc: qcom: Expose DDR data from SMEM
      drm/msm/a5xx: Get HBB dynamically, if available
      drm/msm/a6xx: Get HBB dynamically, if available
      drm/msm/mdss: Get HBB dynamically, if available

 drivers/gpu/drm/msm/adreno/a5xx_gpu.c |  12 +-
 drivers/gpu/drm/msm/adreno/a6xx_gpu.c |  15 +-
 drivers/gpu/drm/msm/msm_mdss.c        |  30 ++--
 drivers/soc/qcom/Makefile             |   3 +-
 drivers/soc/qcom/smem.c               |  14 +-
 drivers/soc/qcom/smem.h               |   9 ++
 drivers/soc/qcom/smem_dramc.c         | 287 ++++++++++++++++++++++++++++++++++
 include/linux/soc/qcom/smem.h         |   4 +
 8 files changed, 360 insertions(+), 14 deletions(-)
---
base-commit: 46086739de22d72319e37c37a134d32db52e1c5c
change-id: 20250409-topic-smem_dramc-6467187ac865

Best regards,
-- 
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>


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

end of thread, other threads:[~2025-04-25 19:16 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-10 17:43 [PATCH v2 0/4] Retrieve information about DDR from SMEM Konrad Dybcio
2025-04-10 17:43 ` [PATCH v2 1/4] soc: qcom: Expose DDR data " Konrad Dybcio
2025-04-10 17:43 ` [PATCH v2 2/4] drm/msm/a5xx: Get HBB dynamically, if available Konrad Dybcio
2025-04-10 17:43 ` [PATCH v2 3/4] drm/msm/a6xx: " Konrad Dybcio
2025-04-17  7:45   ` Akhil P Oommen
2025-04-17 15:32     ` Connor Abbott
2025-04-17 17:50       ` Akhil P Oommen
2025-04-18  1:10         ` Connor Abbott
2025-04-18 16:00           ` Akhil P Oommen
2025-04-21 20:13             ` Rob Clark
2025-04-22 23:57               ` Konrad Dybcio
2025-04-23  6:55                 ` Akhil P Oommen
2025-04-23 13:21                   ` Dmitry Baryshkov
2025-04-23 14:56                   ` Rob Clark
2025-04-23 15:07                     ` Konrad Dybcio
2025-04-23 14:55                 ` Rob Clark
2025-04-23 14:57                   ` Konrad Dybcio
2025-04-23 15:23                   ` Dmitry Baryshkov
2025-04-24 20:28                     ` Konrad Dybcio
2025-04-25 19:16                       ` Dmitry Baryshkov
2025-04-10 17:43 ` [PATCH v2 4/4] drm/msm/mdss: " Konrad Dybcio
2025-04-10 19:49 ` [PATCH v2 0/4] Retrieve information about DDR from SMEM Dmitry Baryshkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox