summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)Author
2026-05-21media: uvcvideo: Only do uvc_video_get_time() if neededRicardo Ribalda
2026-05-21media: uvcvideo: Do not add samples if dev_sof has not changedRicardo Ribalda
2026-05-21media: uvcvideo: Do not add clock samples with small sof deltaRicardo Ribalda
2026-05-21media: uvcvideo: Relax the constrains for interpolating the hw clockRicardo Ribalda
2026-05-21media: uvcvideo: Use hw timestaming if the clock buffer is fullRicardo Ribalda
2026-05-21media: uvcvideo: Fix dev_sof filtering in hw timestampRicardo Ribalda
2026-05-21media: uvcvideo: Avoid partial metadata buffersRicardo Ribalda
2026-05-21media: uvcvideo: Do not open code uvc_queue_get_current_bufferRicardo Ribalda
2026-05-21media: uvcvideo: Fix deadlock if uvc_status_stop is called from async_ctrl.workSean Anderson
2026-05-21spi: fix controller registration API inconsistencyJohan Hovold
2026-05-21media: rockchip: rga: add rga3 supportSven Püschel
2026-05-21media: rockchip: rga: disable multi-core supportSven Püschel
2026-05-21media: rockchip: rga: add feature flagsSven Püschel
2026-05-21media: rockchip: rga: move rga_fmt to rga-hw.hSven Püschel
2026-05-21media: rockchip: rga: remove stride from rga_frameSven Püschel
2026-05-21media: rockchip: rga: remove size from rga_frameSven Püschel
2026-05-21media: rockchip: rga: share the interrupt when an external iommu is usedMichael Olbrich
2026-05-21media: rockchip: rga: support external iommusSven Püschel
2026-05-21media: rockchip: rga: change offset to dma_addressesSven Püschel
2026-05-21media: rockchip: rga: use card type to specify rga typeSven Püschel
2026-05-21media: rockchip: rga: check scaling factorSven Püschel
2026-05-21media: rockchip: rga: reuse cmdbuf contentsSven Püschel
2026-05-21media: rockchip: rga: align stride to 4 bytesSven Püschel
2026-05-21media: rockchip: rga: move cmdbuf to rga_ctxSven Püschel
2026-05-21media: rockchip: rga: calculate x_div/y_div using v4l2_format_infoSven Püschel
2026-05-21media: rockchip: rga: avoid odd frame sizes for YUV formatsSven Püschel
2026-05-21media: rockchip: rga: move hw specific parts to a dedicated structSven Püschel
2026-05-21media: rockchip: rga: announce and sync colorimetrySven Püschel
2026-05-21media: rockchip: rga: remove redundant rga_frame variablesSven Püschel
2026-05-21media: rockchip: rga: use stride for offset calculationSven Püschel
2026-05-21media: rockchip: rga: use clk_bulk apiSven Püschel
2026-05-21media: rockchip: rga: fix too small buffer sizeSven Püschel
2026-05-21media: v4l2-common: add v4l2_fill_pixfmt_mp_aligned helperSven Püschel
2026-05-21media: v4l2-common: add has_alpha to v4l2_format_infoSven Püschel
2026-05-21media: v4l2-common: add missing 1 and 2 byte RGB formats to v4l2_format_infoSven Püschel
2026-05-21media: v4l2-common: sort RGB formats in v4l2_format_infoSven Püschel
2026-05-21media: renesas: vsp1: Simplify iteration over format arraysLaurent Pinchart
2026-05-21media: renesas: vsp1: Use spinlock scoped guardsLaurent Pinchart
2026-05-21media: renesas: vsp1: Use spinlock guardsLaurent Pinchart
2026-05-21media: renesas: vsp1: Use mutex scoped guardsLaurent Pinchart
2026-05-21media: renesas: vsp1: Use mutex guardsLaurent Pinchart
2026-05-21media: renesas: vsp1: Split vsp1_du_setup_lif()Laurent Pinchart
2026-05-21media: renesas: vsp1: Avoid forward function declarationLaurent Pinchart
2026-05-21media: nxp: imx8-isi: Fix scale factor calculation for hardware roundingGuoniu Zhou
2026-05-21media: nxp: imx8-isi: Fix potential out-of-bounds issuesGuoniu Zhou
2026-05-21media: nxp: imx8-isi: Prioritize pending buffers over discard buffersGuoniu Zhou
2026-05-21media: nxp: imx8-isi: Clean up already-initialized pipes on probe failureXiaolei Wang
2026-05-21media: nxp: imx8-isi: Fix missing v4l2_subdev_cleanup() in pipe init error pathXiaolei Wang
2026-05-21media: nxp: imx8-isi: Add missing v4l2_subdev_cleanup() in crossbar and pipeXiaolei Wang
2026-05-21media: nxp: imx8-isi: Fix use-after-free on removeXiaolei Wang