public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2023-11-06 17:53:15 to 2023-11-09 21:03:55 UTC [more...]

[PATCH v2 00/15] staging: vc04_services: bcm2835-isp support
 2023-11-09 21:03 UTC  (13+ messages)
` [PATCH v2 01/15] staging: vc04_services: Add new vc-sm-cma driver
` [PATCH v2 02/15] staging: vc04_services: vchiq_arm: Register vcsm-cma driver
` [PATCH v2 03/15] media: videobuf2: Allow exporting of a struct dmabuf
` [PATCH v2 04/15] staging: mmal-vchiq: Add support for event callbacks
` [PATCH v2 05/15] staging: mmal-vchiq: Use vc-sm-cma to support zero copy
` [PATCH v2 06/15] staging: mmal_vchiq: Add image formats to be used by bcm2835-isp
` [PATCH v2 07/15] media: uapi: v4l2-core: Add ISP statistics output V4L2 fourcc type
` [PATCH v2 08/15] uapi: bcm2835-isp: Add bcm2835-isp uapi header file
` [PATCH v2 09/15] staging: vc04_services: Add helpers for vchiq driver data
` [PATCH v2 10/15] staging: vc04_services: bcm2835-isp: Add a more complex ISP processing component
` [PATCH v2 11/15] vc04_services: bcm2835-isp: Allow formats with different colour spaces
` [PATCH v2 12/15] vc04_services: bcm2835-isp: Permit all sRGB colour spaces on ISP outputs

[PATCH v2] v4l2-compliance: codecs: Add stateless (TRY_)DECODER_CMD tests
 2023-11-09 20:27 UTC 

[PATCH] v4l2-compliance: codecs: Add stateless (TRY_)DECODER_CMD tests
 2023-11-09 20:25 UTC 

[PATCH v15 13/56] media: mediatek: vcodec: Stop direct calls to queue num_buffers field
 2023-11-09 20:21 UTC  (45+ messages)
` [PATCH v15 14/56] media: sti: hva: Remove useless check
` [PATCH v15 15/56] media: visl: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v15 16/56] media: atomisp: "
` [PATCH v15 17/56] media: atomisp: Stop direct calls to queue num_buffers field
` [PATCH v15 18/56] media: dvb-core: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v15 19/56] media: dvb-core: Do not initialize twice queue num_buffer field
` [PATCH v15 20/56] media: dvb-frontends: rtl2832: Stop direct calls to queue num_buffers field
` [PATCH v15 21/56] media: pci: dt3155: Remove useless check
` [PATCH v15 22/56] media: pci: tw686x: Stop direct calls to queue num_buffers field
` [PATCH v15 23/56] media: pci: cx18: "
` [PATCH v15 24/56] media: pci: netup_unidvb: "
` [PATCH v15 25/56] media: pci: tw68: "
` [PATCH v15 26/56] media: i2c: video-i2c: "
` [PATCH v15 27/56] media: coda: "
` [PATCH v15 28/56] media: nxp: "
` [PATCH v15 29/56] media: verisilicon: "
` [PATCH v15 30/56] media: test-drivers: "
` [PATCH v15 31/56] media: imx: "
` [PATCH v15 32/56] media: meson: vdec: "
` [PATCH v15 33/56] touchscreen: sur40: "
` [PATCH v15 34/56] sample: v4l: "
` [PATCH v15 35/56] media: cedrus: "
` [PATCH v15 36/56] media: nuvoton: "
` [PATCH v15 37/56] media: renesas: "
` [PATCH v15 38/56] media: ti: "
` [PATCH v15 39/56] media: usb: airspy: "
` [PATCH v15 40/56] media: usb: cx231xx: "
` [PATCH v15 41/56] media: usb: hackrf: "
` [PATCH v15 42/56] media: usb: usbtv: "
` [PATCH v15 43/56] media videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v15 44/56] media: core: Report the maximum possible number of buffers for the queue
` [PATCH v15 45/56] media: test-drivers: vivid: Increase max supported buffers for capture queues
` [PATCH v15 46/56] media: test-drivers: vicodec: Increase max supported capture queue buffers
` [PATCH v15 47/56] media: verisilicon: Refactor postprocessor to store more buffers
` [PATCH v15 48/56] media: verisilicon: Store chroma and motion vectors offset
` [PATCH v15 49/56] media: verisilicon: g2: Use common helpers to compute chroma and mv offsets
` [PATCH v15 50/56] media: verisilicon: vp9: Allow to change resolution while streaming
` [PATCH v15 51/56] media: core: Rework how create_buf index returned value is computed
` [PATCH v15 52/56] media: core: Add bitmap manage bufs array entries
` [PATCH v15 53/56] media: core: Free range of buffers
` [PATCH v15 54/56] media: v4l2: Add DELETE_BUFS ioctl
` [PATCH v15 55/56] media: v4l2: Add mem2mem helpers for "
` [PATCH v15 56/56] media: test-drivers: Use helper "

[PATCH 1/4] media: vicodec: Disable (TRY_)DECODER_CMD for the stateless case
 2023-11-09 20:16 UTC  (4+ messages)
` [PATCH 2/4] media: visl: Hook the (TRY_)DECODER_CMD stateless ioctls
` [PATCH 3/4] media: verisilicon: "
` [PATCH 4/4] media: rkvdec: "

[PATCH v4 00/11] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
 2023-11-09 18:25 UTC  (25+ messages)
` [PATCH v4 01/11] media: v4l2-common: Add helpers to calculate bytesperline and sizeimage
` [PATCH v4 02/11] media: v4l2: Add NV15 and NV20 pixel formats
` [PATCH v4 03/11] media: rkvdec: h264: Use bytesperline and buffer height as virstride
` [PATCH v4 04/11] media: rkvdec: h264: Don't hardcode SPS/PPS parameters
` [PATCH v4 05/11] media: rkvdec: h264: Remove SPS validation at streaming start
` [PATCH v4 06/11] media: rkvdec: Extract rkvdec_fill_decoded_pixfmt into helper
` [PATCH v4 07/11] media: rkvdec: Move rkvdec_reset_decoded_fmt helper
` [PATCH v4 08/11] media: rkvdec: Extract decoded format enumeration into helper
` [PATCH v4 11/11] media: rkvdec: h264: Support High 10 and 4:2:2 profiles

[PATCH 0/9] media: rkvdec: Add HEVC backend
 2023-11-09 17:45 UTC  (6+ messages)

[PATCH v14 00/56] Add DELETE_BUF ioctl
 2023-11-09 16:29 UTC  (123+ messages)
` [PATCH v14 01/56] media: videobuf2: Rename offset parameter
` [PATCH v14 02/56] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v14 03/56] media: videobuf2: Stop spamming kernel log with all queue counter
` [PATCH v14 04/56] media: videobuf2: Use vb2_buffer instead of index
` [PATCH v14 05/56] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v14 06/56] media: videobuf2: Remove duplicated index vs q->num_buffers check
` [PATCH v14 07/56] media: videobuf2: Add helper to get queue number of buffers
` [PATCH v14 08/56] media: videobuf2: Use vb2_get_num_buffers() helper
` [PATCH v14 09/56] media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v14 10/56] media: amphion: Stop direct calls to queue num_buffers field
` [PATCH v14 11/56] media: mediatek: jpeg: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v14 12/56] media: mediatek: vdec: Remove useless loop
` [PATCH v14 13/56] media: mediatek: vcodec: Stop direct calls to queue num_buffers field
` [PATCH v14 14/56] media: sti: hva: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v14 15/56] media: visl: "
` [PATCH v14 18/56] media: dvb-core: "
` [PATCH v14 19/56] media: dvb-core: Do not initialize twice queue num_buffer field
` [PATCH v14 20/56] media: dvb-frontends: rtl2832: Stop direct calls to queue num_buffers field
` [PATCH v14 21/56] media: pci: dt3155: Remove useless check
` [PATCH v14 22/56] media: pci: tw686x: Stop direct calls to queue num_buffers field
` [PATCH v14 23/56] media: pci: cx18: "
` [PATCH v14 24/56] media: pci: netup_unidvb: "
` [PATCH v14 25/56] media: pci: tw68: "
` [PATCH v14 26/56] media: i2c: video-i2c: "
` [PATCH v14 27/56] media: coda: "
` [PATCH v14 28/56] media: nxp: "
` [PATCH v14 29/56] media: verisilicon: "
` [PATCH v14 30/56] media: test-drivers: "
` [PATCH v14 31/56] media: imx: "
` [PATCH v14 32/56] media: meson: vdec: "
` [PATCH v14 33/56] touchscreen: sur40: "
` [PATCH v14 34/56] sample: v4l: "
` [PATCH v14 35/56] media: cedrus: "
` [PATCH v14 36/56] media: nuvoton: "
` [PATCH v14 37/56] media: renesas: "
` [PATCH v14 38/56] media: ti: "
` [PATCH v14 39/56] media: usb: airspy: "
` [PATCH v14 40/56] media: usb: cx231xx: "
` [PATCH v14 41/56] media: usb: hackrf: "
` [PATCH v14 42/56] media: usb: usbtv: "
` [PATCH v14 44/56] media: core: Report the maximum possible number of buffers for the queue
` [PATCH v14 45/56] media: test-drivers: vivid: Increase max supported buffers for capture queues
` [PATCH v14 46/56] media: test-drivers: vicodec: Increase max supported capture queue buffers
` [PATCH v14 47/56] media: verisilicon: Refactor postprocessor to store more buffers
` [PATCH v14 48/56] media: verisilicon: Store chroma and motion vectors offset
` [PATCH v14 49/56] media: verisilicon: g2: Use common helpers to compute chroma and mv offsets
` [PATCH v14 50/56] media: verisilicon: vp9: Allow to change resolution while streaming
` [PATCH v14 52/56] media: core: Add bitmap manage bufs array entries
` [PATCH v14 53/56] media: core: Free range of buffers
` [PATCH v14 54/56] media: v4l2: Add DELETE_BUFS ioctl
` [PATCH v14 56/56] media: test-drivers: Use helper for "

[PATCH v15 00/56] Add DELETE_BUF ioctl
 2023-11-09 16:29 UTC  (13+ messages)
` [PATCH v15 01/56] media: videobuf2: Rename offset parameter
` [PATCH v15 02/56] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v15 03/56] media: videobuf2: Stop spamming kernel log with all queue counter
` [PATCH v15 04/56] media: videobuf2: Use vb2_buffer instead of index
` [PATCH v15 05/56] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v15 06/56] media: videobuf2: Remove duplicated index vs q->num_buffers check
` [PATCH v15 07/56] media: videobuf2: Add helper to get queue number of buffers
` [PATCH v15 08/56] media: videobuf2: Use vb2_get_num_buffers() helper
` [PATCH v15 09/56] media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v15 10/56] media: amphion: Stop direct calls to queue num_buffers field
` [PATCH v15 11/56] media: mediatek: jpeg: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v15 12/56] media: mediatek: vdec: Remove useless loop

[PATCH 5.10/5.15 0/1] media: atomisp: add error checking to atomisp_create_pipes_stream()
 2023-11-09 15:00 UTC  (2+ messages)
` [PATCH 5.10/5.15 1/1] "

[PATCH v14.1] media: videobuf2: Be more flexible on the number of queue stored buffers
 2023-11-09  6:05 UTC  (4+ messages)

[PATCH 0/2] staging: vc04_services: Use %p to log pointer
 2023-11-07 16:55 UTC  (3+ messages)
` [PATCH 1/2] staging: vc04_services: Use %p to log pointer address
` [PATCH 2/2] "

[PATCH 0/9] staging: vc04_services: Smatch fixes and remove custom logging
 2023-11-07 12:38 UTC  (15+ messages)
` [PATCH 1/9] staging: vc04_services: vchiq_core: Log through struct vchiq_instance
` [PATCH 2/9] staging: vc04_services: Log using pr_err() when vchiq_state is unset
` [PATCH 3/9] staging: vc04_services: bcm2835-camera: Remove redundant null check
` [PATCH 4/9] staging: vc04_services: Shorten helper function name
` [PATCH 5/9] staging: vc04_services: Do not pass NULL to vchiq_log_error()
` [PATCH 6/9] staging: vc04_services: Drop vchiq_log_error() in favour of dev_dbg
` [PATCH 7/9] staging: vc04_services: Drop vchiq_log_warning() "
` [PATCH 8/9] staging: vc04_services: Drop vchiq_log_trace() "
` [PATCH 9/9] staging: vc04_services: Drop vchiq_log_debug() "

[PATCH v11 0/9] Add StarFive Camera Subsystem driver
 2023-11-07 10:09 UTC  (9+ messages)

[PATCH 0/3] staging: vc04: Smatch analysis fixes
 2023-11-07  9:56 UTC  (4+ messages)
` [PATCH 1/3] staging: vc04_services: vchiq_core: Log through struct vchiq_instance

[PATCH] staging: Revert "staging: qlge: Retire the driver"
 2023-11-07  2:15 UTC  (3+ messages)

[PATCH] staging: vc04_services: remove empty functions
 2023-11-06 17:52 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox