The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/2] media: rppx1: parameters block fixes
@ 2026-08-17 10:45 Linmao Li
  2026-08-17 10:45 ` [PATCH 1/2] media: rppx1: handle the MAIN_POST white balance gains block Linmao Li
  2026-08-17 10:45 ` [PATCH 2/2] media: rppx1: bls: read the raw pattern from the PRE2 acquisition module Linmao Li
  0 siblings, 2 replies; 10+ messages in thread
From: Linmao Li @ 2026-08-17 10:45 UTC (permalink / raw)
  To: Jacopo Mondi, Jai Luthra, Niklas Söderlund
  Cc: Mauro Carvalho Chehab, Sakari Ailus, linux-media, linux-kernel,
	Linmao Li

Fix two issues in the RPP-X1 parameters path.

Patch 1 adds the missing type entry and dispatch for the MAIN_POST
white balance gains block. Without them, userspace cannot configure
the module. The zero-sized block this hole exposes in the common
validator is handled by a pending v4l2-isp patch.

Patch 2 fixes the Bayer pattern source used by PRE2 black level
compensation. The PRE2 path is not enabled yet, so this is a latent
fix.

The series is based on media-committers next at 31152f5b0f87.

Compile tested with allmodconfig. W=1 builds of drivers/media/v4l2-core,
drivers/media/platform/dreamchip and
drivers/media/platform/renesas/rcar-isp were clean before and after the
series. I have no RPP-X1 hardware, so neither patch is runtime tested.

Linmao Li (2):
  media: rppx1: handle the MAIN_POST white balance gains block
  media: rppx1: bls: read the raw pattern from the PRE2 acquisition
    module

 drivers/media/platform/dreamchip/rppx1/rpp_params.c | 4 ++++
 drivers/media/platform/dreamchip/rppx1/rppx1_bls.c  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

-- 
2.25.1


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

end of thread, other threads:[~2026-08-18  8:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-17 10:45 [PATCH 0/2] media: rppx1: parameters block fixes Linmao Li
2026-08-17 10:45 ` [PATCH 1/2] media: rppx1: handle the MAIN_POST white balance gains block Linmao Li
2026-08-17 15:49   ` Niklas Söderlund
2026-08-17 16:00     ` Jacopo Mondi
2026-08-17 10:45 ` [PATCH 2/2] media: rppx1: bls: read the raw pattern from the PRE2 acquisition module Linmao Li
2026-08-17 17:14   ` Niklas Söderlund
2026-08-18  6:25     ` Jacopo Mondi
2026-08-18  8:20       ` Niklas Söderlund
2026-08-18  8:41         ` Jacopo Mondi
2026-08-18  8:46           ` Niklas Söderlund

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