public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-28 08:45:10 to 2023-03-31 09:28:29 UTC [more...]

[PATCH 10/19] drm/i915/gem/i915_gem_ttm: Demote half-filled kerneldoc
 2023-03-31  9:26 UTC  (6+ messages)
` [PATCH 11/19] drm/i915/gem/i915_gem_ttm_move: Provide a couple of missing descriptions for 'num_pages' and 'ctx'
` [PATCH 12/19] drm/i915/gem/i915_gem_wait: Provide function name to validate the kerneldoc header
` [PATCH 13/19] drm/i915/gem/i915_gem_object: Demote non-kerneldoc header with no param descriptions
` [PATCH 16/19] drm/i915/i915_vma: Provide one missing param and demote another non-kerneldoc header
` [PATCH 18/19] drm/amd/amdgpu/sdma_v6_0: Demote a bunch of half-completed function headers

[PATCH v4 0/3] Improvements for OmniVision OV2685
 2023-03-31  9:18 UTC  (4+ messages)
` [PATCH v4 2/3] media: dt-bindings: ov2685: convert to dtschema

[PATCH] media: pvrusb2: clean up unneeded complexity in pvrusb2 class logic
 2023-03-31  9:04 UTC  (3+ messages)

[PATCH] media: ov8856: Do not check for for module version
 2023-03-31  8:49 UTC  (2+ messages)

[PATCH v4l-utils v1] v4l2-tracer: fix 'symbol mmap64/open64 is already defined' compile failure
 2023-03-31  8:27 UTC  (2+ messages)

[PATCH v7 0/4] media: camss: sm8250: Virtual channels support for SM8250
 2023-03-31  8:07 UTC  (7+ messages)

[GIT FIXES FOR 6.3] Fix ov5670 probe crash on ACPI
 2023-03-31  8:03 UTC  (2+ messages)
` [GIT FIXES FOR 6.3] Fix ov5670 probe crash on ACPI (#90947)

[PATCH v4l-utils v1] v4l2-tracer: fix trace path name creation
 2023-03-31  6:23 UTC  (2+ messages)

cron job: media_tree daily build: WARNINGS
 2023-03-31  2:41 UTC 

[PATCH v3] media: hantro: fix use after free bug in hantro_remove due to race condition
 2023-03-31  2:38 UTC  (2+ messages)

[PATCH v4 0/3] media: pci: intel: ivsc: Add driver of Intel Visual Sensing Controller(IVSC)
 2023-03-31  1:27 UTC  (4+ messages)
` [PATCH v4 1/3] media: pci: intel: ivsc: Add CSI submodule
` [PATCH v4 2/3] media: pci: intel: ivsc: Add ACE submodule
` [PATCH v4 3/3] ACPI: delay enumeration of devices with a _DEP pointing to IVSC device

[PATCH v4l-utils v1] meson: re-enable qv4l2 without Qt OpenGL support
 2023-03-30 20:01 UTC 

[PATCH v2 1/1] Documentation: v4l: Document rotation and orientation for sensor drivers
 2023-03-30 16:27 UTC  (4+ messages)

[PATCH v5 00/13] AV1 stateless decoder for RK3588
 2023-03-30 15:40 UTC  (14+ messages)
` [PATCH v5 01/13] dt-bindings: media: rockchip-vpu: Add rk3588 vpu compatible
` [PATCH v5 02/13] v4l2-common: Add support for fractional bpp
` [PATCH v5 03/13] media: Add NV12_10LE40_4L4 pixel format
` [PATCH v5 04/13] media: verisilicon: Get bit depth for V4L2_PIX_FMT_NV12_10LE40_4L4
` [PATCH v5 05/13] media: verisilicon: Add AV1 decoder mode and controls
` [PATCH v5 06/13] media: verisilicon: Check AV1 bitstreams bit depth
` [PATCH v5 07/13] media: verisilicon: Compute motion vectors size for AV1 frames
` [PATCH v5 08/13] media: verisilicon: Add AV1 entropy helpers
` [PATCH v5 09/13] media: verisilicon: Add Rockchip AV1 decoder
` [PATCH v5 10/13] media: verisilicon: Add film grain feature to AV1 driver
` [PATCH v5 11/13] media: verisilicon: Enable AV1 decoder on rk3588
` [PATCH v5 12/13] media: verisilicon: Conditionally ignore native formats
` [PATCH v5 13/13] media: AV1: Make sure that bit depth in correctly initialize

[PATCH] media: rcar-vin: Select correct interrupt mode for V4L2_FIELD_ALTERNATE
 2023-03-30 14:49 UTC  (2+ messages)

[PATCH v2 0/3] media: dt-bindings: media: Add bindings for video capture on R-Car V4H
 2023-03-30 14:47 UTC  (4+ messages)
` [PATCH v2 1/3] media: dt-bindings: media: renesas,isp: Add binding for V4H
` [PATCH v2 2/3] media: dt-bindings: media: renesas,csi2: "
` [PATCH v2 3/3] media: dt-bindings: media: renesas,vin: "

[PATCH] dma-buf/sync_file: Fix doc build warning
 2023-03-30 14:27 UTC 

[PATCH] media: staging: max96712: Add support for 3-lane C-PHY
 2023-03-30 14:21 UTC  (2+ messages)

[PATCH v2 1/1] media: ov5670: Fix probe on ACPI
 2023-03-30 13:23 UTC 

[PATCH 00/18] Separate links and async sub-devices
 2023-03-30 11:58 UTC  (19+ messages)
` [PATCH 01/18] media: v4l: async: Return async sub-devices to subnotifier list
` [PATCH 02/18] media: v4l: async: Add some debug prints
` [PATCH 03/18] media: v4l: async: Simplify async sub-device fwnode matching
` [PATCH 04/18] media: v4l: async: Make V4L2 async match information a struct
` [PATCH 05/18] media: v4l: async: Clean testing for duplicated async subdevs
` [PATCH 06/18] media: v4l: async: Only pass match information for async subdev validation
` [PATCH 07/18] media: v4l: async: Clean up list heads and entries
` [PATCH 08/18] media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection
` [PATCH 09/18] media: v4l: async: Differentiate connecting and creating sub-devices
` [PATCH 10/18] media: pxa_camera: Register V4L2 device early, fix probe error handling
` [PATCH 11/18] media: marvell: cafe: Register V4L2 device earlier
` [PATCH 12/18] media: am437x-vpfe: Register V4L2 device early
` [PATCH 13/18] media: omap3isp: Initialise V4L2 async notifier later
` [PATCH 14/18] media: xilinx-vipp: Init async notifier after registering V4L2 device
` [PATCH 15/18] media: davinci: "
` [PATCH 16/18] media: qcom: Initialise V4L2 async notifier later
` [PATCH 17/18] media: v4l: async: Set v4l2_device in async notifier init
` [PATCH 18/18] Documentation: media: Document sub-device notifiers

[PATCH 00/18] Venus QoL / maintainability fixes
 2023-03-30 11:15 UTC  (6+ messages)
` [PATCH 02/18] media: venus: Introduce VPU version distinction

[PATCH v4l-utils/stable-1.24 v1] ChangeLog: fix release 1.24.1 typo
 2023-03-30 10:54 UTC 

[syzbot] Monthly media report
 2023-03-30  9:59 UTC 

[PATCH 1/3] dma-buf/dma-buf.c: add a blank line between the two adjoining functions
 2023-03-30  8:49 UTC  (3+ messages)
` [PATCH 2/3] drm/drm_gem.c: remove surplus else after return clause
` [PATCH 3/3] drm/fbdev-generic: optimize out a redundant assignment clause

[PATCH v3 0/3] media: pci: intel: ivsc: Add driver of Intel Visual Sensing Controller(IVSC)
 2023-03-30  8:27 UTC  (20+ messages)
` [PATCH v3 1/3] media: pci: intel: ivsc: Add CSI submodule
` [PATCH v3 2/3] media: pci: intel: ivsc: Add ACE submodule

[PATCH v9 0/2] drm: add kms driver for loongson display controller
 2023-03-30  6:46 UTC  (5+ messages)
` [PATCH v9 1/2] MAINTAINERS: add maintainers for DRM LOONGSON driver
` [PATCH v9 2/2] drm: add kms driver for loongson display controller

[PATCH v4] venus: Enable sufficient sequence change support for sc7180 and fix for Decoder STOP command issue
 2023-03-30  4:34 UTC  (8+ messages)

cron job: media_tree daily build: WARNINGS
 2023-03-30  2:37 UTC 

[GIT PULL FOR v6.4] Venus updates
 2023-03-29 21:43 UTC  (2+ messages)
` [GIT PULL FOR v6.4] Venus updates (#90896)

Extremely long delay between CEC image-view-on an standby
 2023-03-29 19:56 UTC  (3+ messages)

[PATCH] media: usb: uvc: fill in description for unknown pixelformats
 2023-03-29 18:36 UTC  (4+ messages)

[PATCH 0/2] Align CCS driver behaviour regarding flipping and rotation
 2023-03-29 17:46 UTC  (6+ messages)
` [PATCH 1/2] media: ccs: Align flipping behaviour with other drivers
` [PATCH 2/2] media: ccs: Add V4L2 controls from properties

[PATCH 1/1] media: ov5670: Fix probe on ACPI
 2023-03-29 16:35 UTC  (2+ messages)

[PATCH v7 00/10] ACPI _CRS CSI-2 and MIPI DisCo for Imaging support
 2023-03-29 15:20 UTC  (26+ messages)
` [PATCH v7 01/10] ACPI: scan: Remove the second DSDT traversal
` [PATCH v7 02/10] ACPI: property: Parse data node string references in properties
` [PATCH v7 03/10] ACPI: property: Parse _CRS CSI-2 descriptor
` [PATCH v7 04/10] device property: Add SOFTWARE_NODE() macro for defining software nodes
` [PATCH v7 05/10] ACPI: property: Prepare generating swnodes for ACPI and DisCo for Imaging
` [PATCH v7 06/10] ACPI: scan: Generate software nodes based on MIPI "
` [PATCH v7 07/10] ACPI: property: Dig "rotation" property for devices with CSI2 _CRS
` [PATCH v7 08/10] ACPI: property: Rename parsed MIPI DisCo for Imaging properties
` [PATCH v7 09/10] ACPI: property: Skip MIPI property table without "mipi-img" prefix
` [PATCH v7 10/10] ACPI: property: Document _CRS CSI-2 and DisCo for Imaging support

[PATCH v7 00/13] CSI2RX support on J721E
 2023-03-29 15:17 UTC  (4+ messages)

[PATCH v8 00/10] ACPI _CRS CSI-2 and MIPI DisCo for Imaging support
 2023-03-29 14:39 UTC  (12+ messages)
` [PATCH v8 01/10] ACPI: scan: Remove the second DSDT traversal
` [PATCH v8 02/10] ACPI: property: Parse data node string references in properties
` [PATCH v8 03/10] ACPI: property: Parse _CRS CSI-2 descriptor
` [PATCH v8 04/10] device property: Add SOFTWARE_NODE() macro for defining software nodes
` [PATCH v8 05/10] ACPI: property: Prepare generating swnodes for ACPI and DisCo for Imaging
` [PATCH v8 06/10] ACPI: scan: Generate software nodes based on MIPI "
` [PATCH v8 07/10] ACPI: property: Dig "rotation" property for devices with CSI2 _CRS
` [PATCH v8 08/10] ACPI: property: Rename parsed MIPI DisCo for Imaging properties
` [PATCH v8 09/10] ACPI: property: Skip MIPI property table without "mipi-img" prefix
` [PATCH v8 10/10] ACPI: property: Document _CRS CSI-2 and DisCo for Imaging support

[regression] Bug 217252 - warning: v4l_enum_fmt+0x125a/0x1c20 - Unknown pixelformat 0x00000000
 2023-03-29 11:58 UTC  (3+ messages)

[RESEND PATCH v4 00/21] Add Tegra20 parallel video input capture
 2023-03-29 11:56 UTC  (4+ messages)
` [RESEND PATCH v4 03/21] staging: media: tegra-video: fix .vidioc_enum_fmt_vid_cap to return all formats

[PATCH] media: v4l2-core: v4l2-ioctl: Printing log with dev_warn() when the pixelformat is unknown
 2023-03-29 11:40 UTC  (3+ messages)

[PATCH v2] media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queue_setup
 2023-03-29  8:05 UTC 

[PATCH v8 0/2] drm: add kms driver for loongson display controller
 2023-03-29  2:26 UTC  (8+ messages)
` [PATCH v8 2/2] "

Build failed in Jenkins: linux-media #313
 2023-03-29  2:06 UTC 

[PATCH] media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queue_setup
 2023-03-28 17:54 UTC  (4+ messages)

[Patch v7] dt-bindings: media: s5p-mfc: convert bindings to json-schema
 2023-03-28 14:35 UTC  (2+ messages)

[PATCH v10 00/15] dma-fence: Deadline awareness
 2023-03-28 13:57 UTC  (3+ messages)
` [PATCH v10 07/15] dma-buf/sw_sync: Add fence deadline support

[PATCH 000/117] media: Convert to platform remove callback returning void
 2023-03-28 13:54 UTC  (3+ messages)
` [PATCH 051/117] media: rcar_drif: "

[PATCH 1/1] Documentation: v4l: Document rotation and orientation for sensor drivers
 2023-03-28 13:39 UTC 

[PATCH] media: dvb-usb: dw2102: Fix uninit-value in su3000_read_mac_address
 2023-03-28 12:44 UTC 

[Patch v7] dt-bindings: media: s5p-mfc: convert bindings to json-schema
 2023-03-28 11:27 UTC  (3+ messages)

[PATCH v6 00/10] ACPI _CRS CSI-2 and MIPI DisCo for Imaging support
 2023-03-28 10:01 UTC  (12+ messages)
` [PATCH v6 01/10] ACPI: scan: Remove the second DSDT traversal
` [PATCH v6 02/10] ACPI: property: Parse data node string references in properties
` [PATCH v6 03/10] ACPI: property: Parse _CRS CSI-2 descriptor
` [PATCH v6 04/10] device property: Add SOFTWARE_NODE() macro for defining software nodes
` [PATCH v6 05/10] ACPI: property: Prepare generating swnodes for ACPI and DisCo for Imaging
` [PATCH v6 06/10] ACPI: scan: Generate software nodes based on MIPI "
` [PATCH v6 06/10] ACPI: scan: Postpone creating devices with "mipi-img-port-" data nodes
` [PATCH v6 07/10] ACPI: property: Dig "rotation" property for devices with CSI2 _CRS
` [PATCH v6 08/10] ACPI: property: Rename parsed MIPI DisCo for Imaging properties
` [PATCH v6 09/10] ACPI: property: Skip MIPI property table without "mipi-img" prefix
` [PATCH v6 10/10] ACPI: property: Document _CRS CSI-2 and DisCo for Imaging support

[PATCH] media: vcodec: Fix potential array out-of-bounds in vb2ops_venc_queue_setup
 2023-03-28  9:26 UTC 

[PATCH 1/2] media: mediatek: vcodec: fix decoder disable pm crash
 2023-03-28  9:14 UTC  (2+ messages)
` [PATCH 2/2] media: mediatek: vcodec: add remove function for decoder platform driver

Backtrace in media_pipeline_stop with bcm2835-unicam
 2023-03-28  8:59 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