linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-13 20:39:32 to 2019-12-17 12:59:42 UTC [more...]

guest / host buffer sharing 
 2019-12-17 12:59 UTC  (12+ messages)
        ` [virtio-dev] "

[i.MX6][CODA] certain resolutions are not working in YUYV format
 2019-12-17 11:52 UTC  (3+ messages)

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

[PATCH] media: xilinx: Use dma_request_chan() instead dma_request_slave_channel()
 2019-12-17 10:42 UTC 

[PATCH] media: stm32-dcmi: Use dma_request_chan() instead dma_request_slave_channel()
 2019-12-17 10:41 UTC 

[PATCH] media: rcar_drif: Use dma_request_chan() instead dma_request_slave_channel()
 2019-12-17 10:40 UTC 

[PATCH] media: pxa_camera: Use dma_request_chan() instead dma_request_slave_channel()
 2019-12-17 10:39 UTC 

[ragnatech:media-tree] BUILD SUCCESS 0885acd77eb4644fd88f6d9f41e433f4ee9bc37a
 2019-12-17 10:36 UTC 

[PATCH v3 0/4] media: meson: vdec: Add compliant H264 support
 2019-12-17  9:13 UTC  (2+ messages)

[PATCH v9 23/25] mm/gup: track FOLL_PIN pages
 2019-12-17  8:03 UTC  (3+ messages)
` [RFC PATCH] mm/gup: try_pin_compound_head() can be static

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-17  7:39 UTC  (27+ messages)
` [PATCH v11 01/25] mm/gup: factor out duplicate code from four routines
` [PATCH v11 02/25] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v11 03/25] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v11 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v11 05/25] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v11 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v11 07/25] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v11 08/25] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v11 09/25] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v11 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v11 11/25] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v11 12/25] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v11 13/25] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v11 14/25] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v11 15/25] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v11 16/25] net/xdp: "
` [PATCH v11 17/25] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v11 18/25] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v11 19/25] vfio, mm: "
` [PATCH v11 20/25] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v11 21/25] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v11 22/25] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
` [PATCH v11 23/25] mm/gup: track FOLL_PIN pages
` [PATCH v11 24/25] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v11 25/25] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCH v10 23/25] mm/gup: track FOLL_PIN pages
 2019-12-17  7:29 UTC  (5+ messages)
` [PATCH v11 "

[git:media_tree/master] media: mtk-vcodec: Remove extra area allocation in an input buffer on encoding
 2019-12-17  6:46 UTC  (3+ messages)

cron job: media_tree daily build: ERRORS
 2019-12-17  4:58 UTC 

[RFC][PATCH 00/15] Implement V4L2_BUF_FLAG_NO_CACHE_* flags
 2019-12-17  3:20 UTC  (16+ messages)
` [RFC][PATCH 01/15] videobuf2: add cache management members
` [RFC][PATCH 02/15] videobuf2: handle V4L2 buffer cache flags
` [RFC][PATCH 03/15] videobuf2: add V4L2_FLAG_MEMORY_NON_CONSISTENT flag
` [RFC][PATCH 04/15] videobuf2: add queue memory consistency parameter
` [RFC][PATCH 05/15] videobuf2: handle V4L2_FLAG_MEMORY_NON_CONSISTENT in REQBUFS
` [RFC][PATCH 06/15] videobuf2: handle V4L2_FLAG_MEMORY_NON_CONSISTENT in CREATE_BUFS
` [RFC][PATCH 07/15] videobuf2: factor out planes prepare/finish functions
` [RFC][PATCH 08/15] videobuf2: do not sync caches when we are allowed not to
` [RFC][PATCH 09/15] videobuf2: check ->synced flag in prepare() and finish()
` [RFC][PATCH 10/15] videobuf2: let user-space know when driver supports cache hints
` [RFC][PATCH 11/15] videobuf2: add begin/end cpu_access callbacks to dma-contig
` [RFC][PATCH 12/15] videobuf2: add begin/end cpu_access callbacks to dma-sg
` [RFC][PATCH 13/15] videobuf2: do not sync buffers for DMABUF queues
` [RFC][PATCH 14/15] videobuf2: don't test db_attach in dma-contig prepare and finish
` [RFC][PATCH 15/15] videobuf2: don't test db_attach in dma-sg "

[V6, 0/2] media: i2c: Add support for OV02A10 sensor
 2019-12-17  3:15 UTC  (3+ messages)
` [V6, 1/2] media: dt-bindings: media: i2c: Document OV02A10 bindings

[PATCH] dma-heap: Make the symbol 'dma_heap_ioctl_cmds' static
 2019-12-17  2:26 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH for-5.6 00/14] media: ALSA PCM API updates
 2019-12-16 23:43 UTC  (5+ messages)
` [PATCH for-5.6 01/14] media: solo6x10: Use managed buffer allocation
` [PATCH for-5.6 14/14] media: Drop superfluous ioctl PCM ops

[PATCH][next] dma-buf: fix resource leak on -ENOTTY error return path
 2019-12-16 21:07 UTC  (2+ messages)

[PATCH v3 0/6] Add V4L2 driver for i.MX8 JPEG Encoder/Decoder
 2019-12-16 17:56 UTC  (3+ messages)
` [PATCH v3 3/6] media: dt-bindings: Add bindings for i.MX8QXP/QM JPEG driver

[PATCH 5.4 148/177] video/hdmi: Fix AVI bar unpack
 2019-12-16 17:50 UTC 

[PATCH 5.3 128/180] video/hdmi: Fix AVI bar unpack
 2019-12-16 17:49 UTC 

[PATCH 4.19 090/140] video/hdmi: Fix AVI bar unpack
 2019-12-16 17:49 UTC 

[PATCH 4.14 231/267] video/hdmi: Fix AVI bar unpack
 2019-12-16 17:49 UTC 

[PATCH v2 00/23] media: imx: Create media links in bound notifiers
 2019-12-16 17:20 UTC  (11+ messages)
` [PATCH v2 02/23] media: entity: Modify default behavior of media_entity_get_fwnode_pad
` [PATCH v2 05/23] media: entity: Add functions to convert fwnode endpoints to media links
` [PATCH v2 06/23] media: adv748x: csi2: Implement get_fwnode_pad

[GIT PULL FOR v5.6] y2038 safety in v4l2
 2019-12-16 16:19 UTC  (2+ messages)

[PATCH RESEND 00/16] media: use new API for creating client devices
 2019-12-16 15:51 UTC  (17+ messages)
` [PATCH RESEND 01/16] media: dvb-core: dvbdev: convert to use i2c_new_client_device()
` [PATCH RESEND 02/16] media: dvb-frontends: cxd2820r_core: "
` [PATCH RESEND 03/16] media: dvb-frontends: lgdt330x: "
` [PATCH RESEND 04/16] media: dvb-frontends: m88ds3103: "
` [PATCH RESEND 05/16] media: dvb-frontends: ts2020: "
` [PATCH RESEND 06/16] media: pci: cx23885: cx23885-dvb: "
` [PATCH RESEND 07/16] media: pci: saa7164: saa7164-dvb: "
` [PATCH RESEND 08/16] media: pci: smipcie: smipcie-main: "
` [PATCH RESEND 09/16] media: platform: sti: c8sectpfe: c8sectpfe-dvb: "
` [PATCH RESEND 10/16] media: usb: dvb-usb-v2: af9035: "
` [PATCH RESEND 11/16] media: usb: dvb-usb-v2: anysee: "
` [PATCH RESEND 12/16] media: usb: dvb-usb-v2: rtl28xxu: "
` [PATCH RESEND 13/16] media: usb: dvb-usb-v2: zd1301: "
` [PATCH RESEND 14/16] media: usb: dvb-usb: dib0700_devices: "
` [PATCH RESEND 15/16] media: usb: dvb-usb: dw2102: "
` [PATCH V2 16/16] media: v4l2-core: v4l2-i2c: convert to new API with ERRPTR

[PATCH] cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'
 2019-12-16 15:30 UTC  (2+ messages)

[PATCH v6 0/8] y2038 safety in v4l2
 2019-12-16 15:21 UTC  (10+ messages)
` [PATCH v6 1/8] media: documentation: fix video_event description
` [PATCH v6 2/8] media: v4l2: abstract timeval handling in v4l2_buffer
` [PATCH v6 3/8] media: v4l2-core: compat: ignore native command codes
` [PATCH v6 4/8] media: v4l2-core: split out data copy from video_usercopy
` [PATCH v6 5/8] media: v4l2-core: fix VIDIOC_DQEVENT for time64 ABI
` [PATCH v6 6/8] media: v4l2-core: fix v4l2_buffer handling "
` [PATCH v6 7/8] media: v4l2-core: fix compat VIDIOC_DQEVENT "
` [PATCH v6 8/8] media: v4l2-core: fix compat v4l2_buffer handling "

[PATCH 00/14] media: sun4i-csi: A10/A20 CSI1 and R40 CSI0 support
 2019-12-16 13:53 UTC  (25+ messages)
` [PATCH 01/14] dt-bindings: media: sun4i-csi: Add compatible for CSI1 on A10/A20
` [PATCH 02/14] dt-bindings: media: sun4i-csi: Add compatible for CSI0 on R40
` [PATCH 03/14] media: sun4i-csi: Fix data sampling polarity handling
` [PATCH 04/14] media: sun4i-csi: Fix [HV]sync "
` [PATCH 05/14] media: sun4i-csi: Deal with DRAM offset
` [PATCH 06/14] media: sun4i-csi: Add support for A10 CSI1 camera sensor interface
` [PATCH 07/14] ARM: dts: sun4i: Add CSI1 controller and pinmux options
` [PATCH 08/14] ARM: dts: sun7i: "
` [PATCH 09/14] ARM: dts: sun8i: r40: Add I2C "
` [PATCH 10/14] dt-bindings: bus: sunxi: Add R40 MBUS compatible
` [PATCH 11/14] ARM: dts: sun8i: r40: Add device node for CSI0
` [PATCH 12/14] [DO NOT MERGE] ARM: dts: sun4i: cubieboard: Enable OV7670 camera on CSI1
` [PATCH 13/14] [DO NOT MERGE] ARM: dts: sun7i: cubieboard2: "
` [PATCH 14/14] [DO NOT MERGE] ARM: dts: sun8i-r40: bananapi-m2-ultra: Enable OV5640 camera

[PATCH RESEND RESEND] media: uvc: Avoid cyclic entity chains due to malformed USB descriptors
 2019-12-16 13:17 UTC  (4+ messages)

KASAN: use-after-free Read in __media_entity_remove_links
 2019-12-16 13:15 UTC 

WARNING in uvc_scan_chain_forward
 2019-12-16 13:15 UTC 

[PATCH 0/5] media: replace i2c_new_probed_device with an ERR_PTR variant
 2019-12-16 12:29 UTC  (6+ messages)
` [PATCH 1/5] media: pci: cx23885: convert to i2c_new_scanned_device
` [PATCH 2/5] media: pci: cx88: "
` [PATCH 3/5] media: pci: bt8xx: "
` [PATCH 4/5] media: pci: cx18: "
` [PATCH 5/5] media: pci: ivtv: "

[PATCH] media: ov5640: Put max framerate into table and simplify check
 2019-12-16 11:25 UTC  (2+ messages)

[RFC RESEND] virtio-video: Add virtio video device specification
 2019-12-16 10:32 UTC  (8+ messages)
` [virtio-dev] "

[PATCH v5 0/8] y2038 safety in v4l2
 2019-12-16 10:28 UTC  (10+ messages)
` [PATCH v5 6/8] media: v4l2-core: fix v4l2_buffer handling for time64 ABI

[PATCH] media: saa7146: Avoid using BUG_ON as an assertion
 2019-12-16 10:22 UTC  (2+ messages)

[PATCH 0/5] Add V4L2 driver for i.MX8 JPEG Encoder/Decoder
 2019-12-16  9:15 UTC  (4+ messages)
` [PATCH 2/5] firmware: imx: scu-pd: Add power domains for imx-jpeg

[PATCH] dt-bindings: media: Convert Allwinner hardware codec to a schema
 2019-12-16  9:02 UTC  (3+ messages)

[PATCH v3 0/7] media: rockchip: Add the rkvdec driver
 2019-12-16  8:54 UTC  (8+ messages)
` [PATCH v3 4/7] media: hantro: h264: Use the generic H264 reflist builder
` [PATCH v3 5/7] media: dt-bindings: rockchip: Document RK3399 Video Decoder bindings

[PATCH v2] qvidcap: Add stride option to command line
 2019-12-16  8:03 UTC 

cron job: media_tree daily build: ERRORS
 2019-12-16  4:56 UTC 

[PATCH 0/5] Improvements to IMX290 CMOS driver
 2019-12-16  4:04 UTC  (14+ messages)
` [PATCH 1/5] media: i2c: imx290: Add support for 2 data lanes
` [PATCH 2/5] media: i2c: imx290: Add support for test pattern generation
` [PATCH 3/5] media: i2c: imx290: Add RAW12 mode support
` [PATCH 4/5] media: i2c: imx290: Add support to enumerate all frame sizes

[PATCH] media: cx231xx: replace BUG_ON with recovery code
 2019-12-15 19:20 UTC  (2+ messages)

[PATCH v1 0/3] Tegra VDE: Minor code clean up
 2019-12-15 18:07 UTC  (4+ messages)
` [PATCH v1 1/3] media: staging: tegra-vde: Select IOVA unconditionally in Kconfig
` [PATCH v1 2/3] media: staging: tegra-vde: Sort headers alphabetically
` [PATCH v1 3/3] media: staging: tegra-vde: Use __maybe_unused attribute instead of ifdef

[ragnatech:media-tree] BUILD SUCCESS da090bf60370c9ad6ede4e76adbf37ce79b84791
 2019-12-15 17:41 UTC 

[PATCH] media: vsp1: tidyup VI6_HGT_LBn_H() macro
 2019-12-15 15:45 UTC  (9+ messages)

[GIT PULL FOR v5.6] vivid touch fixes
 2019-12-15 13:06 UTC  (2+ messages)

[PATCH] vivid: support multiplanar touch devices
 2019-12-15 11:09 UTC 

[PATCH] v4l2-ioctl.c: allow multiplanar for touch
 2019-12-15 11:07 UTC 

[PATCH] vivid: set field to NONE for touch
 2019-12-15  9:46 UTC 

cron job: media_tree daily build: ERRORS
 2019-12-15  5:01 UTC 

[PROBLEM] uvcvideo: Failed to query (GET_INFO) UVC control
 2019-12-14 18:04 UTC  (3+ messages)

Build failed in Jenkins: media-build #2900
 2019-12-14  9:20 UTC  (2+ messages)
` Jenkins build is back to normal : media-build #2901

[PATCH 0/2] Add IMX219 CMOS image sensor support
 2019-12-14  5:52 UTC  (3+ messages)
` [PATCH 2/2] media: i2c: Add driver for Sony IMX219 sensor

cron job: media_tree daily build: ERRORS
 2019-12-14  4:57 UTC 

[PATCH 0/2] ARM: dts: imx: pxp for imx6sll
 2019-12-13 23:39 UTC  (3+ messages)
` [PATCH 1/2] media: dt-bindings: media: fsl-pxp: add missing imx6sll

qcom: add firmware file for Venus on SC7180
 2019-12-13 17:14 UTC 

[PATCH 0/5] media: meson: vdec: Add VP9 decoding support
 2019-12-13 19:03 UTC  (6+ messages)

[PATCH 0/3] media: meson: vdec: add sm1 platform
 2019-12-13 16:53 UTC  (3+ messages)
` [PATCH 3/3] arm64: dts: meson-sm1: add video decoder compatible

[PATCH 0/4] media: meson: vdec: add g12a platform
 2019-12-13 16:51 UTC  (3+ messages)
` [PATCH 4/4] arm64: dts: meson-g12-common: add video decoder 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).