linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-23 02:46:11 to 2023-01-23 20:26:50 UTC [more...]

[ANNOUNCE] pixfmtdb
 2023-01-23 20:25 UTC  (2+ messages)

[PATCH RESEND 0/2] media: rockchip: rga: Add rk3568 support
 2023-01-23 19:49 UTC  (2+ messages)

[PATCH v2 0/2] media: amphion: decoder add support to sorenson spark format
 2023-01-23 19:46 UTC  (5+ messages)
` [PATCH v2 2/2] media: amphion: support to decode sorenson spark video
    ` [EXT] "

[PATCH] media: imx: imx-media-fim: Replace macro icap_enabled() with function
 2023-01-23 19:17 UTC 

[PATCH v2 0/4] Track exported dma-buffers with memcg
 2023-01-23 19:17 UTC  (3+ messages)
` [PATCH v2 1/4] memcg: Track exported dma-buffers
` [PATCH v2 2/4] dmabuf: Add cgroup charge transfer function

[PATCH v3 0/7] dt-bindings: first batch of dt-schema conversions for Amlogic Meson bindings
 2023-01-23 18:57 UTC  (10+ messages)
` [PATCH v3 1/7] dt-bindings: nvmem: convert amlogic-efuse.txt to dt-schema
` [PATCH v3 2/7] dt-bindings: nvmem: convert amlogic-meson-mx-efuse.txt "
` [PATCH v3 3/7] dt-bindings: watchdog: convert meson-wdt.txt "
` [PATCH v3 4/7] dt-bindings: media: convert meson-ir.txt "
` [PATCH v3 5/7] dt-bindings: timer: convert timer/amlogic,meson6-timer.txt "
` [PATCH v3 6/7] dt-bindings: mmc: convert amlogic,meson-gx.txt "
` [PATCH v3 7/7] dt-bindings: PCI: convert amlogic,meson-pcie.txt "

[PATCH 00/57] media: atomisp: Big power-management changes + lots of fixes
 2023-01-23 18:48 UTC  (95+ messages)
` [PATCH 01/57] media: atomisp: fix videobuf2 Kconfig depenendency
` [PATCH 02/57] media: atomisp: use vb2_start_streaming_called()
` [PATCH 03/57] media: atomisp: Remove atomisp_sw_contex struct
` [PATCH 04/57] media: atomisp: Move power-management over to a custom pm-domain
` [PATCH 05/57] media: atomisp: Silence "isys dma store at addr, val" debug messages
` [PATCH 06/57] media: atomisp: Remove non working doorbell check from punit_ddr_dvfs_enable()
` [PATCH 07/57] media: atomisp: Remove useless msleep(10) before power-on on BYT
` [PATCH 08/57] media: atomisp: Remove custom ATOMISP_IOC_ISP_MAKERNOTE ioctl
` [PATCH 09/57] media: atomisp: Remove custom ATOMISP_IOC_G_SENSOR_MODE_DATA ioctl
` [PATCH 10/57] media: atomisp: Remove V4L2_CID_BIN_FACTOR_HORZ/_VERT
` [PATCH 11/57] media: atomisp: Remove no longer used binning info from sensor resolution info
` [PATCH 12/57] media: atomisp: Propagate set_fmt() errors in queue_setup()
` [PATCH 13/57] media: atomisp: Remove deferred firmware loading support
` [PATCH 14/57] media: atomisp: Check buffer index is in range inside atomisp_qbuf_wrapper()
` [PATCH 15/57] media: atomisp: Drop atomisp_init_pipe()
` [PATCH 16/57] media: atomisp: Remove unnecessary memset(foo, 0, sizeof(foo)) calls
` [PATCH 17/57] media: atomisp: Only set default_run_mode on first open of a stream/asd
` [PATCH 18/57] media: atomisp: Do not turn off sensor when the atomisp-sub-dev does not own it
` [PATCH 19/57] media: atomisp: Allow sensor drivers without a s_power callback
` [PATCH 20/57] media: atomisp: Fix regulator registers on BYT devices with CRC PMIC
` [PATCH 21/57] media: atomisp: Remove atomisp_gmin_find_subdev()
` [PATCH 22/57] media: atomisp: Add atomisp_register_sensor_no_gmin() helper
` [PATCH 23/57] media: atomisp: Fix WARN() when the vb2 start_streaming callback fails
` [PATCH 24/57] media: atomisp: Drop ffmt local var from atomisp_set_fmt()
` [PATCH 25/57] media: atomisp: Stop overriding padding w/h to 12 on BYT
` [PATCH 26/57] media: atomisp: Put sensor ACPI devices in D3 before disable ACPI power-resources
` [PATCH 27/57] media: atomisp: Remove isp_subdev_link_setup()
` [PATCH 28/57] media: Add ovxxxx_16bit_addr_reg_helpers.h
` [PATCH 29/57] media: atomisp: ov2680: Use the new ovxxxx_16bit_addr_reg_helpers.h
` [PATCH 30/57] media: atomisp: ov2680: Rework flip ctrls
` [PATCH 31/57] media: atomisp: ov2680: Drop custom ATOMISP_IOC_S_EXPOSURE support
` [PATCH 32/57] media: atomisp: ov2680: Add exposure and gain controls
` [PATCH 33/57] media: atomisp: ov2680: Add test pattern control
` [PATCH 34/57] media: atomisp: ov2680: Fix window settings and enable window for all resolutions
` [PATCH 35/57] media: atomisp: ov2680: Make setting the modes algorithm based
` [PATCH 36/57] media: atomisp: ov2680: Use defines for fps, lines-per-frame and skip-frames
` [PATCH 37/57] media: atomisp: ov2680: Drop unused res member from struct ov2680_device
` [PATCH 38/57] media: atomisp: ov2680: Fix ov2680_enum_frame_interval()
` [PATCH 39/57] media: atomisp: ov2680: Drop v4l2_find_nearest_size() call from set_fmt()
` [PATCH 40/57] media: atomisp: ov2680: Drop struct ov2680_resolution / ov2680_res_preview
` [PATCH 41/57] media: atomisp: ov2680: Fix frame_size list
` [PATCH 42/57] media: atomisp: ov2680: Remove unused data-types and defines from ov2680.h
` [PATCH 43/57] media: atomisp: ov2680: Drop MAX_FMTS define
` [PATCH 44/57] media: atomisp: ov2680: Consistently indent define values
` [PATCH 45/57] media: atomisp: ov2680: Cleanup includes
` [PATCH 46/57] media: atomisp: ov2680: Delay power-on till streaming is started
` [PATCH 47/57] media: atomisp: ov2680: Add runtime-pm support
` [PATCH 48/57] media: atomisp: ov2680: s/dev/sensor/
` [PATCH 49/57] media: atomisp: ov2680: Use devm_kzalloc() for sensor data struct
` [PATCH 50/57] media: atomisp: ov2680: Switch over to ACPI powermanagement
` [PATCH 51/57] media: atomisp: ov2722: Call atomisp_gmin_remove_subdev() on probe failure
` [PATCH 52/57] media: atomisp: ov2722: Fix GPIO1 polarity
` [PATCH 53/57] media: atomisp: ov2722: Don't take the input_lock for try_fmt calls
` [PATCH 54/57] media: atomisp: ov2722: Power on sensor from set_fmt() callback
` [PATCH 55/57] media: atomisp: pci: Replace bytes macros with functions
` [PATCH 56/57] media: atomisp: pci: hive_isp_css_common: host: vmem: Replace SUBWORD "
` [PATCH 57/57] media: atomisp: pci: sh_css: Inline single invocation of macro STATS_ENABLED()

[PATCH v6 0/6] staging: vc04_services: vchiq: Register devices with a custom bus_type
 2023-01-23 18:22 UTC  (11+ messages)
` [PATCH v6 6/6] "

[PATCH v2 0/8] ACPI _CRS CSI-2 and MIPI DisCo for Imaging support
 2023-01-23 17:25 UTC  (17+ messages)
` [PATCH v2 1/8] ACPI: property: Parse data node string references in properties
` [PATCH v2 2/8] ACPI: property: Parse _CRS CSI-2 descriptor
` [PATCH v2 3/8] device property: Add SOFTWARE_NODE() macro for defining software nodes
` [PATCH v2 4/8] ACPI: property: Generate camera swnodes for ACPI and DisCo for Imaging
` [PATCH v2 5/8] ACPI: property: Dig "rotation" property for devices with CSI2 _CRS
` [PATCH v2 6/8] ACPI: property: Rename parsed MIPI DisCo for Imaging properties
` [PATCH v2 7/8] ACPI: property: Skip MIPI property table without "mipi-img" prefix
` [PATCH v2 8/8] ACPI: property: Document _CRS CSI-2 and DisCo for Imaging support

[linux-next:master] BUILD REGRESSION 691781f561e9868a94c3ed7daf4adad7f8af5d16
 2023-01-23 17:18 UTC 

[PATCH v2 00/13] spi: Add support for stacked/parallel memories
 2023-01-23 17:16 UTC  (21+ messages)
` [PATCH v2 01/13] spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiod
` [PATCH v2 02/13] spi: Replace all spi->chip_select and spi->cs_gpiod references with function call
` [PATCH v2 03/13] net: "
` [PATCH v2 04/13] iio: imu: "
` [PATCH v2 05/13] mtd: devices: "
` [PATCH v2 06/13] staging: "
` [PATCH v2 07/13] platform/x86: serial-multi-instantiate: "
` [PATCH v2 10/13] mtd: spi-nor: Add stacked memories support in spi-nor

DMA-heap driver hints
 2023-01-23 16:58 UTC  (7+ messages)
` [PATCH 1/2] dma-heap: add device link and unlink functions
` [PATCH 2/2] media: uvcvideo: expose dma-heap hint to userspace

[RFC PATCH 0/4] Drop custom logging
 2023-01-23 16:54 UTC  (14+ messages)

[PATCH 0/2] media: meson: vdec: add HEVC decode codec
 2023-01-23 16:18 UTC  (4+ messages)
` [PATCH 1/2] media: meson: vdec: implement 10bit bitstream handling
` [PATCH 2/2] media: meson: vdec: add HEVC decode codec

[PATCH v5 00/12] Add support for multiple chips
 2023-01-23 15:51 UTC  (5+ messages)
` [PATCH v5 02/12] media: platform: mtk-mdp3: add chip configuration header file

[PATCH v2] media: rc: Fix use-after-free bugs caused by ene_tx_irqsim()
 2023-01-23 15:13 UTC  (2+ messages)

[PATCH v2 04/10] iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous()
 2023-01-23 13:58 UTC  (3+ messages)

[PATCH] media: rc: Fix use-after-free bugs caused by ene_tx_irqsim()
 2023-01-23 13:15 UTC  (3+ messages)

[PATCH -next] media: staging: stkwebcam: Fix the build error with stkwebcam
 2023-01-23 12:37 UTC  (2+ messages)

[PATCH 0/4] Allwinner D1 video engine support
 2023-01-23 12:33 UTC  (2+ messages)

[PATCH v2] media: atomisp: pci: sh_css: Inline single invocation of macro STATS_ENABLED()
 2023-01-23 12:28 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] media: atomisp: pci: hive_isp_css_common: host: vmem: Replace SUBWORD macros with functions
 2023-01-23 12:28 UTC  (2+ messages)

[PATCH v5] media: atomisp: pci: Replace bytes macros with functions
 2023-01-23 12:27 UTC  (3+ messages)
` [PATCH v6] "

[PATCH] media: meson: vdec: esparser: check parsing state with hardware write pointer
 2023-01-23 12:04 UTC  (3+ messages)

drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c:2222 mxc_jpeg_probe() warn: missing unwind goto?
 2023-01-23 12:03 UTC 

[PATCH 0/8] ACPI _CRS CSI-2 and MIPI DisCo for Imaging support
 2023-01-23 11:15 UTC  (6+ messages)
` [PATCH 4/8] ACPI: property: Generate camera swnodes for ACPI and DisCo for Imaging

[PATCH for v6.2] media: videobuf2: set q->streaming later
 2023-01-23 10:43 UTC  (2+ messages)

[PATCH 1/8] iommu: Add a gfp parameter to iommu_map()
 2023-01-23  9:59 UTC  (6+ messages)

[PATCH 10/15] serial: ambarella: add support for Ambarella uart_port
 2023-01-23  9:51 UTC  (2+ messages)

[PATCH v2 10/11] dt-bindings: PCI: convert amlogic,meson-pcie.txt to dt-schema
 2023-01-23  9:46 UTC  (2+ messages)

[GIT PULL FOR 6.3 v2] Lots of camera sensor and some MC material
 2023-01-23  9:42 UTC 

[PATCH v2 00/11] dt-bindings: first batch of dt-schema conversions for Amlogic Meson bindings
 2023-01-23  9:42 UTC  (4+ messages)
` [PATCH v2 04/11] dt-bindings: watchdog: convert meson-wdt.txt to dt-schema

[PATCH v2] staging: media: imx: change imx_media_fim_set_stream() to return void
 2023-01-23  9:24 UTC  (3+ messages)

[PATCH] media: meson: vdec: remove redundant if statement
 2023-01-23  8:49 UTC  (2+ messages)

[PATCH] media: vsp1: Replace vb2_is_streaming() with vb2_start_streaming_called()
 2023-01-23  8:49 UTC  (2+ messages)

ld.lld: error: undefined symbol: vb2_vmalloc_memops
 2023-01-23  8:25 UTC 

[PATCH] drm/vc4: hdmi: make CEC adapter name unique
 2023-01-23  8:00 UTC  (3+ messages)

[PATCH RESEND v10 0/5] media: i2c: imx334: support lower bandwidth mode
 2023-01-23  8:00 UTC  (5+ messages)
` [PATCH RESEND v10 4/5] dt-bindings: media: i2c: imx334 add new link_freq

cron job: media_tree daily build: ERRORS
 2023-01-23  2:46 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).