linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-06 10:29:34 to 2020-12-09 04:42:21 UTC [more...]

cron job: media_tree daily build: ERRORS
 2020-12-09  4:41 UTC 

[PATCH v2 0/7] drm/vram-helper: Lock GEM BOs while they are mapped
 2020-12-09  0:13 UTC  (8+ messages)
` [PATCH v2 7/7] dma-buf: Write down some rules for vmap usage

[PATCH v3 0/9] Xilinx AI engine kernel driver
 2020-12-08 23:41 UTC  (3+ messages)
` [PATCH v3 1/9] dt-binding: soc: xilinx: ai-engine: Add AI engine binding

[PATCH v4 0/2] media: i2c: OV5648 image sensor support
 2020-12-08 23:34 UTC  (3+ messages)
` [PATCH v4 2/2] media: i2c: Add support for the OV5648 image sensor

[PATCH v2] media: rkisp1: Add the enum_frame_size ioctl
 2020-12-08 18:59 UTC  (2+ messages)

[PATCH v4 0/3] media: rockchip: Introduce driver for Rockchip's camera interface
 2020-12-08 19:23 UTC  (5+ messages)
` [PATCH v4 1/3] media: dt-bindings: media: Document Rockchip VIP bindings
` [PATCH v4 2/3] media: rockchip: Introduce driver for Rockhip's camera interface
` [PATCH v4 3/3] arm64: dts: rockchip: Add the camera interface description of the PX30

[PATCH 0/9] Xilinx AI engine kernel driver
 2020-12-08 19:57 UTC  (5+ messages)
` [PATCH 2/9] misc: Add Xilinx AI engine device driver

[PATCH v3 00/13] tegra-video: Add support for capturing from HDMI-to-CSI bridge
 2020-12-08 20:27 UTC  (5+ messages)
` [PATCH v3 10/13] media: v4l2-fwnode: Update V4L2_FWNODE_CSI2_MAX_DATA_LANES to 8

[PATCH v2 00/19] Allwinner MIPI CSI-2 support for A31/V3s/A83T
 2020-12-08 19:54 UTC  (5+ messages)
` [PATCH v2 06/19] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port

[PATCH v3 0/2] Add support for the Sony Exmor-RS IMX300 camera sensor
 2020-12-08 19:51 UTC  (3+ messages)
` [PATCH v3 2/2] media: dt-bindings: media: i2c: Add IMX300 CMOS sensor binding

[PATCH v2] media: atomisp: Fixed error handling path
 2020-12-08 19:48 UTC  (3+ messages)

[ragnatech:media-tree] BUILD SUCCESS 7ea4d23293300ca2f225595849a4fe444fb80ea4
 2020-12-08 18:10 UTC 

[PATCH v3 0/4] media: meson: Add support for the Amlogic GE2D Accelerator Unit
 2020-12-08 17:22 UTC  (3+ messages)

[PATCH 0/2] Fix kernel panic issues caused by AST2500 Video Engine
 2020-12-08 17:16 UTC  (7+ messages)
` [PATCH 1/2] clk: ast2600: fix reset settings for eclk and vclk
` [PATCH 2/2] media: aspeed: fix clock handling logic

[PATCH 0/4] Chunk Heap Support on DMA-HEAP
 2020-12-08 16:56 UTC  (2+ messages)

[PATCH v4] media: v4l2-ctrl: add control for long term reference
 2020-12-08 16:45 UTC  (4+ messages)

How to get last frames in encode sequence returned by v4l2 encoder driver without V4L2_ENC_CMD_STOP
 2020-12-08 16:43 UTC  (4+ messages)

[PATCH v3 0/3] Add new controls for QP and layer bitrate
 2020-12-08 16:37 UTC  (4+ messages)
` [PATCH v3 3/3] venus: venc: Add support for frame-specific min/max qp controls

[PATCH] imx274: remove composition support, add V4L2_SEL_TGT_CROP_DEFAULT
 2020-12-08 16:33 UTC  (9+ messages)

[PATCH v3 00/24] media: ti-vpe: cal: Add media controller support
 2020-12-08 16:15 UTC  (29+ messages)
` [PATCH v3 01/24] media: ti-vpe: cal: Create subdev for CAMERARX
` [PATCH v3 02/24] media: ti-vpe: cal: Drop cal_ctx m_fmt field
` [PATCH v3 03/24] media: ti-vpe: cal: Move format handling to cal.c and expose helpers
` [PATCH v3 04/24] media: ti-vpe: cal: Rename MAX_(WIDTH|HEIGHT)_* macros with CAL_ prefix
` [PATCH v3 05/24] media: ti-vpe: cal: Replace hardcoded BIT() value with macro
` [PATCH v3 06/24] media: ti-vpe: cal: Iterate over correct number of CAMERARX instances
` [PATCH v3 07/24] media: ti-vpe: cal: Implement subdev ops for CAMERARX
` [PATCH v3 08/24] media: ti-vpe: cal: Use CAMERARX subdev s_stream op in video device code
` [PATCH v3 09/24] media: ti-vpe: cal: Don't pass format to cal_ctx_wr_dma_config()
` [PATCH v3 10/24] media: ti-vpe: cal: Rename struct cal_fmt to cal_format_info
` [PATCH v3 11/24] media: ti-vpe: cal: Refactor interrupt enable/disable
` [PATCH v3 12/24] media: ti-vpe: cal: Fold PPI enable in CAMERARX .s_stream()
` [PATCH v3 13/24] media: ti-vpe: cal: Stop write DMA without disabling PPI
` [PATCH v3 14/24] media: ti-vpe: cal: Use spin_lock_irq() when starting or stopping stream
` [PATCH v3 15/24] media: ti-vpe: cal: Share buffer release code between start and stop
` [PATCH v3 16/24] media: ti-vpe: cal: Drop V4L2_CAP_READWRITE
` [PATCH v3 17/24] media: ti-vpe: cal: Drop unneeded check in cal_calc_format_size()
` [PATCH v3 18/24] media: ti-vpe: cal: Remove DMA queue empty check at start streaming time
` [PATCH v3 19/24] media: ti-vpe: cal: Use list_first_entry()
` [PATCH v3 20/24] media: ti-vpe: cal: Group all DMA queue fields in struct cal_dmaqueue
` [PATCH v3 21/24] media: ti-vpe: cal: Set cal_dmaqueue.pending to NULL when no pending buffer
` [PATCH v3 22/24] media: ti-vpe: cal: Store buffer DMA address in dma_addr_t
` [PATCH v3 23/24] media: ti-vpe: cal: Simplify the context API
` [PATCH v3 24/24] media: ti-vpe: cal: Implement media controller centric API

[PATCH] media: rkvdec: silence ktest bot build warning
 2020-12-08 15:55 UTC 

[PATCH v2 0/3] HDR10 static metadata
 2020-12-08 15:00 UTC  (6+ messages)
` [PATCH v2 1/3] v4l: Add HDR10 static metadata controls

[PATCH v3 0/3] HDR10 static metadata
 2020-12-08 14:59 UTC  (4+ messages)
` [PATCH v3 1/3] v4l: Add HDR10 static metadata controls
` [PATCH v3 2/3] docs: media: Document CLL and Mastering display
` [PATCH v3 3/3] venus: venc: Add support for CLL and Mastering display controls

[GIT PULL for 5.11] One more fix for this cycle
 2020-12-08 12:49 UTC  (2+ messages)
` [GIT PULL for 5.11] One more fix for this cycle (#69887)

[RFC] Repurpose V4L2_CID_PIXEL_RATE for the sampling rate in the pixel array
 2020-12-08 12:09 UTC 

[PATCH 00/12] media: atomisp: Codingstyle
 2020-12-08 11:30 UTC  (15+ messages)
` [PATCH 01/12] media: atomsip: Convert comments to C99 initializers
` [PATCH 02/12] media: atomisp: Fix Block Comments
` [PATCH 03/12] media: atomisp: Fix EMBEDDED_FUNCTION_NAME warning
` [PATCH 04/12] media: atomisp: Fix OPEN_ENDED_LINE
` [PATCH 05/12] media: atomisp: Fix overlong line
` [PATCH 06/12] media: atomisp: Add parentheses
` [PATCH 07/12] media: atomisp: Fix funciton decleration
` [PATCH 08/12] media: atomisp: Delete braces
` [PATCH 09/12] media: atomisp: Fix PARENTHESIS_ALIGNMENT
` [PATCH 10/12] media: atomisp: Fix BLOCK_COMMENT_STYLE
` [PATCH 11/12] media: atomisp: Write function decleration in one line
` [PATCH 12/12] media: atomisp: Fix LOGICAL_CONTINUATIONS

[PATCH v3 5/6] media: uvcvideo: Use dma_alloc_noncontiguos API
 2020-12-08  7:13 UTC  (6+ messages)

[PATCH] media: vidtv: fix some warnings
 2020-12-08  7:05 UTC 

drivers/staging/media/rkvdec/rkvdec.c:967:34: warning: unused variable 'of_rkvdec_match'
 2020-12-08  5:38 UTC 

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-08  4:52 UTC  (2+ messages)
` (subset) "

cron job: media_tree daily build: ERRORS
 2020-12-08  4:40 UTC 

[PATCH v2 000/108] media: ti-vpe: cal: Add media controller support
 2020-12-07 23:55 UTC  (6+ messages)
` [PATCH v2 108/108] media: ti-vpe: cal: Implement media controller centric API

[PATCH 0/4] dt-bindings: media: eliminate yamllint warnings
 2020-12-07 23:01 UTC  (8+ messages)
` [PATCH 1/4] dt-bindings: media: adv7604: "
` [PATCH 2/4] dt-bindings: media: nokia,smia: "
  ` [PATCH 2/4] dt-bindings: media: nokia, smia: "
` [PATCH 3/4] dt-bindings: media: ov772x: "
` [PATCH 4/4] dt-bindings: media: imx214: "

[PATCH 0/5] fix dt_binding_check warnings
 2020-12-07 23:00 UTC  (9+ messages)
` [PATCH 2/5] dt-bindings: serial: add the required property 'additionalProperties'
` [PATCH 3/5] dt-bindings: soc: "
` [PATCH 4/5] dt-bindings: devapc: "
` [PATCH 5/5] dt-bindings: mfd: correct the node name of the panel led

[PATCH v5 0/7] dma-buf: Performance improvements for system heap & a system-uncached implementation
 2020-12-07 22:01 UTC  (6+ messages)

[PATCH 00/24] Additional CCS feature support
 2020-12-07 21:15 UTC  (25+ messages)
` [PATCH 01/24] ccs: Add digital gain support
` [PATCH 02/24] ccs: Add support for old-style SMIA digital gain
` [PATCH 03/24] ccs: Remove analogue gain field
` [PATCH 04/24] ccs: Only add analogue gain control if the device supports it
` [PATCH 05/24] v4l: uapi: Add user control base for CCS controls
` [PATCH 06/24] Documentation: ccs: Add user documentation for the CCS driver
` [PATCH 07/24] v4l: uapi: ccs: Add controls for analogue gain constants
` [PATCH 08/24] ccs: Add support for analogue gain coefficient controls
` [PATCH 09/24] v4l: uapi: ccs: Add controls for CCS alternative analogue gain
` [PATCH 10/24] ccs: Add support for alternate analogue global gain
` [PATCH 11/24] ccs: Add debug prints for MSR registers
` [PATCH 12/24] v4l: uapi: ccs: Add CCS controls for shading correction
` [PATCH 13/24] ccs: Add shading correction and luminance correction level controls
` [PATCH 14/24] ccs: Get the endpoint by port rather than any next endpoint
` [PATCH 15/24] ccs: Don't change the I²C address just for software reset
` [PATCH 16/24] ccs: Only do software reset if we have no hardware reset
` [PATCH 17/24] ccs: Wait until software reset is done
` [PATCH 18/24] ccs: Hardware requires a delay after starting the clock of lifting reset
` [PATCH 19/24] ccs: Add a sanity check for external clock frequency
` [PATCH 20/24] ccs: Support and default to auto PHY control
` [PATCH 21/24] Documentation: Include CCS PLL calculator to CCS driver documentation
` [PATCH 22/24] ccs-pll: Switch from standard integer types to kernel ones
` [PATCH 23/24] ccs: "
` [PATCH 24/24] Revert "media: ccs-pll: Fix MODULE_LICENSE"

[PATCH 0/2] Subdev link validation and format documentation improvements
 2020-12-07 20:39 UTC  (6+ messages)
` [PATCH 2/2] Documentation: v4l: Document that link_validate op is valid for sink only

[PATCH v4 0/4] media: meson: Add support for the Amlogic GE2D Accelerator Unit
 2020-12-07 19:02 UTC  (2+ messages)

[PATCH v3] venus: core: add support to dump FW region
 2020-12-07 18:13 UTC  (2+ messages)

[PATCH] media: rkisp1: Add the enum_frame_size ioctl
 2020-12-07 18:01 UTC  (3+ messages)

Bug on qv4l2
 2020-12-07 16:47 UTC 

[PATCH v3 0/2] IMX334 Camera Sensor Driver
 2020-12-07 16:01 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: media: Add bindings for imx334
` [PATCH v3 2/2] media: i2c: Add imx334 camera sensor driver

[PATCH] media: dt-bindings: schema indentation fixes
 2020-12-07 14:12 UTC  (2+ messages)

[PATCH] media: i2c: ov02a10: fix an uninitialized return
 2020-12-07 13:14 UTC  (2+ messages)

[GIT PULL FOR v5.12] ti-vpe: cal: prepare for adding MC support
 2020-12-07 12:36 UTC  (3+ messages)
` [GIT PULL FOR v5.12] ti-vpe: cal: prepare for adding MC support (#69837)

[GIT PULL FOR v5.11 or v5.12] Rework RGB and YUV pixel formats documentation
 2020-12-07 12:24 UTC  (3+ messages)
` [GIT PULL FOR v5.11 or v5.12] Rework RGB and YUV pixel formats (#69836)

[GIT PULL for 5.11] Some fixes to the recently merged stuff
 2020-12-07 12:12 UTC  (2+ messages)
` [GIT PULL for 5.11] Some fixes to the recently merged stuff (#69768)

[GIT PULL for 5.11] CCS PLL feature support improvements
 2020-12-07 12:09 UTC  (2+ messages)
` [GIT PULL for 5.11] CCS PLL feature support improvements (#69730)

[GIT PULL for 5.11] Revert a DT binding update patch that requires changes
 2020-12-07 11:54 UTC  (2+ messages)
` [GIT PULL for 5.11] Revert a DT binding update patch that requires (#69729)

[GIT PULL FOR v5.11] Various fixes and a new meson driver
 2020-12-07 11:49 UTC  (2+ messages)
` [GIT PULL FOR v5.11] Various fixes and a new meson driver (#69706)

[PATCH 1/3] media: i2c: imx219: add support for specifying clock-frequencies
 2020-12-07  9:46 UTC  (9+ messages)
` [PATCH 2/3] media: dt-bindings: media: i2c: imx219: document clock-frequency property
` [PATCH 3/3] arm64: dts: update device trees to specify clock-frequency in imx219 node

[PATCH v3] usb: gadget: uvc: fix multiple opens
 2020-12-07  8:53 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] staging:hantro: Fixed "replace comma with semicolon" Warning:
 2020-12-07  7:01 UTC  (2+ messages)

[PATCH] media: usb: dvd-usb: fix uninit-value bug in dibusb_read_eeprom_byte()
 2020-12-07  6:16 UTC 

[PATCH v2 1/3] media: i2c: imx219: add support for specifying clock-frequencies
 2020-12-07  5:59 UTC  (4+ messages)
` [PATCH v2 2/3] media: dt-bindings: media: i2c: imx219: document clock-frequency property
` [PATCH v2 3/3] arm64: dts: update device trees to specify clock-frequency in imx219 node

[linux-next:master 9568/10966] drivers/media/i2c/ov02a10.c:537:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is true
 2020-12-07  1:27 UTC 

[PATCH] media: ti-vpe: cal: avoid FIELD_GET assertion
 2020-12-06 23:57 UTC  (2+ messages)

[PATCH v4 00/16] media: Rework RGB and YUV pixel formats documentation
 2020-12-06 23:03 UTC  (17+ messages)
` [PATCH v4 01/16] media: videodev2.h: Remove unneeded comment about 4CC value
` [PATCH v4 02/16] media: videodev2.h: Move HI240 format to vendor-specific section
` [PATCH v4 03/16] media: videodev2.h: Move HM12 format to YUV semi-planar section
` [PATCH v4 04/16] media: doc: pixfmt-rgb: Remove layout table for packed RGB formats
` [PATCH v4 05/16] media: doc: pixfmt-rgb: Add title for deprecated formats
` [PATCH v4 06/16] media: doc: pixfmt-rgb: Clarify naming scheme for RGB formats
` [PATCH v4 07/16] media: doc: pixfmt-rgb: Make 8 bits per component table more compact
` [PATCH v4 08/16] media: doc: pixfmt-rgb: Replace '-' with 'X' to denote padding
` [PATCH v4 09/16] media: doc: pixfmt-yuv: Document subsampling in more details
` [PATCH v4 10/16] media: doc: pixfmt-yuv: Move all packed YUV formats to common file
` [PATCH v4 11/16] media: doc: pixfmt-packed-yuv: Fill padding bits with 'X'
` [PATCH v4 12/16] media: doc: pixfmt-packed-yuv: Express 4:4:4 formats in a more compact way
` [PATCH v4 13/16] media: doc: pixfmt-packed-yuv: Clarify naming scheme for 4:4:4 formats
` [PATCH v4 14/16] media: doc: pixfmt-yuv: Move all luma-only YUV formats to common file
` [PATCH v4 15/16] media: doc: pixfmt-yuv: Move all semi-planar "
` [PATCH v4 16/16] media: doc: pixfmt-yuv: Move all planar "

[PATCH v2 0/4] Add random IR and AUD encoder controls
 2020-12-06 10:27 UTC  (2+ messages)
` [PATCH v2 2/4] venus: venc: Add support for intra-refresh period


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