linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-26 10:45:52 to 2023-05-30 11:52:35 UTC [more...]

[PATCH 00/21] media: atomisp: Use selection API info to determine sensor padding
 2023-05-30 11:51 UTC  (36+ messages)
` [PATCH 01/21] media: atomisp: Update TODO
` [PATCH 02/21] media: atomisp: ov2680: s/ov2680_device/ov2680_dev/
` [PATCH 03/21] media: atomisp: ov2680: s/input_lock/lock/
` [PATCH 04/21] media: atomisp: ov2680: Add missing ov2680_calc_mode() call to probe()
` [PATCH 05/21] media: atomisp: ov2680: Add init_cfg pad-op
` [PATCH 06/21] media: atomisp: ov2680: Implement selection support
` [PATCH 07/21] media: atomisp: Remove a bunch of sensor related custom IOCTLs
` [PATCH 08/21] media: atomisp: Remove redundant atomisp_subdev_set_selection() calls from atomisp_set_fmt()
` [PATCH 09/21] media: atomisp: Simplify atomisp_subdev_set_selection() calls in atomisp_set_fmt()
` [PATCH 10/21] media: atomisp: Add target validation to atomisp_subdev_set_selection()
` [PATCH 11/21] media: atomisp: Remove bogus fh use from atomisp_set_fmt*()
` [PATCH 12/21] media: atomisp: Add input helper variable for isp->asd->inputs[asd->input_curr]
` [PATCH 13/21] media: atomisp: Add ia_css_frame_pad_width() helper function
` [PATCH 14/21] media: atomisp: Refactor atomisp_try_fmt() / atomisp_set_fmt()
` [PATCH 15/21] media: atomisp: Add support for sensors which implement selection API / cropping
` [PATCH 16/21] media: atomisp: Pass MEDIA_BUS_FMT_* code when calling enum_frame_size pad-op
` [PATCH 17/21] media: atomisp: Make atomisp_init_sensor() check if the sensor supports binning
` [PATCH 18/21] media: atomisp: Use selection API info to determine sensor padding
` [PATCH 19/21] media: atomisp: Set crop before setting fmt
` [PATCH 20/21] media: atomisp: Add enum_framesizes function for sensors with selection / crop support
` [PATCH 21/21] media: atomisp: csi2-bridge: Set PMC clk-rate for sensors to 19.2 MHz

[GIT PULL FOR v6.5] Add AV1 stateless decoder support
 2023-05-30 10:40 UTC 

[PATCH v5,0/8] media: mediatek: vcodec: Add debugfs file for decode and encode
 2023-05-30 10:33 UTC  (14+ messages)
` [PATCH v5,3/8] media: mediatek: vcodec: Add a debugfs file to get different useful information
` [PATCH v5,4/8] media: mediatek: vcodec: Get each context resolution information
` [PATCH v5,5/8] media: mediatek: vcodec: Get each instance format type
` [PATCH v5,8/8] media: mediatek: vcodec: Add dbgfs help function

[PATCH 1/1] media: tc358746: Address compiler warnings
 2023-05-30 10:21 UTC 

[PATCH] media: Fix resource leaks in of_find_device_by_node
 2023-05-30 10:17 UTC 

[PATCH 1/3] platform/x86: int3472: Avoid crash in unregistering regulator gpio
 2023-05-30 10:12 UTC  (2+ messages)

[PATCH] media: Fix resource leaks in for_each_child_of_node() loops
 2023-05-30  9:45 UTC 

[GIT FIXES FOR 6.4] V4L2 fixes for 6.4
 2023-05-30  9:23 UTC  (2+ messages)
` [GIT FIXES FOR 6.4] V4L2 fixes for 6.4 (#92225)

[PATCH] media: Revert "media: exynos4-is: Remove dependency on obsolete SoC support"
 2023-05-30  8:23 UTC  (2+ messages)

[PATCH v6] media: mtk-vpu: Ensure alignment of 8 for DTCM buffer
 2023-05-30  8:16 UTC  (3+ messages)

[PATCH v2 0/3] media: rc: meson-ir: support MMIO regmaps to access registers
 2023-05-30  7:57 UTC  (8+ messages)
` [PATCH v2 1/3] media: rc: meson-ir: sort Meson IR Controller register macros
` [PATCH v2 2/3] media: rc: meson-ir: rename "
` [PATCH v2 3/3] media: rc: meson-ir: support MMIO regmaps to access registers

[v11] media: mediatek: vcodec: support stateless AV1 decoder
 2023-05-30  7:55 UTC 

[RESEND 0/6] media: mediatek: Update video decoder nodes for MT8195 and MT8192
 2023-05-30  7:28 UTC  (3+ messages)

[PATCH 1/2] media: imx-jpeg: Support to assign slot for encoder/decoder
 2023-05-30  7:16 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: imx8-ss-img: Assign slot for imx jpeg encoder/decoder

[RESEND PATCH v3 00/32] Separate links and async sub-devices
 2023-05-30  6:22 UTC  (48+ messages)
` [RESEND PATCH v3 01/32] media: v4l: async: Drop v4l2_async_nf_parse_fwnode_endpoints()
` [RESEND PATCH v3 02/32] media: Documentation: v4l: Document missing async subdev function
` [RESEND PATCH v3 03/32] media: xilinx-vipp: Clean up bound async notifier callback
` [RESEND PATCH v3 04/32] media: omap3isp: Don't check for the sub-device's notifier
` [RESEND PATCH v3 05/32] media: v4l: async: Add some debug prints
` [RESEND PATCH v3 06/32] media: v4l: async: Clean up testing for duplicate async subdevs
` [RESEND PATCH v3 07/32] media: v4l: async: Drop unneeded list entry initialisation
` [RESEND PATCH v3 08/32] media: v4l: async: Don't check whether asd is NULL in validity check
` [RESEND PATCH v3 09/32] media: v4l: async: Make V4L2 async match information a struct
` [RESEND PATCH v3 10/32] media: v4l: async: Rename V4L2_ASYNC_MATCH_ macros, add TYPE_
` [RESEND PATCH v3 11/32] media: v4l: async: Only pass match information for async subdev validation
` [RESEND PATCH v3 12/32] media: v4l: async: Clean up list heads and entries
` [RESEND PATCH v3 13/32] media: v4l: async: Simplify async sub-device fwnode matching
` [RESEND PATCH v3 14/32] media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection
` [RESEND PATCH v3 15/32] media: v4l: async: Clean up error handling in v4l2_async_match_notify
` [RESEND PATCH v3 16/32] media: v4l: async: Drop duplicate handling when adding connections
` [RESEND PATCH v3 17/32] media: v4l: async: Rework internal lists
` [RESEND PATCH v3 23/32] media: pxa_camera: Fix probe error handling
` [RESEND PATCH v3 24/32] media: pxa_camera: Register V4L2 device early
` [RESEND PATCH v3 25/32] media: marvell: cafe: Register V4L2 device earlier
` [RESEND PATCH v3 31/32] media: v4l: async: Set v4l2_device in async notifier init
` [RESEND PATCH v3 32/32] media: Documentation: v4l: Document sub-device notifiers

[PATCH] media: atomisp: move the sanity checks before variable dereferences
 2023-05-30  1:11 UTC  (3+ messages)

[PATCH v4 0/6] Move dma-buf mmap() reservation locking down to exporters
 2023-05-29 22:39 UTC  (7+ messages)
` [PATCH v4 1/6] media: videobuf2: Don't assert held reservation lock for dma-buf mmapping
` [PATCH v4 2/6] dma-buf/heaps: "
` [PATCH v4 3/6] udmabuf: "
` [PATCH v4 4/6] drm: "
` [PATCH v4 5/6] dma-buf: Change locking policy for mmap()
` [PATCH v4 6/6] drm/shmem-helper: Switch to reservation lock

[PATCH v3 0/6] Move dma-buf mmap() reservation locking down to exporters
 2023-05-29 22:05 UTC  (4+ messages)
` [PATCH v3 6/6] drm/shmem-helper: Switch to reservation lock

[PATCH v2] media: hi846: fix usage of pm_runtime_get_if_in_use()
 2023-05-29 20:40 UTC  (4+ messages)

[PATCH] media: venus: firmware: Use of_reserved_mem_lookup()
 2023-05-29 18:43 UTC  (3+ messages)

[PATCH v2 0/2] media: i2c: Add support for alvium camera
 2023-05-29 13:26 UTC  (17+ messages)
` [PATCH v2 1/2] media: dt-bindings: alvium: add document YAML binding
` [PATCH v2 2/2] media: i2c: Add support for alvium camera

[PATCH v2] media: ov08x40: Fix hblank out of range issue
 2023-05-29 11:10 UTC 

[PATCH v5 01/11] i2c: Enhance i2c_new_ancillary_device API
 2023-05-29  9:00 UTC  (3+ messages)

[PATCH v5 0/7] v4l-utils: Support multiplexed streams
 2023-05-29  8:50 UTC  (8+ messages)
` [PATCH v5 1/7] v4l2-ctl: Add routing and streams support
` [PATCH v5 2/7] media-ctl: Add support for routes and streams
` [PATCH v5 3/7] v4l2-ctl/compliance: Add routing and streams multiplexed streams
` [PATCH v5 4/7] v4l2-ctl/compliance: Add simple routing test
` [PATCH v5 5/7] media-ctl: Check for Streams API support
` [PATCH v5 6/7] utils/common: Set V4L2_SUBDEV_CLIENT_CAP_STREAMS for subdevs
` [PATCH v5 7/7] v4l2-ctl: Check for Streams API support

[PATCH v4 0/8] v4l-utils: Support multiplexed streams
 2023-05-29  8:14 UTC  (10+ messages)
` [PATCH v4 1/8] v4l2-ctl: Add routing and streams support
` [PATCH v4 2/8] media-ctl: Add support for routes and streams

[PATCH] media: v4l2-core: Fix a potential resource leak in v4l2_fwnode_parse_link()
 2023-05-29  6:17 UTC 

[PATCH] media: dvb-usb: m920x: Fix a potential memory leak in m920x_i2c_xfer()
 2023-05-29  5:58 UTC 

[PATCH] media: dvb_ringbuffer: Return -EFAULT if copy fails
 2023-05-29  1:54 UTC  (6+ messages)

Missing MIPI IPU6 camera driver for Intel Alder Lake laptops
 2023-05-28 21:13 UTC  (7+ messages)

[PATCH] smsdvb-debugfs.c: Fix error checking for debugfs_create_file
 2023-05-28 15:12 UTC  (3+ messages)

[PATCH] media: atomisp: Fix buffer overrun in gmin_get_var_int()
 2023-05-28 13:23 UTC  (5+ messages)

[PATCH v3 00/17] Venus QoL / maintainability fixes
 2023-05-27 16:48 UTC  (4+ messages)
` [PATCH v3 12/17] media: venus: firmware: Correct IS_V6() checks

[PATCH] drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctl
 2023-05-27 16:12 UTC  (3+ messages)

[PATCH v2 0/5] media: atomisp: Add support for v4l2-async sensor registration
 2023-05-27 15:54 UTC  (7+ messages)
` [PATCH v2 1/5] "

[PATCH v2 0/3] media: camss: Link CAMSS power domain on MSM8996
 2023-05-27 15:52 UTC  (22+ messages)
` [PATCH v2 1/3] dt-bindings: media: camss: qcom,msm8996-camss: Add CAMSS power domain
` [PATCH v2 2/3] arm64: dts: qcom: msm8996: Add CAMSS power domain and power-domain-names to CAMSS
` [PATCH v2 3/3] media: camss: Link CAMSS power domain

[bug report] media: atomisp: remove some trivial wrappers from compat css20
 2023-05-27 15:49 UTC  (2+ messages)

[PATCH] media: atomisp: gmin_platform: fix out_len in gmin_get_config_dsm_var()
 2023-05-27 15:48 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2023-05-27  2:42 UTC 

[PATCH][next] media: pci: cx18-av-vbi: Replace one-element array with flexible-array member
 2023-05-26 17:43 UTC  (2+ messages)

[PATCH] media: Switch i2c drivers back to use .probe()
 2023-05-26 15:45 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/7] Add a DRM driver to support AI Processing Unit (APU)
 2023-05-26 15:45 UTC  (9+ messages)
` [PATCH 5/7] drm/apu: allow platform driver to implement their own mmap function

[PATCHv4] media: venus: provide ctx queue lock for ioctl synchronization
 2023-05-26 15:40 UTC  (3+ messages)

[ANN] Media Summit June 26th: Please let me know if you will attend
 2023-05-26 12:38 UTC  (2+ messages)

[v10] media: mediatek: vcodec: support stateless AV1 decoder
 2023-05-26 12:04 UTC  (2+ messages)

[bug report] media: atomisp_gmin_platform: stop abusing efivar API
 2023-05-26 11:54 UTC 

[PATCH 1/4] media: ov13b10: support new ACPI HID 'OVTI13B1'
 2023-05-26 11:41 UTC  (5+ messages)
` [PATCH 3/4] media: ov13b10: add PM control support based on power resources

[PATCH 0/2] media: i2c: Add support for alvium camera
 2023-05-26 11:26 UTC  (3+ messages)
` [PATCH 1/2] media: dt-bindings: alvium: add document YAML binding

[PATCH 0/4] Support HDMI CEC on Qualcomm SoCs
 2023-05-26 10:48 UTC  (5+ messages)
` [PATCH 2/4] drm/msm: add hdmi cec support


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