linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-16 21:36:11 to 2025-10-19 12:37:43 UTC [more...]

[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
 2025-10-19 12:37 UTC  (35+ messages)
` [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH v2 02/27 5.10.y] btrfs: remove duplicated in_range() macro
` [PATCH v2 03/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH v2 04/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH v2 05/27 5.10.y] minmax: add in_range() macro
` [PATCH v2 06/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH v2 07/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 08/27 5.10.y] minmax: fix header inclusions
` [PATCH v2 09/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH v2 10/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 11/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH v2 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 14/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 15/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 22/27 5.10.y] minmax.h: update some comments
` [PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once

[RFC PATCH 0/3] Introduce iommu-map-masked for platform devices
 2025-10-19 12:13 UTC  (11+ messages)

[PATCH 1/2] media: iris: sort out common register definitions
 2025-10-19  7:59 UTC  (2+ messages)
  ` [PATCH 2/2] media: iris: move more common register definitions to the header

[PATCH v4 0/6] media: iris: port support for Qualcomm SC7280
 2025-10-19  7:56 UTC  (7+ messages)
` [PATCH v4 1/6] media: iris: turn platform caps into constants
` [PATCH v4 2/6] media: iris: turn platform data "
` [PATCH v4 3/6] media: iris: stop encoding PIPE value into fw_caps
` [PATCH v4 4/6] media: iris: remove duplicateion between generic gen2 data and qcs8300
` [PATCH v4 5/6] media: iris: rename sm8250 platform file to gen1
` [PATCH v4 6/6] media: iris: enable support for SC7280 platform

[linuxtv-media-pending:next] BUILD SUCCESS 8652359fc004cbadbf0e95692c1472caac6260c2
 2025-10-19  7:50 UTC 

[PATCH v4 0/2] media: add Himax HM1246 image sensor
 2025-10-18 20:30 UTC  (4+ messages)
` [PATCH v4 1/2] media: dt-bindings: i2c: "
` [PATCH v4 2/2] media: i2c: add Himax HM1246 image sensor driver

[PATCH] dt-bindings: Fix inconsistent quoting
 2025-10-18 19:05 UTC  (3+ messages)

[PATCH] media: videobuf2: forbid create_bufs/remove_bufs when legacy fileio is active
 2025-10-18 18:34 UTC 

[PATCH v8 0/5] dma-buf: heaps: Create a CMA heap for each CMA reserved region
 2025-10-18 16:03 UTC  (3+ messages)

[PATCH v2 0/8] media: iris: add support for video codecs on Qcom kaanapali platform
 2025-10-18 15:58 UTC  (11+ messages)
` [PATCH v2 1/8] media: dt-bindings: qcom-kaanapali-iris: Add kaanapali video codec binding
` [PATCH v2 2/8] media: iris: Add support for multiple clock sources
` [PATCH v2 3/8] media: iris: Add support for multiple TZ content protection(CP) configs
` [PATCH v2 4/8] media: iris: Introduce buffer size calculations for vpu4
` [PATCH v2 5/8] media: iris: Move vpu register defines to common header file
` [PATCH v2 6/8] media: iris: Move vpu35 specific api to common to use for vpu4
` [PATCH v2 7/8] media: iris: Introduce vpu ops for vpu4 with necessary hooks
` [PATCH v2 8/8] media: iris: Add platform data for kaanapali

[PATCH 00/23] Fix media uAPI cross references
 2025-10-18 10:53 UTC  (3+ messages)

[linuxtv-media-pending:next] BUILD SUCCESS 1fdb55ed40fa5ebe6934bd6b93036c714ebb5ef8
 2025-10-18 10:18 UTC 

[PATCH v3] media: v4l2-ctrls: add full AV1 profile validation in validate_av1_sequence()
 2025-10-18  9:21 UTC  (6+ messages)

[PATCH v5 0/2] accel: Add Arm Ethos-U NPU
 2025-10-18  7:42 UTC  (8+ messages)
` [PATCH v5 2/2] accel: Add Arm Ethos-U NPU driver

[PATCH 0/8] media: iris: add support for video codecs on Qcom kaanapali platform
 2025-10-18  6:55 UTC  (4+ messages)
  ` [PATCH 8/8] media: iris: Add platform data for kaanapali

[RFC PATCH] dma-fence: Remove 64-bit flag
 2025-10-17 21:28 UTC  (2+ messages)

[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-17 23:40 UTC  (21+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v5 4/9] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v5 8/9] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions

[Jenkins] media.git_drivers_build #438: build failed for x86_64 allyesconfig x86_64 allmodconfig x86_64 no PM
 2025-10-17 21:19 UTC  (2+ messages)
` [Jenkins] media.git_drivers_build #439: "

[PATCH v2 0/5] Enable support for AV1 stateful decoder
 2025-10-17 20:02 UTC  (8+ messages)
` [PATCH v2 1/5] media: uapi: videodev2: Add "
` [PATCH v2 2/5] media: v4l2: Add description for V4L2_PIX_FMT_AV1 in v4l_fill_fmtdesc()
` [PATCH v2 3/5] media: iris: Add support for AV1 format in iris decoder
` [PATCH v2 4/5] media: iris: Define AV1-specific platform capabilities and properties
` [PATCH v2 5/5] media: iris: Add internal buffer calculation for AV1 decoder

[GIT PULL v2 FOR 6.19] Media CODEC Fixes 2025-10-17
 2025-10-17 18:34 UTC  (3+ messages)

[GIT PULL FOR 6.19]
 2025-10-17 16:59 UTC  (2+ messages)

[PATCH v3 1/2] media: dt-bindings: nxp,imx8-jpeg: Document optional SRAM support
 2025-10-17 15:58 UTC  (2+ messages)
` [PATCH v3 2/2] media: imx-jpeg: Add support for descriptor allocation from SRAM

[RFC 0/8] dma-buf: Add support for mapping dmabufs via interconnects
 2025-10-17 15:58 UTC  (3+ messages)
` [RFC 2/8] dma-buf: Add a helper to match interconnects between exporter/importer

[PATCH 0/2] media: i2c: imx219: Fix regressions introduced by 1x2/2x1 binning
 2025-10-17 14:59 UTC  (6+ messages)
` [PATCH 1/2] media: i2c: imx219: Fix 1920x1080 mode to use 1:1 pixel aspect ratio
` [PATCH 2/2] media: i2c: imx219: Simplify imx219_get_binning() function

[PATCH 1/3] drm/sched: Remove out of place resubmit docu
 2025-10-17 13:47 UTC  (3+ messages)
` [PATCH 2/3] drm/sched: Add TODO file with first entry
` [PATCH 3/3] drm/sched: Add TODO entry for missing runqueue locks

[PATCH 00/14] media: omap3isp: v4l2-compliance fixes
 2025-10-17 13:26 UTC  (15+ messages)
` [PATCH 01/14] media: omap3isp: configure entity functions
` [PATCH 02/14] media: omap3isp: add V4L2_CAP_IO_MC and don't set bus_info
` [PATCH 03/14] media: omap3isp: isp_video_mbus_to_pix/pix_to_mbus fixes
` [PATCH 04/14] media: omap3isp: implement enum_fmt_vid_cap/out
` [PATCH 05/14] media: omap3isp: use V4L2_COLORSPACE_SRGB instead of _JPEG
` [PATCH 06/14] media: omap3isp: set initial format
` [PATCH 07/14] media: omap3isp: rework isp_video_try/set_format
` [PATCH 08/14] media: omap3isp: implement create/prepare_bufs
` [PATCH 09/14] media: omap3isp: better VIDIOC_G/S_PARM handling
` [PATCH 10/14] media: omap3isp: support ctrl events for isppreview
` [PATCH 11/14] media: omap3isp: ispccp2: always clamp in ccp2_try_format()
` [PATCH 12/14] media: omap3isp: isppreview: always clamp in preview_try_format()
` [PATCH 13/14] DO NOT MERGE: media: omap3isp: change default resolution to 864x648
` [PATCH 14/14] DO NOT MERGE: omap3-beagle-xm.dts: add Leopard Imaging li5m03 support

[PATCH v4 3/9] rust: helpers: Add bindings/wrappers for dma_resv_lock
 2025-10-17 13:23 UTC  (2+ messages)

*** Urgent Change ***
 2025-10-17 12:45 UTC 

[PATCH] media: qcom: camss: Enable setting the rate to camnoc_rt_axi clock
 2025-10-17 11:41 UTC  (8+ messages)

[PATCH] media: venus: drop bogus probe deferrals
 2025-10-17 11:40 UTC  (2+ messages)

[PATCH v2] drm/sched: Add warning for removing hack in drm_sched_fini()
 2025-10-17 11:25 UTC 

[PATCH v2 0/6] media: qcom: camss: Add Kaanapali support
 2025-10-17 10:55 UTC  (19+ messages)
` [PATCH v2 2/6] dt-bindings: media: camss: Add qcom,kaanapali-camss binding
` [PATCH v2 4/6] media: qcom: camss: csiphy: Add support for v2.4.0 two-phase CSIPHY
` [PATCH v2 5/6] media: qcom: camss: csid: Add support for CSID 1080
` [PATCH v2 6/6] media: qcom: camss: vfe: Add support for VFE 1080

[PATCH] media: qcom: camss: drop unused module alias
 2025-10-17  9:56 UTC  (3+ messages)

[PATCH v1 0/4] media: qcom: iris: encoder feature enhancements
 2025-10-17  9:55 UTC  (8+ messages)
  ` [PATCH v1 1/4] media: qcom: iris: Add support for scale and improve format alignment
  ` [PATCH v1 2/4] media: qcom: iris: Add rotation support for encoder

[PATCH v4 0/7] Add AMD ISP4 driver
 2025-10-17  9:53 UTC  (7+ messages)
` [PATCH v4 5/7] media: platform: amd: isp4 video node and buffers handling added

[PATCH v8 00/20] Add GCE support for MT8196
 2025-10-17  6:44 UTC  (21+ messages)
` [PATCH v8 01/20] arm64: dts: mediatek: Add GCE header "
` [PATCH v8 02/20] mailbox: mtk-cmdq: Refine DMA address handling for the command buffer
` [PATCH v8 03/20] mailbox: mtk-cmdq: Add cmdq private data to cmdq_pkt for generating instruction
` [PATCH v8 04/20] soc: mediatek: mtk-cmdq: Add cmdq_get_mbox_priv() in cmdq_pkt_create()
` [PATCH v8 05/20] soc: mediatek: mtk-cmdq: Add cmdq_pkt_jump_rel_temp() for removing shift_pa
` [PATCH v8 06/20] mailbox: mtk-cmdq: Add GCE hardware virtualization configuration
` [PATCH v8 07/20] mailbox: mtk-cmdq: Add mminfra_offset configuration for DRAM transaction
` [PATCH v8 08/20] mailbox: mtk-cmdq: Add driver data to support for MT8196
` [PATCH v8 09/20] soc: mediatek: mtk-cmdq: Add pa_base parsing for hardware without subsys ID support
` [PATCH v8 10/20] soc: mediatek: mtk-cmdq: Extend cmdq_pkt_write API for SoCs without subsys ID
` [PATCH v8 11/20] soc: mediatek: mtk-cmdq: Add mminfra_offset adjustment for DRAM addresses
` [PATCH v8 12/20] soc: mediatek: Use reg_write function pointer for subsys ID compatibility
` [PATCH v8 13/20] drm/mediatek:Use "
` [PATCH v8 14/20] media: platform: mtk-mdp3: Refactor CMDQ writes for CMDQ API change
` [PATCH v8 15/20] media: platform: mtk-mdp3: Change cmdq_pkt_jump_rel() to cmdq_pkt_jump_rel_temp()
` [PATCH v8 16/20] soc: mediatek: mtk-cmdq: Remove shift_pa parameter from cmdq_pkt_jump()
` [PATCH v8 17/20] media: platform: mtk-mdp3: Use cmdq_pkt_jump_rel() without shift_pa
` [PATCH v8 18/20] soc: mediatek: mtk-cmdq: Remove cmdq_pkt_jump() and cmdq_pkt_jump_rel_temp()
` [PATCH v8 19/20] soc: mediatek: mtk-cmdq: Remove cmdq_pkt_write() and cmdq_pkt_write_mask()
` [PATCH v8 20/20] mailbox: mtk-cmdq: Remove unsued cmdq_get_shift_pa()

[PATCH] media: venus: drop unused module aliases
 2025-10-17  6:18 UTC  (2+ messages)

[PATCH] media: ir-hix5hd2: drop unused module alias
 2025-10-17  6:06 UTC 

[PATCH 1/2] media: exynos4-is: fimc-is: drop unused module alias
 2025-10-17  6:02 UTC  (2+ messages)
` [PATCH 2/2] media: exynos4-is: fimc-lite: "

[PATCH 1/3] media: imx-mipi-csis: drop unused module alias
 2025-10-17  6:00 UTC  (3+ messages)
` [PATCH 2/3] media: imx7-media-csi: "
` [PATCH 3/3] media: imx8mq-mipi-csi2: "

[PATCH 1/2] media: vpif_capture: fix section mismatch
 2025-10-17  5:33 UTC  (2+ messages)
` [PATCH 2/2] media: vpif_display: "

[PATCH V4 0/4] Add support for TI VIP
 2025-10-17  5:23 UTC  (4+ messages)
` [PATCH V4 4/4] media: ti: vpe: Add the VIP driver

[PATCH 00/32] media: Use %pe format specifier
 2025-10-17  5:18 UTC  (3+ messages)
` [PATCH 01/32] Input: cyttsp5 - "

[PATCH v5 0/3] media: qcom: camss: Add LeMans and Monaco camss TPG support
 2025-10-17  5:06 UTC  (4+ messages)
` [PATCH v5 1/3] media: qcom: camss: Add common "
` [PATCH v5 2/3] media: qcom: camss: Add link support for TPG
` [PATCH v5 3/3] media: qcom: camss: tpg: Add TPG support for LeMans and Monaco

[PATCH v7 00/16] media: cadence,ti: CSI2RX Multistream Support
 2025-10-17  4:53 UTC  (4+ messages)
` [PATCH v7 01/16] media: ti: j721e-csi2rx: Remove word size alignment on frame width

[PATCH v3 0/4] media: qcom: camss: Add Qualcomm SM8650 CAMSS support
 2025-10-17  3:11 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: media: Describe Qualcomm SM8650 CAMSS IP
` [PATCH v3 2/4] media: qcom: camss: Add Qualcomm SM8650 CAMSS support
` [PATCH v3 3/4] media: qcom: camss: Add CSIPHY 2.2.0 lane configuration for SM8650
` [PATCH v3 4/4] arm64: dts: qcom: sm8650: Add CAMSS device tree node


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).