linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-02 07:54:44 to 2025-10-03 13:08:47 UTC [more...]

[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-03 13:00 UTC  (18+ messages)
` [PATCH v2 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v2 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v2 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v2 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v2 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 14/19 5.15.y] minmax.h: update some comments
` [PATCH v2 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones

[PATCH v2 12/27] media: v4l2-subdev: Introduce v4l2 subdev context
 2025-10-03 12:21 UTC  (7+ messages)

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-03 11:33 UTC  (63+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
` [PATCH v17 03/47] dept: add single event dependency tracker APIs
` [PATCH v17 04/47] dept: add lock "
` [PATCH v17 05/47] dept: tie to lockdep and IRQ tracing
` [PATCH v17 06/47] dept: add proc knobs to show stats and dependency graph
` [PATCH v17 07/47] dept: distinguish each kernel context from another
` [PATCH v17 08/47] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 10/47] dept: distinguish each work from another
` [PATCH v17 11/47] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v17 12/47] dept: record the latest one out of consecutive waits of the same class
` [PATCH v17 13/47] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v17 14/47] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v17 15/47] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v17 16/47] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v17 17/47] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v17 18/47] dept: track timeout waits separately with a new Kconfig
` [PATCH v17 19/47] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v17 20/47] dept: apply timeout consideration to swait
` [PATCH v17 21/47] dept: apply timeout consideration to waitqueue wait
` [PATCH v17 22/47] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v17 23/47] dept: apply timeout consideration to dma fence wait
` [PATCH v17 24/47] dept: make dept able to work with an external wgen
` [PATCH v17 25/47] dept: track PG_locked with dept
` [PATCH v17 26/47] dept: print staged wait's stacktrace on report
` [PATCH v17 27/47] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 29/47] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v17 30/47] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v17 31/47] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v17 32/47] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v17 33/47] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v17 34/47] dept: make dept stop from working on debug_locks_off()
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v17 36/47] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v17 37/47] completion, dept: introduce init_completion_dmap() API
` [PATCH v17 38/47] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v17 39/47] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v17 40/47] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v17 41/47] dept: implement a basic unit test for dept
` [PATCH v17 42/47] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v17 43/47] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v17 45/47] dept: track PG_writeback with dept
` [PATCH v17 46/47] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v17 47/47] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

[PATCH 0/4] Add support for Dongwoon Anatech DW9800K driver
 2025-10-03 11:03 UTC  (14+ messages)
` [PATCH 1/4] dt-bindings: media: i2c: dw9719: Document DW9800K
` [PATCH 2/4] media: i2c: dw9719: Add DW9800K support
` [PATCH 3/4] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable CCI pull-up
` [PATCH 4/4] arm64: dts: qcom: qcm6490-fairphone-fp5: Add UW cam actuator

[PATCH 00/26] media: Add support for multi-context operations
 2025-10-03  7:49 UTC  (6+ messages)
` [PATCH 06/26] media: v4l2-ioctl: Introduce VIDIOC_BIND_CONTEXT

[PATCH v11 00/66] Generic line based metadata support, internal pads
 2025-10-03  7:10 UTC  (9+ messages)
` [PATCH v11 39/66] media: Documentation: Add subdev configuration models, raw sensor model

[sailus-media-tree:container-of] BUILD SUCCESS e7d9d7690bdf60c1c0c4eb71d4522be887781396
 2025-10-03  4:18 UTC 

qcom: vpu: fix the firmware binary name for qcm6490
 2025-10-03  1:01 UTC  (11+ messages)

[PATCH 0/5] Enable support for AV1 stateful decoder
 2025-10-02 22:32 UTC  (11+ messages)
` [PATCH 1/5] media: uapi: videodev2: Add "
` [PATCH 2/5] media: v4l2: Add description for V4L2_PIX_FMT_AV1 in v4l_fill_fmtdesc()
  ` [PATCH 5/5] media: iris: Add internal buffer calculation for AV1 decoder

[PATCH v3] media: rkisp1: Improve frame sequence correctness on stats and params buffers
 2025-10-02 21:44 UTC  (2+ messages)

Build failed in Jenkins: libcamera #1493
 2025-10-02 21:18 UTC  (3+ messages)
` Build failed in Jenkins: libcamera #1494
  ` Build failed in Jenkins: libcamera #1495

[PATCH 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-02 20:47 UTC  (20+ messages)
` [PATCH 01/19 5.15.y] minmax: add in_range() macro
` [PATCH 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 07/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 08/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 09/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 5.15.y] minmax.h: update some comments
` [PATCH 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once

[PATCH 0/4] Remove the wl1273 FM Radio
 2025-10-02 20:32 UTC  (9+ messages)

[GIT PULL for v6.18] media updates
 2025-10-02 20:26 UTC  (2+ messages)

[PATCH v12 0/9] TEE subsystem for protected dma-buf allocations
 2025-10-02 19:45 UTC  (9+ messages)
` [PATCH v12 2/9] dma-buf: dma-heap: export declared functions
` [PATCH v12 3/9] tee: implement protected DMA-heap

[PATCH v3 00/22] tegra-video: add CSI support for Tegra20 and Tegra30
 2025-10-02 17:49 UTC  (4+ messages)
` [PATCH v3 22/22] staging: media: "

[PATCH 5.10] gpu/i915: fix error return in mmap_offset_attach()
 2025-10-02 16:59 UTC  (4+ messages)

[PATCH] media: nxp: imx8-isi: Check whether pad is non-NULL before access
 2025-10-02 16:30 UTC  (5+ messages)

arm64: dts: qcom: qrb2210-rb1: Add Qualcomm RB1 Vision kit
 2025-10-02 15:59 UTC  (4+ messages)
` [PATCH v2 1/3] media: i2c: ov9282: Fix reset-gpio logical state

[sailus-media-tree:metadata] BUILD SUCCESS 9d456633245d013e7f9213f26a9f465cdb902861
 2025-10-02 15:56 UTC 

[PATCH v2] media: synopsys: hdmirx: Detect broken interrupt
 2025-10-02 15:50 UTC  (3+ messages)

[PATCH 0/8] media: iris: add support for video codecs on Qcom kaanapali platform
 2025-10-02 15:29 UTC  (25+ messages)
` [PATCH 1/8] media: dt-bindings: qcom-kaanapali-iris: Add kaanapali video codec binding
` [PATCH 5/8] media: iris: Move vpu register defines to common header file
` [PATCH 7/8] media: iris: Introduce vpu ops for vpu4 with necessary hooks
  ` [PATCH 2/8] media: iris: Add support for multiple clock sources
  ` [PATCH 4/8] media: iris: Introduce buffer size calculations for vpu4
  ` [PATCH 8/8] media: iris: Add platform data for kaanapali

[PATCH] media: rzg2l-cru: rework rzg2l_cru_fill_hw_slot()
 2025-10-02 15:07 UTC  (4+ messages)

[PATCH v1] media: synopsys: hdmirx: Detect broken interrupt
 2025-10-02 13:56 UTC  (4+ messages)

[PATCH v5 0/3] Add Input Video Control Block driver for RZ/V2H
 2025-10-02 10:53 UTC  (5+ messages)
` [PATCH v5 1/3] dt-bindings: media: Add bindings for the RZ/V2H(P) IVC block
` [PATCH v5 2/3] media: platform: Add Renesas Input Video Control block driver
` [PATCH v5 3/3] MAINTAINERS: Add entry for rzv2h-ivc driver

[PATCH v12 00/15] Add Arm Mali-C55 Image Signal Processor Driver
 2025-10-02 10:51 UTC  (17+ messages)
` [PATCH v12 01/15] media: uapi: Add MEDIA_BUS_FMT_RGB202020_1X60 format code
` [PATCH v12 02/15] media: uapi: Add 20-bit bayer formats
` [PATCH v12 03/15] dt-bindings: media: Add bindings for ARM mali-c55
` [PATCH v12 04/15] media: uapi: Add controls for Mali-C55 ISP
` [PATCH v12 05/15] media: mali-c55: Add Mali-C55 ISP driver
` [PATCH v12 06/15] media: Documentation: Add Mali-C55 ISP Documentation
` [PATCH v12 07/15] MAINTAINERS: Add entry for mali-c55 driver
` [PATCH v12 08/15] media: Add MALI_C55_3A_STATS meta format
` [PATCH v12 09/15] media: uapi: Add 3a stats buffer for mali-c55
` [PATCH v12 10/15] media: platform: Add mali-c55 3a stats devnode
` [PATCH v12 11/15] Documentation: mali-c55: Add Statistics documentation
` [PATCH v12 12/15] media: mali-c55: Add image formats for Mali-C55 parameters buffer
` [PATCH v12 13/15] media: uapi: Add parameters structs to mali-c55-config.h
` [PATCH v12 14/15] media: platform: Add mali-c55 parameters video node
` [PATCH v12 15/15] Documentation: mali-c55: Document the mali-c55 parameter setting

[PATCH 0/3] Switch to container_of_const() in macros
 2025-10-02 10:45 UTC  (6+ messages)
` [PATCH 1/3] media: v4l2-subdev: Make media_entity_to_v4l2_subdev() const-aware
` [PATCH 2/3] media: v4l2-dev: Make macros to obtain containers const-aware
` [PATCH 3/3] media: mc: "
` [PATCH 3/3] media: v4l2-dev: "

[PATCH v2] media: rkisp1: Improve frame sequence correctness on stats and params buffers
 2025-10-02  9:49 UTC  (4+ messages)

[PATCH 3/5] media: iris: Add support for AV1 format in iris decoder
 2025-10-02  8:57 UTC  (2+ messages)

[PATCH v5 0/8] media: Introduce V4L2 generic ISP support
 2025-10-02  8:17 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).