linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-07 01:36:57 to 2022-05-11 15:53:59 UTC [more...]

[PATCH v3 0/3] Enable JPEG Encoder on RK3566/RK3568
 2022-05-11 15:53 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: media: rockchip-vpu: Add RK3568 VEPU compatible
` [PATCH v3 2/3] media: hantro: Add support for RK356x encoder

[PATCH] EDAC: Fix some refcount leaks
 2022-05-11 14:33 UTC 

[PATCH] media: imx214: Fix the error handling in imx214_probe()
 2022-05-11 14:09 UTC  (4+ messages)

[PATCH 00/50] staging: media: imx: Prepare destaging of imx7-media-csi
 2022-05-11 13:36 UTC  (61+ messages)
` [PATCH 01/50] staging: media: imx: imx7-media-csi: Initialize locks early on
` [PATCH 02/50] staging: media: imx: imx7-media-csi: Split imx_media_dev from probe()
  ` [PATCH v1.1 "
` [PATCH 03/50] staging: media: imx: imx7-media-csi: Import notifier helpers
` [PATCH 04/50] staging: media: imx: imx7-media-csi: Drop duplicate link creation
` [PATCH 05/50] staging: media: imx: imx7-media-csi: Drop the imx_media notifier
` [PATCH 06/50] staging: media: imx: imx7-media-csi: Move misc init out of probe()
  ` [PATCH v1.1 "
` [PATCH 07/50] staging: media: imx: imx7-media-csi: Don't populate vdev lists
` [PATCH 08/50] staging: media: imx: imx7-media-csi: Drop unused frame_interval
` [PATCH 09/50] staging: media: imx: imx7-media-csi: Move format init to probe time
` [PATCH 10/50] staging: media: imx: imx7-media-csi: Remove imx_media_of_add_csi
` [PATCH 11/50] staging: media: imx: imx7-media-csi: Import video device helpers
` [PATCH 12/50] staging: media: imx: imx7-media-csi: Drop legacy video device support
` [PATCH 13/50] staging: media: imx: imx7-media-csi: Drop unused controls support
` [PATCH 14/50] staging: media: imx: imx7-media-csi: Reorganize imx7_csi structure
` [PATCH 15/50] staging: media: imx: imx7-media-csi: Fold capture_priv into imx7_csi
` [PATCH 16/50] staging: media: imx: imx7-media-csi: Ensure consistent function prefix
` [PATCH 17/50] staging: media: imx: imx7-media-csi: Don't set subdev group id
` [PATCH 18/50] staging: media: imx: imx7-media-csi: Import imx_media_dev_init() helper
` [PATCH 19/50] staging: media: imx: imx7-media-csi: Embed imx_media_dev in imx7_csi
` [PATCH 20/50] staging: media: imx: imx7-media-csi: Drop imx_media_add_video_device call
` [PATCH 21/50] staging: media: imx: imx7-media-csi: Don't initialize unused fields
` [PATCH 22/50] staging: media: imx: imx7-media-csi: Inline imx_media_pipeline_pad()
` [PATCH 23/50] staging: media: imx: imx7-media-csi: Import imx_media_pipeline_set_stream()
` [PATCH 24/50] staging: media: imx: imx7-media-csi: Avoid unnecessary casts
` [PATCH 25/50] staging: media: imx: imx7-media-csi: Inline pipeline start/stop
` [PATCH 26/50] staging: media: imx: imx7-media-csi: Fold imx_media_dev into imx7_csi
` [PATCH 27/50] staging: media: imx: imx7-media-csi: Decouple from imx_media_buffer
` [PATCH 28/50] staging: media: imx: imx7-media-csi: Fold imx_media_video_dev into imx7_csi
` [PATCH 29/50] staging: media: imx: imx7-media-csi: Store imx7_csi in drv data
` [PATCH 30/50] staging: media: imx: imx7-media-csi: Decouple from imx_media_dma_buf
` [PATCH 31/50] staging: media: imx: imx7-media-csi: Decouple from shared macros
` [PATCH 32/50] staging: media: imx: imx7-media-csi: Drop error message on alloc failure
` [PATCH 33/50] staging: media: imx: imx7-media-csi: Import format helpers
` [PATCH 34/50] staging: media: imx: imx7-media-csi: Replace ipu_color_space with bool yuv field
` [PATCH 35/50] staging: media: imx: imx7-media-csi: Drop IC support from imx7_csi_try_colorimetry()
` [PATCH 36/50] staging: media: imx: imx7-media-csi: Drop IPU-only formats
` [PATCH 37/50] staging: media: imx: imx7-media-csi: Drop unsupported YUV and RGB formats
` [PATCH 38/50] staging: media: imx: imx7-media-csi: Make default formats consistent
` [PATCH 39/50] staging: media: imx: imx7-media-csi: Define macro for default mbus code
` [PATCH 40/50] staging: media: imx: imx7-media-csi: Simplify default mbus code in try_fmt
` [PATCH 41/50] staging: media: imx: imx7-media-csi: Drop YUV/RGB/BAYER format selectors
` [PATCH 42/50] staging: media: imx: imx7-media-csi: Drop unneeded imx7_csi_pixfmt fields
` [PATCH 43/50] staging: media: imx: imx7-media-csi: Inline imx7_csi_init_mbus_fmt()
` [PATCH 44/50] staging: media: imx: imx7-media-csi: Simplify default format in try_fmt
` [PATCH 45/50] staging: media: imx: imx7-media-csi: Fix list of supported formats
` [PATCH 46/50] staging: media: imx: imx7-media-csi: Add V4L2_PIX_FMT_Y14 support
` [PATCH 47/50] staging: media: imx: imx7-media-csi: Drop unneeded pixel format validation
` [PATCH 48/50] staging: media: imx: imx7-media-csi: Inline imx7_csi_enum_pixel_formats()
` [PATCH 49/50] staging: media: imx: imx7-media-csi: Drop V4L2 events support
` [PATCH 50/50] staging: media: imx: imx7-media-csi: Drop usage of shared helpers
` (EXT) [PATCH 00/50] staging: media: imx: Prepare destaging of imx7-media-csi

[PATCH v7 0/6] Proposal for a GPU cgroup controller
 2022-05-11 13:21 UTC  (5+ messages)
` [PATCH v7 3/6] dmabuf: heaps: export system_heap buffers with GPU cgroup charging
` [PATCH v7 4/6] dmabuf: Add gpu cgroup charge transfer function
` [PATCH v7 5/6] binder: Add flags to relinquish ownership of fds

[RFC] media: renesas: vsp1: Add VSPD underrun detection & tracing
 2022-05-11 11:12 UTC  (2+ messages)

[PATCH v6 00/14] CSI2RX support on J721E
 2022-05-11  9:54 UTC  (4+ messages)
` [PATCH v6 11/14] media: ti: Add CSI2RX support for J721E

[PATCH] media: platform: Add moli to the match table
 2022-05-11  8:54 UTC 

[GIT PULL FOR v5.19] Various CEC fixes for 5.19
 2022-05-11  7:39 UTC  (2+ messages)
` [GIT PULL FOR v5.19] Various CEC fixes for 5.19 (#83098)

[PATCH V2] dmabuf: ensure unique directory name for dmabuf stats
 2022-05-11  7:03 UTC  (8+ messages)

[PATCH] media: davinci: vpif: add missing of_node_put() in vpif_probe()
 2022-05-11  6:55 UTC 

Video4Linux: Call an I2C subdev function to start a stream after a CSI2 driver has been started
 2022-05-11  4:16 UTC  (5+ messages)

Build failed in Jenkins: libcamera #841
 2022-05-10 19:34 UTC  (5+ messages)
` Build failed in Jenkins: libcamera #842
  ` Build failed in Jenkins: libcamera #843
    ` Build failed in Jenkins: libcamera #844
      ` Jenkins build is back to normal : libcamera #845

[GIT PULL FOR v5.19] imon fixes
 2022-05-10 16:55 UTC  (2+ messages)
` [GIT PULL FOR v5.19] imon fixes (#83092)

[RFC PATCH v2] media: Add AV1 uAPI
 2022-05-10 16:30 UTC  (3+ messages)

[PATCH v2] UPSTREAM: media: ov8856: skip OTP read in non-zero ACPI D state
 2022-05-10 15:12 UTC 

[PATCH 0/7] CEC framework fixes
 2022-05-10 15:00 UTC  (8+ messages)
` [PATCH 1/7] cec-pin: disabling the adapter cannot call kthread_stop
` [PATCH 2/7] cec-pin: don't zero work_pin_num_events in adap_enable
` [PATCH 3/7] cec-adap.c: don't unconfigure if already unconfigured
` [PATCH 4/7] cec-adap.c: stop trying LAs on CEC_TX_STATUS_TIMEOUT
` [PATCH 5/7] cec-adap.c: fix is_configuring state
` [PATCH 6/7] cec-adap.c: reconfigure if the PA changes during configuration
` [PATCH 7/7] cec-adap: drop activate_cnt, use state info instead

[PATCH] media: TDA1997x: Fix the error handling in tda1997x_probe()
 2022-05-10 13:41 UTC 

[PATCH v3 1/4] media: dt-bindings: ov5675: document YAML binding
 2022-05-10 13:42 UTC  (8+ messages)
` [PATCH v3 2/4] media: ov5675: add device-tree support and support runtime PM
` [PATCH v3 3/4] media: i2c: ov5675: parse and register V4L2 device tree properties
` [PATCH v3 4/4] media: i2c: ov5675: add .get_selection support

[PATCH] dmabuf: ensure unique directory name for dmabuf stats
 2022-05-10 12:52 UTC  (8+ messages)
      ` [Linaro-mm-sig] "

[PATCH v1] UPSTREAM: media: ov8856: skip OTP read in non-zero ACPI D state
 2022-05-10  9:36 UTC  (2+ messages)

[PATCH] dma-buf: call dma_buf_stats_setup after dmabuf is in valid list
 2022-05-10  9:31 UTC  (4+ messages)

cron job: media_tree daily build: WARNINGS
 2022-05-10  5:12 UTC 

[PATCH] media: camss: csid: fix wrong size passed to devm_kmalloc_array()
 2022-05-10  1:19 UTC  (2+ messages)

[PATCH v2] media: atmel: atmel-isc: Fix PM disable depth imbalance in atmel_isc_probe
 2022-05-09 19:13 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/4] media: dt-bindings: qcom,sdm660-camss: document interconnects
 2022-05-09 14:47 UTC  (4+ messages)
` [PATCH 2/4] arm64: dts: qcom: sdm630: order clocks according to bindings
` [PATCH 3/4] arm64: dts: qcom: sdm630: order regs "
` [PATCH 4/4] arm64: dts: qcom: sdm630: order interrupts "

Tackling the indefinite/user DMA fence problem
 2022-05-09 14:10 UTC  (4+ messages)

[PATCH] media: camss: csid: fix wrong size passed to devm_kmalloc_array()
 2022-05-09 14:04 UTC 

[GIT PULL FOR v5.19] smatch fixes
 2022-05-09 13:19 UTC  (2+ messages)
` [GIT PULL FOR v5.19] smatch fixes (#83013)

[PATCH v2 4/8] drivers: use new capable_or functionality
 2022-05-09 10:46 UTC  (3+ messages)

[PATCH v2 0/3] Enable JPEG Encoder on RK3566/RK3568
 2022-05-09 10:41 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: media: rockchip-vpu: Add RK3568 VEPU compatible
` [PATCH v2 2/3] media: hantro: Add support for RK356x encoder

[PATCH 0/7] Various smatch fixes
 2022-05-09 10:29 UTC  (13+ messages)
` [PATCH 1/7] v4l2-subdev.c: kvmalloc_array -> kvcalloc
` [PATCH 2/7] v4l2-ctls-core.c: "
` [PATCH 3/7] videobuf2-dma-sg.c: "
` [PATCH 4/7] cx25821: request_irq -> devm_request_irq
` [PATCH 5/7] ccs-core.c: fix failure to call clk_disable_unprepare
` [PATCH 6/7] s5k6a3: add missing clk_disable_unprepare
` [PATCH 7/7] uvc_v4l2.c: avoid using iterator used outside loop

[GIT PULL FOR v5.19] Various fixes/enhancements
 2022-05-09 10:18 UTC  (2+ messages)
` [GIT PULL FOR v5.19] Various fixes/enhancements (#83007)

[PATCH v2] media: Add P010LE video format
 2022-05-09  9:38 UTC  (2+ messages)

[PATCH v11, 00/17] media: mtk-vcodec: support for M8192 decoder
 2022-05-09  8:34 UTC  (3+ messages)
` [PATCH v11, 13/17] media: mediatek: vcodec: Extract H264 common code

Build failed in Jenkins: media-build #3890
 2022-05-09  7:53 UTC  (2+ messages)
` Jenkins build is back to normal : media-build #3891

[PATCH] media: amphion: G/S_PARM only for encoder's output queue
 2022-05-09  7:52 UTC 

[PATCH v6 00/28] media: ov5640: Rework the clock tree programming for MIPI
 2022-05-09  6:45 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2022-05-09  4:49 UTC 

Build failed in Jenkins: media_stage_clang #449
 2022-05-08  6:14 UTC  (4+ messages)
` Build failed in Jenkins: media_stage_clang #450
  ` Build failed in Jenkins: media_stage_clang #451
  ` Jenkins build is back to normal : media_stage_clang #452

[GIT PULL FOR v5.19] Misc fixes and enhancements
 2022-05-07 21:49 UTC  (2+ messages)
` [GIT PULL FOR v5.19] Misc fixes and enhancements (#82999)

[PATCH] media: v4l: vsp1: Fix offset calculation for plane cropping
 2022-05-07 21:16 UTC  (6+ messages)

[PATCH] media: tuners: mxl5005s: make array static const, reduces object code size
 2022-05-07 18:03 UTC 

[PATCH RFT/RFC v2 00/47] staging: media: bring back zoran driver
 2022-05-07 16:11 UTC  (2+ messages)
    ` [PATCH RFT/RFC v2 01/47] staging: media: Revert "media: zoran: remove deprecated driver"

[PATCH] media: ov2640: Drop legacy includes
 2022-05-07 12:57 UTC 

[PATCH] media: i2c: isl7998x: Use right include
 2022-05-07 12:54 UTC 

[PATCH v2 1/3] media: dt-bindings: ov5675: document YAML binding
 2022-05-07 12:00 UTC  (4+ messages)

[PATCH v2 0/4] drm/nvdla: Add driver support for NVDLA
 2022-05-07  9:05 UTC  (6+ messages)

cron job: media_tree daily build: ERRORS
 2022-05-07  5:13 UTC 

[PATCH v2] media: mediatek: vcodec: add vp9 decoder driver for mt8186
 2022-05-07  2:29 UTC 

[PATCH v5, 0/7] support mt8195 decoder
 2022-05-07  1:46 UTC  (8+ messages)
` [PATCH v5, 1/7] dt-bindings: media: mediatek: vcodec: Adds decoder dt-bindings for lat soc
` [PATCH v5, 2/7] media: mediatek: vcodec: Add to support lat soc hardware
` [PATCH v5, 3/7] dt-bindings: media: mediatek: vcodec: Adds decoder dt-bindings for mt8195
` [PATCH v5, 4/7] media: mediatek: vcodec: Adds compatible "
` [PATCH v5, 5/7] media: mediatek: vcodec: Different codec using different capture format
` [PATCH v5, 6/7] media: mediatek: vcodec: prevent kernel crash when scp ipi timeout
` [PATCH v5, 7/7] media: mediatek: vcodec: Add to support H264 inner racing mode

[PATCH v3, 0/3] add h264 decoder driver for mt8186
 2022-05-07  1:36 UTC  (2+ messages)
` [PATCH v3, 3/3] media: mediatek: vcodec: "


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