linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-13 14:06:03 to 2018-06-16 04:11:07 UTC [more...]

cron job: media_tree daily build: OK
 2018-06-16  4:11 UTC 

[RFC PATCH v2] media: i2c: add SCCB helpers
 2018-06-15 23:13 UTC  (8+ messages)

[PATCH v4 0/9] xen: dma-buf support for grant device
 2018-06-15 21:07 UTC  (18+ messages)
` [PATCH v4 1/9] xen/grant-table: Export gnttab_{alloc|free}_pages as GPL
` [PATCH v4 2/9] xen/grant-table: Make set/clear page private code shared
` [PATCH v4 3/9] xen/balloon: Share common memory reservation routines
` [PATCH v4 4/9] xen/grant-table: Allow allocating buffers suitable for DMA
` [PATCH v4 5/9] xen/gntdev: Allow mappings for DMA buffers
` [PATCH v4 6/9] xen/gntdev: Make private routines/structures accessible
` [PATCH v4 7/9] xen/gntdev: Add initial support for dma-buf UAPI
` [PATCH v4 8/9] xen/gntdev: Implement dma-buf export functionality
` [PATCH v4 9/9] xen/gntdev: Implement dma-buf import functionality

[RFC 0/2] Memory-to-memory media controller topology
 2018-06-15 20:05 UTC  (11+ messages)
` [RFC 1/2] media: add helpers for memory-to-memory media controller
` [RFC 2/2] vim2m: add media device

[PATCH 0/3] mem2mem low-hanging fruit removal
 2018-06-15 19:20 UTC  (6+ messages)
` [PATCH 1/3] mem2mem: Remove unused v4l2_m2m_ops .lock/.unlock
` [PATCH 2/3] mem2mem: Make .job_abort optional
` [PATCH 3/3] rcar_vpu: Drop unneeded job_ready

[PATCH v4 00/17] v4l2 core: push ioctl lock down to ioctl handler
 2018-06-15 19:07 UTC  (18+ messages)
` [PATCH v4 01/17] v4l2-ioctl.c: use correct vb2_queue lock for m2m devices
` [PATCH v4 02/17] sta2x11: Add video_device and vb2_queue locks
` [PATCH v4 03/17] omap4iss: Add vb2_queue lock
` [PATCH v4 04/17] omap3isp: "
` [PATCH v4 05/17] mtk-mdp: Add locks for capture and output vb2_queues
` [PATCH v4 06/17] s5p-g2d: Implement wait_prepare and wait_finish
` [PATCH v4 07/17] staging: bcm2835-camera: Provide lock for vb2_queue
` [PATCH v4 08/17] venus: Add video_device and vb2_queue locks
` [PATCH v4 09/17] davinci_vpfe: "
` [PATCH v4 10/17] mx_emmaprp: Implement wait_prepare and wait_finish
` [PATCH v4 11/17] m2m-deinterlace: "
` [PATCH v4 12/17] stk1160: Set the vb2_queue lock before calling vb2_queue_init
` [PATCH v4 13/17] dvb-core: Provide lock for vb2_queue
` [PATCH v4 14/17] videobuf2-core: require q->lock
` [PATCH v4 15/17] videobuf2: assume q->lock is always set
` [PATCH v4 16/17] v4l2-ioctl.c: assume queue->lock "
` [PATCH v4 17/17] media: Remove wait_{prepare, finish}

[PATCH 1/2] locking: WW mutex cleanup
 2018-06-15 16:46 UTC  (3+ messages)
` [PATCH v3 2/2] locking: Implement an algorithm choice for Wound-Wait mutexes

[PATCH v4 06/26] media: dvb: fix location of get_dvb_firmware script
 2018-06-15 16:34 UTC  (5+ messages)
` [PATCH v4 07/26] media: dvb: point to the location of the old README.dvb-usb file
` [PATCH v4 08/26] media: v4l: fix broken video4linux docs locations
` [PATCH v4 09/26] media: max2175: fix location of driver's companion documentation

[PATCH v5 0/3] IR decoding using BPF
 2018-06-15 14:03 UTC  (10+ messages)
` [PATCH v5 2/3] media: rc: introduce BPF_PROG_LIRC_MODE2
        ` [PATCH] bpf: attach type BPF_LIRC_MODE2 should not depend on CONFIG_BPF_CGROUP
              ` [PATCH] bpf: attach type BPF_LIRC_MODE2 should not depend on CONFIG_CGROUP_BPF

[PATCH 0/3] media: doc fixes, drop __NEED_MEDIA_LEGACY_API
 2018-06-15 13:19 UTC  (4+ messages)
` [PATCH 1/3] Documentation/media/uapi/mediactl: redo tables
` [PATCH 2/3] subdev-formats.rst: fix incorrect types
` [PATCH 3/3] media.h: remove __NEED_MEDIA_LEGACY_API

[PATCHv2 0/9] media/mc: fix inconsistencies
 2018-06-15 13:14 UTC  (11+ messages)
` [PATCHv2 6/9] media: add 'index' to struct media_v2_pad

[PATCH 0/9] media: cedrus: Add H264 decoding support
 2018-06-15 13:01 UTC  (14+ messages)
` [PATCH 1/9] CHROMIUM: v4l: Add H264 low-level decoder API compound controls
` [PATCH 2/9] media: cedrus: Add wrappers around container_of for our buffers
` [PATCH 3/9] media: cedrus: Add a macro to check for the validity of a control
` [PATCH 4/9] media: cedrus: make engine type more generic
` [PATCH 5/9] media: cedrus: Remove MPEG1 support
` [PATCH 6/9] media: cedrus: Add ops structure
` [PATCH 7/9] media: cedrus: Move IRQ maintainance to cedrus_dec_ops
` [PATCH 8/9] media: cedrus: Add start and stop decoder operations
` [PATCH 9/9] media: cedrus: Add H264 decoding support

[PATCH 1/2] locking: Implement an algorithm choice for Wound-Wait mutexes
 2018-06-15 12:07 UTC  (11+ messages)

[PATCH 00/11] Split i2c_lock_adapter into i2c_lock_root and i2c_lock_segment
 2018-06-15 10:15 UTC  (12+ messages)
` [PATCH 01/11] i2c: add helpers for locking the I2C segment
` [PATCH 02/11] tpm/tpm_i2c_infineon: switch to i2c_lock_segment
` [PATCH 03/11] i2c: mux: pca9541: "
` [PATCH 04/11] input: rohm_bu21023: "
` [PATCH 05/11] media: af9013: "
` [PATCH 06/11] media: drxk_hard: "
` [PATCH 07/11] media: rtl2830: "
` [PATCH 08/11] media: tda1004x: "
` [PATCH 09/11] media: tda18271: "
` [PATCH 10/11] mfd: 88pm860x-i2c: "
` [PATCH 11/11] i2c: rename i2c_lock_adapter to i2c_lock_root

[GIT PULL FOR v4.19] Various fixes/enhancements
 2018-06-15  9:35 UTC 

[PATCH v3 0/3] Add controls for VP8/VP9 profile
 2018-06-15  8:51 UTC  (9+ messages)
` [PATCH v3 1/3] media: v4l2-ctrl: Change control for VP8 profile to menu control
` [PATCH v3 2/3] media: v4l2-ctrl: Add control for VP9 profile
` [PATCH v3 3/3] media: mtk-vcodec: Support VP9 profile in decoder

[PATCH] gpu: ipu-v3: Allow negative offsets for interlaced scanning
 2018-06-15  8:33 UTC  (9+ messages)

[PATCH] media: venus: keep resolution when adjusting format
 2018-06-15  8:11 UTC  (2+ messages)

[PATCH] media: fsl-viu: Use proper check for presence of {out,in}_be32()
 2018-06-15  8:10 UTC  (2+ messages)

[RFC PATCH 0/2] Document the V4L2 (stateful) Codec API
 2018-06-15  8:02 UTC  (5+ messages)
` [RFC PATCH 1/2] media: docs-rst: Add decoder UAPI specification to Codec Interfaces

[PATCH v3 00/20] v4l2 core: push ioctl lock down to ioctl handler
 2018-06-15  8:01 UTC  (4+ messages)

[PATCHv15 00/35] Request API
 2018-06-15  7:20 UTC  (7+ messages)
` [PATCHv15 02/35] media-request: implement media requests
` [PATCHv15 13/35] v4l2-ctrls: add core request support
` [PATCHv15 14/35] v4l2-ctrls: support g/s_ext_ctrls for requests

cron job: media_tree daily build: OK
 2018-06-15  4:11 UTC 

[PATCH v1 0/2] Document Intel IPU3 ImgU driver and uAPI
 2018-06-15  3:59 UTC  (4+ messages)
` [PATCH v1 1/2] doc-rst: Add Intel IPU3 documentation
` [PATCH v1 2/2] v4l: Document Intel IPU3 meta data uAPI

[PATCH v4 1/2] dt-bindings: Add bindings for AKM ak7375 voice coil lens
 2018-06-15  3:33 UTC  (4+ messages)
` [PATCH v4 2/2] media: ak7375: Add ak7375 lens voice coil driver

[PATCH v3 0/9] xen: dma-buf support for grant device
 2018-06-14 17:48 UTC  (15+ messages)
` [PATCH v3 5/9] xen/gntdev: Allow mappings for DMA buffers
` [PATCH v3 8/9] xen/gntdev: Implement dma-buf export functionality
` [PATCH v3 9/9] xen/gntdev: Implement dma-buf import functionality

[PATCH/RFC 0/2] media: adv748x: Fix decimal unit addresses
 2018-06-14 15:53 UTC  (5+ messages)
` [PATCH/RFC 1/2] media: dt-bindings: "
` [PATCH/RFC 2/2] arm64: dts: renesas: salvator-common: Fix adv7482 "

[PATCH v3 00/14] Sunxi-Cedrus driver for the Allwinner Video Engine, using media requests
 2018-06-14 15:47 UTC  (10+ messages)
` [PATCH v3 02/14] drivers: soc: sunxi: Add dedicated compatibles for the A13, A20 and A33
` [PATCH v3 11/14] media: platform: Add Sunxi-Cedrus VPU decoder driver

[PATCH v2 0/2] locking,drm: Fix ww mutex naming / algorithm inconsistency
 2018-06-14 14:46 UTC  (15+ messages)
` [PATCH v2 1/2] locking: Implement an algorithm choice for Wound-Wait mutexes

[PATCH] media: omap3isp: zero-initialize the isp cam_xclk{a,b} initial data
 2018-06-14 13:47 UTC  (2+ messages)

[PATCH v3 0/2] Support rotation property for smia sensors
 2018-06-14 12:29 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: smia: Add "rotation" property
` [PATCH v3 2/2] smiapp: Support the "

[PATCH 0/2] cadence: csirx: Add Cadence dphy support
 2018-06-14  7:51 UTC  (3+ messages)
` [PATCH 2/2] added support for csirx dphy

[RESEND PATCH] media: helene: fix tuning frequency of satellite
 2018-06-14  7:27 UTC  (2+ messages)

[PATCH v3 00/27] Venus updates
 2018-06-14  5:08 UTC  (30+ messages)
` [PATCH v3 01/27] venus: hfi_msgs: correct pointer increment
` [PATCH v3 02/27] venus: hfi: preparation to support venus 4xx
` [PATCH v3 03/27] venus: hfi: update sequence event to handle more properties
` [PATCH v3 04/27] venus: hfi_cmds: add set_properties for 4xx version
` [PATCH v3 05/27] venus: hfi: support session continue "
` [PATCH v3 06/27] venus: hfi: handle buffer output2 type as well
` [PATCH v3 07/27] venus: hfi_venus: add halt AXI support for Venus 4xx
` [PATCH v3 08/27] venus: hfi_venus: fix suspend function for venus 3xx versions
` [PATCH v3 09/27] venus: hfi_venus: move set of default properties to core init
` [PATCH v3 10/27] venus: hfi_venus: add suspend functionality for Venus 4xx
` [PATCH v3 11/27] venus: core,helpers: add two more clocks found in "
` [PATCH v3 12/27] venus: hfi_parser: add common capability parser
` [PATCH v3 13/27] venus: helpers: rename a helper function and use buffer mode from caps
` [PATCH v3 14/27] venus: helpers: add a helper function to set dynamic buffer mode
` [PATCH v3 15/27] venus: helpers: add helper function to set actual buffer size
` [PATCH v3 16/27] venus: core: delete not used buffer mode flags
` [PATCH v3 17/27] venus: helpers: add buffer type argument to a helper
` [PATCH v3 18/27] venus: helpers: add a new helper to set raw format
` [PATCH v3 19/27] venus: helpers,vdec,venc: add helpers to set work mode and core usage
` [PATCH v3 20/27] venus: helpers: extend set_num_bufs helper with one more argument
` [PATCH v3 21/27] venus: helpers: add a helper to return opb buffer sizes
` [PATCH v3 22/27] venus: vdec: get required input buffers as well
` [PATCH v3 23/27] venus: vdec: a new function for output configuration
` [PATCH v3 24/27] venus: helpers: move frame size calculations on common place
` [PATCH v3 25/27] venus: implementing multi-stream support
` [PATCH v3 26/27] venus: core: add sdm845 DT compatible and resource data
` [PATCH v3 27/27] venus: add HEVC codec support

cron job: media_tree daily build: OK
 2018-06-14  4:12 UTC 

[ANN] Meeting to discuss improvements to support MC-based cameras on generic apps
 2018-06-14  1:06 UTC  (4+ messages)


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