Linux Media
[Prev Page][Next Page]
[linux-next:pending-fixes] BUILD REGRESSION 4604e2bc18b6af1d84e18b4da451fac9bf70f952, kernel test robot
ERROR: modpost: "snd_tea575x_hw_init" [drivers/media/pci/bt8xx/bttv.ko] undefined!, kernel test robot
[PATCH 0/4] Add Toshiba Visconti AFFINE image processing accelerator driver,
Yuji Ishikawa
[PATCH v5 0/2] Introduce Intra-refresh type control,
Dikshita Agarwal
[PATCH] media: amphion: fix error check return value of debugfs_create_file(),
cgel . zte
[PATCH] media: dvb-frontends: fix leak of memory fw, chinayanlei2002
[PATCH v3] media: usb: uvc: Add UVC_GUID_FORMAT_H265,
James_Lin
drivers/media/v4l2-core/v4l2-ctrls-request.o: warning: objtool: v4l2_ctrl_request_complete()+0xace: stack state mismatch: reg1[14]=-2-32 reg2[14]=-1+0, kernel test robot
[PATCH v16 0/6] Add mutex support for MDP,
Moudy Ho
RELIEF TRUST, Mr. Timo Helenius
[PATCH v13 0/3] media: mediatek: support mdp3 on mt8183 platform,
Moudy Ho
[PATCH v13 3/3] media: platform: mtk-mdp3: add Mediatek MDP3 driver, Moudy Ho
[PATCH] media: i2c: tw2804: Use ARRAY_SIZE instead of manual checking, Moses Christopher Bollavarapu
[PATCH] media: gpio-ir-tx: simplify wait logic, Sean Young
Merging support for HD809 DVB device, Gerald Hollfelder
[PATCH] media: i2c: tw9906: Use ARRAY_SIZE instead of manual checking, Moses Christopher Bollavarapu
[PATCH] media: i2c: tw9903: Use ARRAY_SIZE instead of manual checking,
Moses Christopher Bollavarapu
[PATCH] media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_init, Pavel Skripkin
[PATCH v3 0/4] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / ISP Driver,
Paul Kocialkowski
[PATCH v4 00/45] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / CSI Rework,
Paul Kocialkowski
- [PATCH v4 04/45] media: sun6i-csi: Always set exclusive module clock rate, Paul Kocialkowski
- [PATCH v4 03/45] media: sun6i-csi: Tidy up platform code, Paul Kocialkowski
- [PATCH v4 01/45] media: sun6i-csi: Define and use driver name and (reworked) description, Paul Kocialkowski
- [PATCH v4 02/45] media: sun6i-csi: Refactor main driver data structures, Paul Kocialkowski
- [PATCH v4 05/45] media: sun6i-csi: Define and use variant to get module clock rate, Paul Kocialkowski
- [PATCH v4 06/45] media: sun6i-csi: Use runtime pm for clocks and reset, Paul Kocialkowski
- [PATCH v4 07/45] media: sun6i-csi: Tidy up Kconfig, Paul Kocialkowski
- [PATCH v4 08/45] media: sun6i-csi: Tidy up v4l2 code, Paul Kocialkowski
- [PATCH v4 30/45] media: sun6i-csi: Introduce bridge format structure, list and helper, Paul Kocialkowski
- [PATCH v4 10/45] media: sun6i-csi: Pass and store csi device directly in video code, Paul Kocialkowski
- [PATCH v4 09/45] media: sun6i-csi: Tidy up video code, Paul Kocialkowski
- [PATCH v4 16/45] media: sun6i-csi: Add bridge v4l2 subdev with port management, Paul Kocialkowski
- [PATCH v4 37/45] media: sun6i-csi: Rename the capture video device to sun6i-csi-capture, Paul Kocialkowski
- [PATCH v4 33/45] media: sun6i-csi: Introduce format match structure, list and helper, Paul Kocialkowski
- [PATCH v4 19/45] media: sun6i-csi: Rework register definitions, invert misleading fields, Paul Kocialkowski
- [PATCH v4 18/45] media: sun6i-csi: Add capture state using vsync for page flip, Paul Kocialkowski
- [PATCH v4 28/45] media: sun6i-csi: Get mbus code from bridge instead of storing it, Paul Kocialkowski
- [PATCH v4 38/45] media: sun6i-csi: Cleanup headers and includes, update copyright lines, Paul Kocialkowski
- [PATCH v4 13/45] media: sun6i-csi: Introduce and use video helper functions, Paul Kocialkowski
- [PATCH v4 25/45] media: sun6i-csi: Rework capture format management with helper, Paul Kocialkowski
- [PATCH v4 15/45] media: media-entity: Add helper to get a single enabled link, Paul Kocialkowski
- [PATCH v4 34/45] media: sun6i-csi: Implement capture link validation with logic, Paul Kocialkowski
- [PATCH v4 36/45] media: sun6i-csi: Move hardware control to the bridge, Paul Kocialkowski
- [PATCH v4 31/45] media: sun6i-csi: Introduce capture format structure, list and helper, Paul Kocialkowski
- [PATCH v4 21/45] media: sun6i-csi: Implement address configuration without indirection, Paul Kocialkowski
- [PATCH v4 26/45] media: sun6i-csi: Remove custom format helper and rework configure, Paul Kocialkowski
- [PATCH v4 24/45] media: sun6i-csi: Move register configuration to capture, Paul Kocialkowski
- [PATCH v4 20/45] media: sun6i-csi: Add dimensions and format helpers to capture, Paul Kocialkowski
- [PATCH v4 12/45] media: sun6i-csi: Add media ops with link notify callback, Paul Kocialkowski
- [PATCH v4 32/45] media: sun6i-csi: Configure registers from format tables, Paul Kocialkowski
- [PATCH v4 22/45] media: sun6i-csi: Split stream sequences and irq code in capture, Paul Kocialkowski
- [PATCH v4 23/45] media: sun6i-csi: Move power management to runtime pm in capture, Paul Kocialkowski
- [PATCH v4 29/45] media: sun6i-csi: Tidy capture configure code, Paul Kocialkowski
- [PATCH v4 27/45] media: sun6i-csi: Add bridge dimensions and format helpers, Paul Kocialkowski
- [PATCH v4 17/45] media: sun6i-csi: Rename sun6i_video to sun6i_csi_capture, Paul Kocialkowski
- [PATCH v4 35/45] media: sun6i-csi: Get bridge subdev directly in capture stream ops, Paul Kocialkowski
- [PATCH v4 11/45] media: sun6i-csi: Register the media device after creation, Paul Kocialkowski
- [PATCH v4 14/45] media: sun6i-csi: Move csi buffer definition to main header file, Paul Kocialkowski
- [PATCH v4 39/45] media: sun6i-csi: Add support for MIPI CSI-2 to the bridge code, Paul Kocialkowski
- [PATCH v4 43/45] media: sun6i-csi: Detect the availability of the ISP, Paul Kocialkowski
- [PATCH v4 44/45] media: sun6i-csi: Add support for hooking to the isp devices, Paul Kocialkowski
- [PATCH v4 41/45] media: sun6i-csi: Add extra checks to the interrupt routine, Paul Kocialkowski
- [PATCH v4 42/45] media: sun6i-csi: Request a shared interrupt, Paul Kocialkowski
- [PATCH v4 45/45] MAINTAINERS: Add myself as sun6i-csi maintainer and rename/move entry, Paul Kocialkowski
- [PATCH v4 40/45] media: sun6i-csi: Only configure capture when streaming, Paul Kocialkowski
[PATCH v4 0/8] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / MIPI CSI-2 Support,
Paul Kocialkowski
[PATCH v5 0/4] media: i2c: imx412: Add regulator control to imx412,
Bryan O'Donoghue
[PATCH v2 0/5] media: Add ST VGXY61 camera sensor driver,
Benjamin Mugnier
[PATCH v1 0/2] media: vimc: add ancillary lens,
Yunke Cao
[linux-next:master] BUILD REGRESSION 40354149f4d738dc3492d9998e45b3f02950369a, kernel test robot
[GIT PULL V2 FOR 5.19] V4L2 patches,
Sakari Ailus
[syzbot] UBSAN: array-index-out-of-bounds in pvr2_i2c_core_init,
syzbot
[PATCH] media: hantro: HEVC: Fix output frame chroma offset, Benjamin Gaignard
[PATCH v7 0/3] Add support for RZ/G2L VSPD,
Biju Das
- [PATCH v7 3/3] media: renesas: vsp1: Add support for RZ/G2L VSPD, Biju Das
- [PATCH v7 1/3] media: dt-bindings: media: renesas,vsp1: Document RZ/{G2L,V2L} VSPD bindings To: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>, Rob Herring <robh+dt@xxxxxxxxxx>, Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx>, Biju Das
- Re: [PATCH v7 1/3] media: dt-bindings: media: renesas,vsp1: Document RZ/{G2L,V2L} VSPD bindings To: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>, Rob Herring <robh+dt@xxxxxxxxxx>, Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx>, Laurent Pinchart
- Re: [PATCH v7 1/3] media: dt-bindings: media: renesas,vsp1: Document RZ/{G2L,V2L} VSPD bindings To: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>, Rob Herring <robh+dt@xxxxxxxxxx>, Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx>, Geert Uytterhoeven
- [PATCH v7 2/3] media: renesas: vsp1: Add support to deassert/assert reset line, Biju Das
[PATCH v4 0/3] media: i2c: imx412: Add regulator control to imx412,
Bryan O'Donoghue
[PATCH v3 0/2] media: i2c: imx412: Add regulator control to imx412,
Bryan O'Donoghue
[GIT FIXES FOR 5.18] Isl7998x dependency fix,
Sakari Ailus
[PATCH v2 0/2] media: amphion: copy timestamp from output to,
Ming Qian
[PATCH v3] media: amphion: fix decoder's interlaced field, Ming Qian
[GIT PULL for 5.19] V4L2 patches,
Sakari Ailus
[PATCH v2 0/5] Visconti: Add Toshiba Visconti Video Input Interface driver,
Yuji Ishikawa
[RESEND][PATCH] pci: atomisp_cmd: fix three missing checks on list iterator, Xiaomeng Tong
[PATCH v2] media: i2c: dw9714: Disable the regulator when the driver fails to probe, Zheyu Ma
[PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_store(),
Fabio M. De Francesco
[PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_set(),
Fabio M. De Francesco
[PATCH] dt-bindings: Fix array constraints on scalar properties,
Rob Herring
[PATCH 1/1] Revert "media: dw9768: activate runtime PM and turn off device",
Sakari Ailus
[RFC] media: mediatek: vcodec: support stateless AV1 decoder, Xiaoyong Lu
[PATCH 1/1] staging: media: ipu3-imgu: Request specific firmware binary,
Sakari Ailus
[PATCH] media: mediatek: vcodec: add vp9 decoder driver for mt8186, Yunfei Dong
[PATCH v4, 0/7] support mt8195 decoder,
Yunfei Dong
- [PATCH v4, 1/7] dt-bindings: media: mediatek: vcodec: Adds decoder dt-bindings for lat soc, Yunfei Dong
- [PATCH v4, 3/7] dt-bindings: media: mediatek: vcodec: Adds decoder dt-bindings for mt8195, Yunfei Dong
- [PATCH v4, 2/7] media: mediatek: vcodec: Add to support lat soc hardware, Yunfei Dong
- [PATCH v4, 4/7] media: mediatek: vcodec: Adds compatible for mt8195, Yunfei Dong
- [PATCH v4, 6/7] media: mediatek: vcodec: prevent kernel crash when scp ipi timeout, Yunfei Dong
- [PATCH v4, 5/7] media: mediatek: vcodec: Different codec using different capture format, Yunfei Dong
- [PATCH v4, 7/7] media: mediatek: vcodec: Add to support H264 inner racing mode, Yunfei Dong
[PATCH 0/3] Visconti: Add Toshiba Visconti Video Input Interface driver,
Yuji Ishikawa
[PATCH v2, 0/3] add h264 decoder driver for mt8186,
Yunfei Dong
[linux-next:master] BUILD REGRESSION d0c745e7b2d6ce8bcc768b32361ab8ef520821ee, kernel test robot
[PATCH 0/4] media: i2c: imx219: Enable variable xclk and 4-lane,
Adam Ford
[PATCH v2 0/2] Venus fixes,
Vikash Garodia
[PATCH v2] media: amphion: fix decoder's interlaced field,
Ming Qian
[PATCH] media: amphion: fix decoder's interlaced filed,
Ming Qian
[PATCH v8 00/10] v4l: subdev active state,
Tomi Valkeinen
- [PATCH v8 09/10] media: subdev: add v4l2_subdev_get_fmt() helper function, Tomi Valkeinen
- [PATCH v8 07/10] media: subdev: add subdev state locking, Tomi Valkeinen
- [PATCH v8 08/10] media: subdev: add locking wrappers to subdev op wrappers, Tomi Valkeinen
- [PATCH v8 01/10] media: v4l2-subdev: fix #endif comments, Tomi Valkeinen
- [PATCH v8 04/10] media: subdev: add active state to struct v4l2_subdev, Tomi Valkeinen
- [PATCH v8 05/10] media: subdev: rename v4l2_subdev_get_pad_* helpers, Tomi Valkeinen
- [PATCH v8 03/10] media: subdev: rename subdev-state alloc & free, Tomi Valkeinen
- [PATCH v8 10/10] media: Documentation: add documentation about subdev state, Tomi Valkeinen
- [PATCH v8 06/10] media: subdev: pass also the active state to subdevs from ioctls, Tomi Valkeinen
- [PATCH v8 02/10] media: v4l2-subdev: drop extra #ifdef, Tomi Valkeinen
[PATCH v2] media: video-mux: Use dev_err_probe(), Philipp Zabel
[PATCH 0/2] Venus fixes,
Vikash Garodia
[PATCH] media: entity: skip non-data link when removing reverse links,
Yunke Cao
[GIT PULL for v5.18-rc2] media fixes,
Mauro Carvalho Chehab
[linux-next:master] BUILD REGRESSION d12d7e1cfe38e0c36d28c7a9fbbc436ad0d17c14, kernel test robot
[PATCH] media: video-mux: Use dev_err_probe(),
Philipp Zabel
drivers/media/platform/marvell/mmp-driver.c:364:34: warning: unused variable 'mmpcam_of_match',
kernel test robot
[PATCH] media: saa7134: simplify if-if to if-else, Wan Jiabing
[PATCH] media: imx-jpeg: don't change byteused of queued buffer,
Ming Qian
[PATCH v2 0/2] media: Add H265 pixel format,
James_Lin
[PATCH] dt-bindings: media: amphion: use hyphen in node name of vpu core,
Ming Qian
[PATCH v15 0/6] Add mutex support for MDP,
Moudy Ho
[PATCH v20] arm64: dts: freescale: imx8q: add imx vpu codec entries,
Ming Qian
[PATCH v2 0/2] media: i2c: imx412: Add regulator control to imx412,
Bryan O'Donoghue
[RESEND PATCH 0/2] media: i2c: imx412: Add regulator control to imx412,
Bryan O'Donoghue
[PATCH 0/2] media: i2c: imx412: Add regulator control to imx412,
Bryan O'Donoghue
[PATCH] media: cx25821: Fix the warning when removing the module, Zheyu Ma
[PATCH] media: pci: cx23885: Fix the error handling in cx23885_initdev(), Zheyu Ma
[PATCH] media: v4l2: fix uninitialized value tuner_status(CWE-457), chinayanlei2002
ERROR: modpost: "snd_tea575x_set_freq" [sound/pci/snd-fm801.ko] undefined!, kernel test robot
drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c:1175:34: warning: unused variable 'c8sectpfe_match',
kernel test robot
- <Possible follow-ups>
- drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c:1175:34: warning: unused variable 'c8sectpfe_match', kernel test robot
- drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c:1175:34: warning: unused variable 'c8sectpfe_match', kernel test robot
- drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c:1175:34: warning: unused variable 'c8sectpfe_match', kernel test robot
- drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c:1175:34: warning: unused variable 'c8sectpfe_match', kernel test robot
- drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c:1175:34: warning: unused variable 'c8sectpfe_match', kernel test robot
- drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c:1175:34: warning: unused variable 'c8sectpfe_match', kernel test robot
- drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c:1175:34: warning: unused variable 'c8sectpfe_match', kernel test robot
- drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c:1175:34: warning: unused variable 'c8sectpfe_match', kernel test robot
- drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c:1175:34: warning: unused variable 'c8sectpfe_match', kernel test robot
- drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c:1175:34: warning: unused variable 'c8sectpfe_match', kernel test robot
- drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c:1175:34: warning: unused variable 'c8sectpfe_match', kernel test robot
- drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c:1175:34: warning: unused variable 'c8sectpfe_match', kernel test robot
[PATCH] media: i2c: dw9714: Register a callback to disable the regulator,
Zheyu Ma
[PATCH] staging: media: atomisp: Convert kmap() to kmap_local_page(),
Fabio M. De Francesco
Re: [sailus-media-tree:master 28/30] drivers/media/v4l2-core/v4l2-subdev.c:342:1: error: implicit declaration of function 'v4l2_subdev_lock_and_get_active_state' is invalid in C99,
Sakari Ailus
[linux-next:master] BUILD REGRESSION ff511c1c68a5a35ab0b3efb3c306fd80b10d74be, kernel test robot
[PATCH] media: media-entity.h: Fix documentation for media_create_intf_link,
Ian Jamison
[linux-next:pending-fixes] BUILD REGRESSION 02f3bd309a78c84c8e12ff44a3fd4de16d1180c3, kernel test robot
[PATCH v9, 00/15] media: mtk-vcodec: support for M8192 decoder,
Yunfei Dong
- [PATCH v9, 02/17] media: mediatek: vcodec: Using firmware type to separate different firmware architecture, Yunfei Dong
- [PATCH v9, 01/17] media: mediatek: vcodec: Add vdec enable/disable hardware helpers, Yunfei Dong
- [PATCH v9, 03/17] media: mediatek: vcodec: get capture queue buffer size from scp, Yunfei Dong
- [PATCH v9, 08/17] media: mediatek: vcodec: Getting supported decoder format types, Yunfei Dong
- [PATCH v9, 14/17] media: mediatek: vcodec: support stateless H.264 decoding for mt8192, Yunfei Dong
- [PATCH v9, 04/17] media: mediatek: vcodec: Read max resolution from dec_capability, Yunfei Dong
- [PATCH v9, 11/17] media: mediatek: vcodec: Fix v4l2-compliance fail, Yunfei Dong
- [PATCH v9, 05/17] media: mediatek: vcodec: set each plane bytesused in buf prepare, Yunfei Dong
- [PATCH v9, 10/17] media: mediatek: vcodec: disable vp8 4K capability, Yunfei Dong
- [PATCH v9, 12/17] media: mediatek: vcodec: record capture queue format type, Yunfei Dong
- [PATCH v9, 09/17] media: mediatek: vcodec: Add format to support MT21C, Yunfei Dong
- [PATCH v9, 07/17] media: mediatek: vcodec: Refactor supported vdec formats and framesizes, Yunfei Dong
- [PATCH v9, 06/17] media: mediatek: vcodec: Refactor get and put capture buffer flow, Yunfei Dong
- [PATCH v9, 17/17] media: mediatek: vcodec: prevent kernel crash when rmmod mtk-vcodec-dec.ko, Yunfei Dong
- [PATCH v9, 16/17] media: mediatek: vcodec: support stateless VP9 decoding, Yunfei Dong
- [PATCH v9, 15/17] media: mediatek: vcodec: support stateless VP8 decoding, Yunfei Dong
- [PATCH v9, 13/17] media: mediatek: vcodec: Extract H264 common code, Yunfei Dong
[PATCH v3] staging: media: ipu3: Fix AWB x_start position when rightmost stripe is used,
Kate Hsuan
[PATCH] media: dvb-frontends: clean up unneeded else, Wan Jiabing
pull request: linux-firmware: Create Mediatek MT8192 SCP firmware,
Yunfei Dong
<Possible follow-ups>
pull request: linux-firmware: Create Mediatek MT8192 SCP firmware, Yunfei Dong
[linux-next:master] BUILD REGRESSION 2e9a9857569ec27e64d2ddd01294bbe3c736acb1, kernel test robot
Re: [PATCH v7 0/7] usb: gadget: uvc: use configfs entries for negotiation and v4l2 VIDIOCS,
Michael Grzeschik
[no subject], Unknown
[PATCH v5 00/17] Move HEVC stateless controls out of staging,
Benjamin Gaignard
- [PATCH v5 01/17] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY, Benjamin Gaignard
- [PATCH v5 07/17] media: uapi: HEVC: Add SEI pic struct flags, Benjamin Gaignard
- [PATCH v5 03/17] vivid: add dynamic array test control, Benjamin Gaignard
- [PATCH v5 05/17] media: uapi: HEVC: Rename HEVC stateless controls with STATELESS prefix, Benjamin Gaignard
- [PATCH v5 14/17] media: uapi: Create a dedicated header for Hantro control, Benjamin Gaignard
- [PATCH v5 15/17] media: uapi: HEVC: fix padding in v4l2 control structures, Benjamin Gaignard
- [PATCH v5 13/17] media: controls: Log HEVC stateless control in .std_log, Benjamin Gaignard
- [PATCH v5 06/17] media: uapi: HEVC: Change pic_order_cnt definition in v4l2_hevc_dpb_entry, Benjamin Gaignard
- [PATCH v5 10/17] media: uapi: Move parsed HEVC pixel format out of staging, Benjamin Gaignard
- [PATCH v5 17/17] media: uapi: move HEVC stateless controls out of staging, Benjamin Gaignard
- [PATCH v5 11/17] media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS control, Benjamin Gaignard
- [PATCH v5 08/17] media: uapi: HEVC: Add document uAPI structure, Benjamin Gaignard
- [PATCH v5 04/17] media: uapi: HEVC: Add missing fields in HEVC controls, Benjamin Gaignard
- [PATCH v5 02/17] v4l2-ctrls: add support for dynamically allocated arrays., Benjamin Gaignard
- [PATCH v5 09/17] media: uapi: HEVC: Define V4L2_CID_STATELESS_HEVC_SLICE_PARAMS as a dynamic array, Benjamin Gaignard
- [PATCH v5 12/17] media: uapi: Move the HEVC stateless control type out of staging, Benjamin Gaignard
- [PATCH v5 16/17] media: uapi: Change data_bit_offset definition, Benjamin Gaignard
[PATCH] drm/vc4: Use newer fence API properly to fix build errors,
Javier Martinez Canillas
[PATCH] drm/vc4: Use newer fence API to fix build error, Javier Martinez Canillas
[PATCH v2] staging: media: ipu3: Fix AWB x_start position when rightmost stripe is used,
Kate Hsuan
DMA-resv usage,
Christian König
- [PATCH 01/15] dma-buf: add enum dma_resv_usage v4, Christian König
- [PATCH 02/15] dma-buf: specify usage while adding fences to dma_resv obj v7, Christian König
- [PATCH 04/15] dma-buf: add DMA_RESV_USAGE_KERNEL v3, Christian König
- [PATCH 03/15] dma-buf & drm/amdgpu: remove dma_resv workaround, Christian König
- [PATCH 06/15] drm/radeon: use DMA_RESV_USAGE_KERNEL, Christian König
- [PATCH 07/15] drm/nouveau: only wait for kernel fences in nouveau_bo_vm_cleanup, Christian König
- [PATCH 05/15] drm/amdgpu: use DMA_RESV_USAGE_KERNEL, Christian König
- [PATCH 08/15] RDMA: use DMA_RESV_USAGE_KERNEL, Christian König
- [PATCH 09/15] dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3, Christian König
- [PATCH 11/15] dma-buf: wait for map to complete for static attachments, Christian König
- [PATCH 12/15] drm/i915: drop bo->moving dependency, Christian König
- [PATCH 14/15] dma-buf: drop seq count based update, Christian König
- [PATCH 15/15] seqlock: drop seqcount_ww_mutex_t, Christian König
- [PATCH 13/15] drm/ttm: remove bo->moving, Christian König
- [PATCH 10/15] drm/amdgpu: use DMA_RESV_USAGE_BOOKKEEP, Christian König
- Re: DMA-resv usage, Daniel Vetter
[PATCH v7 0/8] v4l: subdev active state,
Tomi Valkeinen
[PATCH] staging: media: ipu3: Fix AWB x_start position when rightmost stripe is used, Kate Hsuan
[PATCH] media: docs: Fix vimc default pipeline graph, Kwang Son
[linux-next:master] BUILD REGRESSION 109f6d10ec17302c4666f7df3dfa0e31d8589d41, kernel test robot
[PATCH v5 1/2] media: coda: Fix reported H264 profile,
Fabio Estevam
Re: mmotm 2022-04-05-15-54 uploaded [drivers/media/radio/radio-aimslab.ko], Randy Dunlap
Fwd: [PATCH v3 00/24] H.264 Field Decoding Support for Frame-based Decoders,
Nicolas Dufresne
drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c:3126:34: warning: unused variable 'samsung_jpeg_match',
kernel test robot
- <Possible follow-ups>
- drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c:3126:34: warning: unused variable 'samsung_jpeg_match', kernel test robot
- drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c:3126:34: warning: unused variable 'samsung_jpeg_match', kernel test robot
- drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c:3126:34: warning: unused variable 'samsung_jpeg_match', kernel test robot
- drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c:3126:34: warning: unused variable 'samsung_jpeg_match', kernel test robot
- drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c:3126:34: warning: unused variable 'samsung_jpeg_match', kernel test robot
- drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c:3126:34: warning: unused variable 'samsung_jpeg_match', kernel test robot
- drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c:3126:34: warning: unused variable 'samsung_jpeg_match', kernel test robot
- drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c:3126:34: warning: unused variable 'samsung_jpeg_match', kernel test robot
- drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c:3126:34: warning: unused variable 'samsung_jpeg_match', kernel test robot
- drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c:3126:34: warning: unused variable 'samsung_jpeg_match', kernel test robot
- drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c:3126:34: warning: unused variable 'samsung_jpeg_match', kernel test robot
[GIT PULL FOR v5.19] cec: various fixes and enhancements,
Hans Verkuil
[PATCH] media: imx-jpeg: Add pm-sleep support for imx-jpeg,
Ming Qian
[PATCH] media: imx-jpeg: Encoder support to set jpeg quality,
Ming Qian
[PATCH] media: imx-jpeg: Correct the pixel format of rgb,
Ming Qian
[PATCH 1/3] media: coda: jpeg: set buffer error flag when header parsing fails,
Philipp Zabel
[PATCH] media: coda: add JPEG downscale support, Philipp Zabel
[PATCH v3 07/24] media: h264: Store current picture fields, Nicolas Dufresne
[PATCH v3 03/24] media: videobuf2-v4l2: Warn on holding buffers without support, Nicolas Dufresne
[PATCH v3 20/24] media: rkvdec: Enable capture buffer holding for H264, Nicolas Dufresne
[PATCH v3 12/24] media: rkvdec: Stop overclocking the decoder,
Nicolas Dufresne
[PATCH v3 22/24] media: hantro: h264: Make dpb entry management more robust, Nicolas Dufresne
[PATCH] media: platform: samsung: remove redundant assignment to variable m, Colin Ian King
[PATCH] media: coda: consolidate job_finish calls on decoder prepare_run failure, Philipp Zabel
[PATCH v3 21/24] media: hantro: Stop using H.264 parameter pic_num, Nicolas Dufresne
[PATCH v3 19/24] media: rkvdec-h264: Add field decoding support, Nicolas Dufresne
[PATCH v3 17/24] media: rkvdec: h264: Fix reference frame_num wrap for second field,
Nicolas Dufresne
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Gstreamer Embedded]
[Linux SCSI]
[Yosemite Forum]