linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-06 04:11:40 to 2023-12-07 15:51:36 UTC [more...]

[PATCH v5 00/44] drm/connector: Create HDMI Connector infrastructure
 2023-12-07 15:50 UTC  (45+ messages)
` [PATCH v5 01/44] drm/tests: helpers: Include missing drm_drv header
` [PATCH v5 02/44] drm/tests: helpers: Add atomic helpers
` [PATCH v5 03/44] drm/tests: Add helper to create mock plane
` [PATCH v5 04/44] drm/tests: Add helper to create mock crtc
` [PATCH v5 05/44] drm/tests: connector: Add tests for drmm_connector_init
` [PATCH v5 06/44] drm/connector: Introduce an HDMI connector initialization function
` [PATCH v5 07/44] drm/connector: hdmi: Create an HDMI sub-state
` [PATCH v5 08/44] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v5 09/44] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v5 10/44] drm/connector: hdmi: Add output BPC "
` [PATCH v5 11/44] drm/connector: hdmi: Add support for output format
` [PATCH v5 12/44] drm/connector: hdmi: Add HDMI compute clock helper
` [PATCH v5 13/44] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v5 14/44] drm/connector: hdmi: Add custom hook to filter "
` [PATCH v5 15/44] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v5 16/44] drm/connector: hdmi: Add Infoframes generation
` [PATCH v5 17/44] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v5 18/44] drm/vc4: hdmi: Create destroy state implementation
` [PATCH v5 19/44] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH v5 20/44] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v5 21/44] drm/vc4: tests: Convert to plane creation helper
` [PATCH v5 22/44] drm/rockchip: inno_hdmi: Remove useless mode_fixup
` [PATCH v5 23/44] drm/rockchip: inno_hdmi: Remove useless copy of drm_display_mode
` [PATCH v5 24/44] drm/rockchip: inno_hdmi: Switch encoder hooks to atomic
` [PATCH v5 25/44] drm/rockchip: inno_hdmi: Get rid of mode_set
` [PATCH v5 26/44] drm/rockchip: inno_hdmi: no need to store vic
` [PATCH v5 27/44] drm/rockchip: inno_hdmi: Remove unneeded has audio flag
` [PATCH v5 28/44] drm/rockchip: inno_hdmi: Remove useless input format
` [PATCH v5 29/44] drm/rockchip: inno_hdmi: Remove useless output format
` [PATCH v5 30/44] drm/rockchip: inno_hdmi: Remove useless colorimetry
` [PATCH v5 31/44] drm/rockchip: inno_hdmi: Remove useless enum
` [PATCH v5 32/44] drm/rockchip: inno_hdmi: Remove tmds rate from structure
` [PATCH v5 33/44] drm/rockchip: inno_hdmi: Remove useless coeff_csc matrix
` [PATCH v5 34/44] drm/rockchip: inno_hdmi: Remove useless mode_valid
` [PATCH v5 35/44] drm/rockchip: inno_hdmi: Drop HDMI Vendor Infoframe support
` [PATCH v5 36/44] drm/rockchip: inno_hdmi: Move infoframe disable to separate function
` [PATCH v5 37/44] drm/rockchip: inno_hdmi: Switch to infoframe type
` [PATCH v5 38/44] drm/rockchip: inno_hdmi: Remove unused drm device pointer
` [PATCH v5 39/44] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v5 40/44] drm/sun4i: hdmi: Convert encoder to atomic
` [PATCH v5 41/44] drm/sun4i: hdmi: Move mode_set into enable
` [PATCH v5 42/44] drm/sun4i: hdmi: Switch to container_of_const
` [PATCH v5 43/44] drm/sun4i: hdmi: Consolidate atomic_check and mode_valid
` [PATCH v5 44/44] drm/sun4i: hdmi: Switch to HDMI connector

[PATCH v2 0/4] media: rkisp1: Misc fixes and debug
 2023-12-07 14:51 UTC  (5+ messages)
` [PATCH v2 4/4] media: rkisp1: debug: Consolidate counter debugfs files

[PATCH v3 0/4] media: rkisp1: Fix IRQ related issues
 2023-12-07 14:42 UTC  (6+ messages)
` [PATCH v3 1/4] media: rkisp1: Drop IRQF_SHARED
` [PATCH v3 2/4] media: rkisp1: Fix IRQ handler return values
` [PATCH v3 3/4] media: rkisp1: Store IRQ lines
` [PATCH v3 4/4] media: rkisp1: Fix IRQ disable race issue

[PATCH v2 1/1] media: nxp: imx8-isi-debug: Add missing 36-Bit DMA registers to debugfs output
 2023-12-07 14:28 UTC  (4+ messages)

[PATCH v2] media: dt-bindings: ov8856: decouple lanes and link frequency from driver
 2023-12-07 14:23 UTC 

[PATCH] media: dt-bindings: ov8856: add missing second link frequency in example
 2023-12-07 13:59 UTC  (5+ messages)

[GIT PULL FOR 6.8] Fixes for recent patches
 2023-12-07 13:51 UTC  (2+ messages)
` [GIT PULL FOR 6.8] Fixes for recent patches (#97740)

[PATCH 0/4] Improvement around mtk_vcodec_mem_free() logging and usage
 2023-12-07 12:54 UTC  (12+ messages)
` [PATCH 1/4] media: mediatek: vcodec: Replace dev_name in error string
` [PATCH 2/4] media: mediatek: vcodec: Drop unnecessary variable
` [PATCH 3/4] media: mediatek: vcodec: Fix mtk_vcodec_mem_free() error log criteria
` [PATCH 4/4] media: mediatek: vcodec: Drop VA check against mtk_vcodec_mem_free()

[PATCH 0/6] Old non-MC-aware drivers have no sub-device state
 2023-12-07 12:48 UTC  (14+ messages)
` [PATCH 1/6] media: saa6752hs: Don't set format in "
` [PATCH 2/6] media: adv7183: "
` [PATCH 3/6] media: mt9t112: "
` [PATCH 4/6] media: rj54n1cb0c: "
` [PATCH 5/6] media: tw9910: "
` [PATCH 6/6] media: ov9640: "

[PATCH v2 0/2] Update Wave521c Compatible for TI Devices
 2023-12-07 12:44 UTC  (8+ messages)
` [PATCH v2 1/2] dt-bindings: media: Remove K3 Family Prefix from Compatible
` [PATCH v2 2/2] media: chips-media: wave5: Remove K3 References

[PATCH v2 0/2] media: i2c: Add support for GC08A3 sensor
 2023-12-07 12:30 UTC  (10+ messages)
` [PATCH 1/2] media: i2c: Add GC08A3 image sensor driver
` [PATCH 2/2] media: dt-bindings: media: i2c: Document GC08A3 bindings

[PATCH v5 0/2] media: i2c: Add driver for OmniVision OV64A40
 2023-12-07 11:56 UTC  (15+ messages)
` [PATCH v5 1/2] media: dt-bindings: Add "
` [PATCH v5 2/2] media: i2c: Add driver for "

[PATCH 1/1] media: nxp: imx8-isi-debug: Add missing registers to debugfs output
 2023-12-07 11:09 UTC  (5+ messages)

[PATCH 0/2] media: i2c: Add support for GC08A3 sensor
 2023-12-07 11:06 UTC  (6+ messages)
` [PATCH 1/2] media: dt-bindings: media: i2c: Document GC08A3 bindings
` [PATCH 2/2] media: i2c: Add GC08A3 image sensor driver

[PATCH 1/1] media: v4l: Safely to call v4l2_subdev_cleanup on an uninitialised subdev
 2023-12-07 10:06 UTC 

[PATCH 00/15] Intel IPU6 and IPU6 input system drivers
 2023-12-07  9:28 UTC  (3+ messages)
` [PATCH 11/15] media: intel/ipu6: input system video capture nodes

[PATCH v2 00/35] bitops: add atomic find_bit() operations
 2023-12-07  9:10 UTC  (4+ messages)

[PATCH v3 0/4] staging: vc04_services: Drop custom logging
 2023-12-07  8:41 UTC  (7+ messages)
` [PATCH v3 1/4] staging: vc04_services: Drop vchiq_log_error() in favour of dev_err

[PATCH v3 0/2] staging: vc04_services: Use %p to log pointer
 2023-12-07  8:38 UTC  (3+ messages)
` [PATCH v3 1/2] staging: vc04_services: vchiq_arm: Use %p to log pointer address
` [PATCH v3 2/2] staging: vc04_services: vchiq_dev: "

cron job: media_tree daily build: WARNINGS
 2023-12-07  2:49 UTC 

[PATCH v4 0/4] media: i2c: imx214: Extend with sensor size and firmware information
 2023-12-06 22:33 UTC  (5+ messages)
` [PATCH v4 1/4] media: i2c: imx214: Explain some magic numbers
` [PATCH v4 2/4] media: i2c: imx214: Move controls init to separate function
` [PATCH v4 3/4] media: i2c: imx214: Read orientation and rotation from system firmware
` [PATCH v4 4/4] media: i2c: imx214: Add sensor's pixel matrix size

[PATCH v2 0/4] media: rkisp1: Fix IRQ related issues
 2023-12-06 22:13 UTC  (9+ messages)
` [PATCH v2 1/4] media: rkisp1: Drop IRQF_SHARED
` [PATCH v2 2/4] media: rkisp1: Fix IRQ handler return values
` [PATCH v2 3/4] media: rkisp1: Store IRQ lines
` [PATCH v2 4/4] media: rkisp1: Fix IRQ disable race issue

[PATCH] media: chips-media: wave5: requires GENERIC_ALLOCATOR
 2023-12-06 20:48 UTC 

[PATCH v2 00/15] Intel IPU6 and IPU6 input system drivers
 2023-12-06 14:53 UTC  (3+ messages)
` [PATCH v2 05/15] media: intel/ipu6: add IPU6 DMA mapping API and MMU table

[GIT PULL FOR v6.8] Various fixes and enhancements
 2023-12-06 13:57 UTC  (2+ messages)
` [GIT PULL FOR v6.8] Various fixes and enhancements (#97707)

[Patch v5 00/11] Add MFC V12 support
 2023-12-06 12:59 UTC  (16+ messages)
  ` [Patch v5 01/11] dt-bindings: media: s5p-mfc: Add mfcv12 variant
  ` [Patch v5 02/11] media: s5p-mfc: Rename IS_MFCV10 macro
  ` [Patch v5 03/11] media: s5p-mfc: Add initial support for MFCv12
  ` [Patch v5 04/11] media: s5p-mfc: Add YV12 and I420 multiplanar format support
  ` [Patch v5 05/11] media: s5p-mfc: Add support for rate controls in MFCv12
  ` [Patch v5 06/11] media: s5p-mfc: Add support for UHD encoding
  ` [Patch v5 07/11] media: s5p-mfc: Add support for DMABUF for encoder
  ` [Patch v5 08/11] media: s5p-mfc: Set context for valid case before calling try_run
  ` [Patch v5 09/11] media: s5p-mfc: Load firmware for each run in MFCv12
  ` [Patch v5 10/11] media: s5p-mfc: DPB Count Independent of VIDIOC_REQBUF
  ` [Patch v5 11/11] arm64: dts: fsd: Add MFC related DT enteries

[PATCH v6 0/8] media: qcom: camss: Introduce support for named power-domains
 2023-12-06 12:28 UTC  (5+ messages)
` [PATCH v6 5/8] media: qcom: camss: Add "
    ` [PATCH v6.1] "

[PATCH v3 0/2] Clean up min_buffers_needed misusages
 2023-12-06 11:59 UTC  (5+ messages)
` [PATCH v3 1/2] videobuf2: core: Rename min_buffers_needed field to vb2_queue
` [PATCH v3 2/2] videobuf2: Add min_reqbufs_allocation field to vb2_queue structure

KASAN: use-after-free Read in __media_entity_remove_links
 2023-12-06 11:40 UTC  (2+ messages)
` [syzbot] "

[PATCH 1/2] dt-bindings: media: Remove K3 Family Prefix from Compatible
 2023-12-06 11:16 UTC  (2+ messages)

[GIT PULL FOR v6.8] bttv: three fixes due to vb2 conversion fallout
 2023-12-06 11:09 UTC  (2+ messages)
` [GIT PULL FOR v6.8] bttv: three fixes due to vb2 conversion fallout (#97704)

[PATCH v9 0/5] Add Toshiba Visconti Video Input Interface driver
 2023-12-06 11:08 UTC  (13+ messages)
` [PATCH v9 3/5] media: platform: visconti: add V4L2 vendor specific control handlers
` [PATCH v9 5/5] MAINTAINERS: Add entries for Toshiba Visconti Video Input Interface

[PATCH v3 0/4] visl: Adapt output frames for reference comparison
 2023-12-06 10:46 UTC  (5+ messages)
` [PATCH v3 1/4] media: visl,vidtv: Set parameters permissions to 0444
` [PATCH v3 2/4] media: visl: Add a stable_output parameter

[PATCH v11 00/15] Add audio support in v4l2 framework
 2023-12-06 10:36 UTC  (3+ messages)

[PATCH 1/1] media: ccs: Select V4L2_CCI_I2C
 2023-12-06 10:13 UTC 

[PATCH 0/4] media: rkisp1: Fix IRQ related issues
 2023-12-06 10:08 UTC  (4+ messages)
` [PATCH 4/4] media: rkisp1: Fix IRQ disable race issue

[PATCH] [media] usbtv: Add error handling for usb_submit_urb in usbtv_audio_start
 2023-12-06  9:58 UTC  (2+ messages)

[PATCH] media: usb: s2255: device-id custom V4L2_CID
 2023-12-06  9:43 UTC  (2+ messages)

[PATCH 1/2] media: pci: mgb4: add COMMON_CLK dependency
 2023-12-06  9:18 UTC  (7+ messages)
` [PATCH 2/2] media: pci: mgb4: remove bogus 'select' statements

[RFC] drm/scheduler: Unwrap job dependencies
 2023-12-06  9:04 UTC  (12+ messages)
                    ` [Linaro-mm-sig] "

[PATCH v3 1/7] media: v4l2-subdev: Turn .[gs]_frame_interval into pad operations
 2023-12-06  8:58 UTC  (3+ messages)
` [PATCH v3 2/7] media: v4l2-subdev: Add which field to struct v4l2_subdev_frame_interval

[PATCH 0/3] media: imx415: Add more modes
 2023-12-06  7:38 UTC  (4+ messages)
` [PATCH 3/3] media: i2c: imx415: Add more supported modes

[PATCH v14 06/11] v4l2-ctrls: add support for V4L2_CTRL_WHICH_MIN/MAX_VAL
 2023-12-06  5:59 UTC  (3+ messages)

[PATCH v14 05/11] media: uvcvideo: Add support for compound controls
 2023-12-06  5:45 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 0f5f12ac05f36f117e793656c3f560625e927f1b
 2023-12-06  4:11 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).