linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-14 17:15:27 to 2020-02-19 17:38:46 UTC [more...]

[PATCH v5 0/6] media: rockchip: Add the rkvdec driver
 2020-02-19 17:37 UTC  (7+ messages)
` [PATCH v5 1/6] media: uapi: h264: Add DPB entry field reference flags
` [PATCH v5 2/6] media: v4l2-core: Add helpers to build the H264 P/B0/B1 reflists
` [PATCH v5 3/6] media: hantro: h264: Use the generic H264 reflist builder
` [PATCH v5 4/6] media: dt-bindings: rockchip: Document RK3399 Video Decoder bindings
` [PATCH v5 5/6] media: rkvdec: Add the rkvdec driver
` [PATCH v5 6/6] arm64: dts: rockchip: rk3399: Define the rockchip Video Decoder node

[PATCH] [RFC] media: rcar-vin: don't wait for stop state on clock lane during start of CSI2
 2020-02-19 17:24 UTC  (2+ messages)

[PATCH] media: venus: support frame rate control
 2020-02-19 16:37 UTC  (6+ messages)

[RFC PATCH v3 0/6] Add Tegra driver for video capture
 2020-02-19 16:22 UTC  (20+ messages)
` [RFC PATCH v3 1/6] dt-bindings: clock: tegra: Add clk id for CSI TPG clock
` [RFC PATCH v3 2/6] clk: tegra: Add Tegra210 CSI TPG clock gate
` [RFC PATCH v3 3/6] dt-binding: tegra: Add VI and CSI bindings
` [RFC PATCH v3 4/6] media: tegra: Add Tegra210 Video input driver
` [RFC PATCH v3 5/6] MAINTAINERS: Add Tegra Video driver section
` [RFC PATCH v3 6/6] arm64: tegra: Add Tegra VI CSI support in device tree

[PATCH 00/18] media: allegro: fixes and new features
 2020-02-19 15:41 UTC  (20+ messages)
` [PATCH 01/18] media: allegro: print message on mcu error
` [PATCH 02/18] media: allegro: fail encoding only on actual errors
` [PATCH 03/18] media: allegro: fix type of gop_length in channel_create message
` [PATCH 04/18] media: allegro: remove unknown39 field from create_channel
` [PATCH 05/18] media: allegro: start a GOP with an IDR frame
` [PATCH 06/18] media: allegro: fix calculation of CPB size
` [PATCH 07/18] media: allegro: fix reset if WAKEUP has not been set properly
` [PATCH 08/18] media: allegro: extract mcu and codec address calculation
` [PATCH 09/18] media: allegro: warn if response message has an unexpected size
` [PATCH 10/18] media: allegro: skip filler data if possible
` [PATCH 11/18] media: allegro: make frame rate configurable
` [PATCH 12/18] media: allegro: make QP configurable
` [PATCH 13/18] media: allegro: read bitrate mode directly from control
` [PATCH 14/18] media: allegro: handle dependency of bitrate and bitrate_peak
` [PATCH 15/18] media: allegro: verify source and destination buffer in VCU response
` [PATCH 16/18] media: allegro: pass buffers through firmware
` [PATCH 17/18] media: allegro: move mail definitions to separate file
` [PATCH 18/18] media: allegro: create new struct for channel parameters

[PATCH v4] media: v4l2-core: fix a use-after-free bug of sd->devnode
 2020-02-19 15:25 UTC 

[PATCH v5 0/3] add videostrong kii pro keymap
 2020-02-19 14:11 UTC  (7+ messages)
` [PATCH v5 1/3] media: rc: add keymap for Videostrong KII Pro
` [PATCH v5 2/3] dt-bindings: media: add new kii pro key map
` [PATCH v5 3/3] arm64: dts: amlogic: add rc-videostrong-kii-pro keymap

[PATCH v5 0/5] media: meson: vdec: Add VP9 decoding support
 2020-02-19 14:09 UTC  (6+ messages)
` [PATCH v5 1/5] media: meson: vdec: align stride on 32 bytes
` [PATCH v5 2/5] media: meson: vdec: add helpers for lossless framebuffer compression buffers
` [PATCH v5 3/5] media: meson: vdec: add common HEVC decoder support
` [PATCH v5 4/5] media: meson: vdec: add VP9 input support
` [PATCH v5 5/5] media: meson: vdec: add VP9 decoder support

[PATCH v6 0/4] media: meson: vdec: Add compliant H264 support
 2020-02-19 14:01 UTC  (5+ messages)
` [PATCH v6 1/4] media: v4l2-mem2mem: handle draining, stopped and next-buf-is-last states
` [PATCH v6 2/4] media: vicodec: use v4l2-mem2mem draining, stopped and next-buf-is-last states handling
` [PATCH v6 3/4] media: meson: vdec: bring up to compliance
` [PATCH v6 4/4] media: meson: vdec: add H.264 decoding support

[Query] : DT: Adding mezzanine board
 2020-02-19 13:56 UTC  (5+ messages)

[PATCH 1/7] dma-buf: add dynamic DMA-buf handling v15
 2020-02-19 12:59 UTC  (7+ messages)
` [PATCH 2/7] drm/ttm: remove the backing store if no placement is given
` [PATCH 3/7] drm/amdgpu: use allowed_domains for exported DMA-bufs
` [PATCH 4/7] drm/amdgpu: add amdgpu_dma_buf_pin/unpin v2
` [PATCH 5/7] drm/amdgpu: implement amdgpu_gem_prime_move_notify v2
` [PATCH 6/7] dma-buf: drop dynamic_mapping flag
` [PATCH 7/7] dma-buf: make move_notify mandatory if importer_ops are provided

[GIT PULL for 5.7] Smiapp driver cleanups, omap3isp fix
 2020-02-19 10:44 UTC  (2+ messages)

[RFC] V4L HDR Architecture Proposal
 2020-02-19 10:41 UTC  (10+ messages)

[GIT PULL for 5.7] Sensor driver patches
 2020-02-19 10:32 UTC  (2+ messages)

[PATCH v5 0/4] media: meson: vdec: Add compliant H264 support
 2020-02-19  9:59 UTC  (4+ messages)
` [PATCH v5 1/4] media: v4l2-mem2mem: handle draining, stopped and next-buf-is-last states

[RFC][PATCHv2 00/12] Implement V4L2_BUF_FLAG_NO_CACHE_* flags
 2020-02-19  9:11 UTC  (28+ messages)
` [RFC][PATCHv2 01/12] videobuf2: add cache management members
` [RFC][PATCHv2 02/12] videobuf2: handle V4L2 buffer cache flags
` [RFC][PATCHv2 03/12] videobuf2: add V4L2_FLAG_MEMORY_NON_CONSISTENT flag
` [RFC][PATCHv2 05/12] videobuf2: handle "
` [RFC][PATCHv2 09/12] videobuf2: let user-space know if driver supports cache hints
` [RFC][PATCHv2 11/12] videobuf2: add begin/end cpu_access callbacks to dma-sg

[PATCH 0/2] Support virtio cross-device resources
 2020-02-19  8:06 UTC  (3+ messages)
` [PATCH 1/2] virtio: add dma-buf support for exported objects
` [PATCH 2/2] drm/virtio: Support virtgpu exported resources

RFC: Unpinned DMA-buf handling
 2020-02-19  6:42 UTC  (13+ messages)
` [PATCH 1/5] dma-buf: add dynamic DMA-buf handling v14
` [PATCH 2/5] drm/ttm: remove the backing store if no placement is given
` [PATCH 3/5] drm/amdgpu: use allowed_domains for exported DMA-bufs
` [PATCH 4/5] drm/amdgpu: add amdgpu_dma_buf_pin/unpin v2
` [PATCH 5/5] drm/amdgpu: implement amdgpu_gem_prime_move_notify v2

cron job: media_tree daily build: ERRORS
 2020-02-19  4:57 UTC 

[PATCH v2 0/1] Virtio Video V4L2 driver
 2020-02-18 20:27 UTC  (2+ messages)
` [PATCH v2 1/1] video_video: Add the "

[PATCH v7 00/13] arm/arm64: mediatek: Fix mmsys device probing
 2020-02-18 20:31 UTC  (3+ messages)
` [PATCH v7 02/13] dt-bindings: display: mediatek: Add mmsys binding description

[PATCH v3] media: venus: add support for selection rectangles
 2020-02-18 19:14 UTC  (2+ messages)

[PATCH] dma-buf: free dmabuf->name in dma_buf_release()
 2020-02-18 18:41 UTC  (2+ messages)

[GIT PULL for 5.6] Sensor, V4L2 fwnode and ImgU driver patches
 2020-02-18 17:20 UTC  (3+ messages)

RFC: Unpinned DMA-buf handling
 2020-02-18 14:14 UTC  (5+ messages)
` [PATCH 1/5] dma-buf: add dynamic DMA-buf handling v14

14-bit pixel/media bus formats for i.MX8QM/QXP CSI
 2020-02-18 13:04 UTC  (7+ messages)

linux-next: Tree for Feb 18 (drivers/staging/media/rkisp1/)
 2020-02-18 12:49 UTC  (2+ messages)

[PATCH] media: staging: rkisp1: remove serialization item in the TODO file
 2020-02-18 12:22 UTC  (3+ messages)

[PATCH v11 00/15] TVP5150 Features and fixes
 2020-02-18 12:18 UTC  (5+ messages)
` [PATCH v11 04/15] media: v4l2-fwnode: add initial connector parsing support

pull request: linux-firmware: Update Mediatek MT8173 VPU firmware
 2020-02-18 10:03 UTC  (2+ messages)
` [PATCH] mediatek: update MT8173 VPU firmware to v1.1.4

[PATCH 0/2] fix fwnode API usage and remove v4l2_mbus_config field
 2020-02-17 20:26 UTC  (4+ messages)
` [PATCH 1/2] media: staging: rkisp1: remove mbus field from rkisp1_sensor_async
` [PATCH 2/2] media: staging: rkisp1: replace the call to v4l2_async_notifier_parse_fwnode_endpoints_by_port

[PATCH] media: staging: rkisp1: destroy subdevs' mutexes when unregistering
 2020-02-17 20:03 UTC  (2+ messages)

Multiple activve jobs with the V4L2 request i/f?
 2020-02-17 15:25 UTC  (3+ messages)

[PATCH] videobuf2-dma-contig.c: remove spurious 'b' in message
 2020-02-17 14:21 UTC 

[PATCH] [PATCH] venus: core: remove CNOC voting while device suspend
 2020-02-17 12:01 UTC 

[PATCH] dma-buf: Fix a typo in Kconfig
 2020-02-17  9:27 UTC  (2+ messages)

[PATCH v4l-utils] Fix build failure on s390x
 2020-02-16  9:18 UTC 

[RESEND PATCH v3 00/17] media: imx: Create media links in bound notifiers
 2020-02-15 19:41 UTC  (18+ messages)
` [RESEND PATCH v3 01/17] media: entity: Pass entity to get_fwnode_pad operation
` [RESEND PATCH v3 02/17] media: v4l2-fwnode: Pass notifier to v4l2_async_register_fwnode_subdev()
` [RESEND PATCH v3 03/17] media: imx: csi: Implement get_fwnode_pad op
` [RESEND PATCH v3 04/17] media: imx: mipi csi-2: "
` [RESEND PATCH v3 05/17] media: video-mux: "
` [RESEND PATCH v3 06/17] media: imx: Add imx_media_create_fwnode_pad_link()
` [RESEND PATCH v3 07/17] media: video-mux: Create media links in bound notifier
` [RESEND PATCH v3 08/17] media: imx: mipi csi-2: "
` [RESEND PATCH v3 09/17] media: imx7-mipi-csis: "
` [RESEND PATCH v3 10/17] media: imx7-media-csi: "
` [RESEND PATCH v3 11/17] media: imx: csi: Embed notifier in struct csi_priv
` [RESEND PATCH v3 12/17] media: imx: csi: Add missing notifier unregister/cleanup
` [RESEND PATCH v3 13/17] media: imx: csi: Create media links in bound notifier
` [RESEND PATCH v3 14/17] media: imx: csi: Lookup upstream endpoint with imx_media_get_pad_fwnode
` [RESEND PATCH v3 15/17] media: imx: Create missing links from CSI-2 receiver
` [RESEND PATCH v3 16/17] media: imx: silence a couple debug messages
` [RESEND PATCH v3 17/17] media: imx: TODO: Remove media link creation todos

[PATCH v5] media: dvb_dummy_tuner: implement driver skeleton
 2020-02-15 15:15 UTC  (3+ messages)

cron job: media_tree daily build: ERRORS
 2020-02-15  5:00 UTC 

[PATCH] Update dvb-t scan files for Ireland (ie-*)
 2020-02-14 23:26 UTC 

[PATCH AUTOSEL 5.5 018/542] media: i2c: adv748x: Fix unsafe macros
 2020-02-14 15:47 UTC  (8+ messages)
` [PATCH AUTOSEL 5.5 019/542] media: meson: add missing allocation failure check on new_buf
` [PATCH AUTOSEL 5.5 043/542] media: sun4i-csi: Deal with DRAM offset
` [PATCH AUTOSEL 5.5 046/542] media: sun4i-csi: Fix [HV]sync polarity handling
` [PATCH AUTOSEL 5.5 055/542] media: sti: bdisp: fix a possible sleep-in-atomic-context bug in bdisp_device_run()
` [PATCH AUTOSEL 5.5 204/542] media: cx23885: Add support for AVerMedia CE310B
` [PATCH AUTOSEL 5.5 210/542] media: v4l2-device.h: Explicitly compare grp{id,mask} to zero in v4l2_device macros
` [PATCH AUTOSEL 5.5 447/542] media: uvcvideo: Add a quirk to force GEO GC6500 Camera bits-per-pixel value

[PATCH AUTOSEL 5.4 014/459] media: i2c: adv748x: Fix unsafe macros
 2020-02-14 15:57 UTC  (8+ messages)
` [PATCH AUTOSEL 5.4 015/459] media: meson: add missing allocation failure check on new_buf
` [PATCH AUTOSEL 5.4 037/459] media: sun4i-csi: Deal with DRAM offset
` [PATCH AUTOSEL 5.4 038/459] media: sun4i-csi: Fix data sampling polarity handling
` [PATCH AUTOSEL 5.4 040/459] media: sun4i-csi: Fix [HV]sync "
` [PATCH AUTOSEL 5.4 048/459] media: sti: bdisp: fix a possible sleep-in-atomic-context bug in bdisp_device_run()
` [PATCH AUTOSEL 5.4 178/459] media: cx23885: Add support for AVerMedia CE310B
` [PATCH AUTOSEL 5.4 184/459] media: v4l2-device.h: Explicitly compare grp{id,mask} to zero in v4l2_device macros

[RFC PATCH v2 0/6] Add Tegra driver for video capture
 2020-02-14 17:20 UTC  (4+ messages)
` [RFC PATCH v2 4/6] media: tegra: Add Tegra210 Video input driver
    `  "

[PATCH AUTOSEL 4.19 021/252] media: sti: bdisp: fix a possible sleep-in-atomic-context bug in bdisp_device_run()
 2020-02-14 16:07 UTC 


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