summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-11-25media: atomisp: Make atomisp_g_fmt_cap() default to YUV420Hans de Goede1-1/+1
2022-11-25media: atomisp: Fix atomisp_try_fmt_cap() always returning YUV420 pixelformatHans de Goede1-0/+7
2022-11-25media: atomisp: Refactor atomisp_adjust_fmt()Hans de Goede1-22/+1
2022-11-25media: atomisp: Fix VIDIOC_REQBUFS failing when VIDIOC_S_FMT has not been cal...Hans de Goede2-3/+24
2022-11-25media: atomisp: Make it possible to call atomisp_set_fmt() without a file handleHans de Goede3-4/+11
2022-11-25media: atomisp: Convert to videobuf2Hans de Goede12-791/+303
2022-11-25media: atomisp: Add ia_css_frame_get_info() helperHans de Goede11-123/+124
2022-11-25media: atomisp: Use new atomisp_flush_video_pipe() helper in atomisp_streamoff()Hans de Goede1-38/+2
2022-11-25media: atomisp: Add an index helper variable to atomisp_buf_done()Hans de Goede1-42/+28
2022-11-25media: atomisp: Also track buffers in a list when submitted to the ISPHans de Goede6-54/+72
2022-11-25media: atomisp: Remove unused atomisp_buffers_queued[_pipe] functionsHans de Goede2-19/+0
2022-11-25media: atomisp: On streamoff wait for buffers owned by the CSS to be given backHans de Goede3-24/+21
2022-11-25media: atomisp: Make atomisp_q_video_buffers_to_css() staticHans de Goede2-11/+5
2022-11-25media: atomisp: Add ia_css_frame_init_from_info() functionHans de Goede2-0/+27
2022-11-25media: atomisp: Add hmm_create_from_vmalloc_buf() functionHans de Goede4-14/+44
2022-11-25media: imon: fix a race condition in send_packet()Gautam Menghani1-3/+3
2022-11-25media: ir-spi: silence no spi_device_id warningsWei Yongjun1-0/+7
2022-11-25Merge tag 'br-v6.2g' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab97-288/+194
2022-11-25media: atmel: atmel-isc: move to stagingEugen Hristev13-82/+131
2022-11-25media: microchip: microchip-isc: move media_pipeline_* to (un)prepare cbEugen Hristev1-10/+17
2022-11-25media: microchip: microchip-isc: implement media controllerEugen Hristev6-237/+239
2022-11-25media: microchip: microchip-isc: prepare for media controller supportEugen Hristev6-6/+391
2022-11-25media: microchip: add ISC driver as Microchip ISCEugen Hristev8-0/+4414
2022-11-25media: atmel: move microchip_csi2dc to dedicated microchip platformEugen Hristev7-16/+24
2022-11-25media: vb2/au0828: move the v4l_vb2q_enable_media_source to the au0828 driverHans Verkuil3-3/+3
2022-11-25media: vb2: add (un)prepare_streaming queue opsHans Verkuil1-4/+21
2022-11-25media: staging: media: sunxi: cedrus: make vb2_ops struct definition constIan Cowan1-1/+1
2022-11-25media: amphion: Fix error handling in vpu_driver_init()Yuan Can1-1/+5
2022-11-25media: platform: exynos4-is: Fix error handling in fimc_md_init()Yuan Can2-2/+6
2022-11-25media: mtk-jpegdec: add missing destroy_workqueue()Yang Yingliang1-0/+10
2022-11-25media: aspeed: Use v4l2_dbg to replace v4l2_warn to avoid log spamJammy Huang1-8/+8
2022-11-25media: solo6x10: fix possible memory leak in solo_sysfs_init()Yang Yingliang1-0/+1
2022-11-25media: cedrus: Relax HEVC SPS restrictionsJernej Skrabec1-15/+9
2022-11-25media: cedrus: h265: Support decoding 10-bit framesJernej Skrabec4-0/+73
2022-11-25media: cedrus: Adjust buffer size based on codecJernej Skrabec2-0/+6
2022-11-25media: s5p-mfc: Optimisation of code to remove error messageAakarsh Jain1-1/+0
2022-11-25media: s5p-mfc:fix usage of Block comment alignmentAakarsh Jain1-17/+32
2022-11-25media: s5p-mfc: fix usage of symbolic permissions to octalAakarsh Jain1-1/+1
2022-11-25media: vidtv: Fix use-after-free in vidtv_bridge_dvb_init()Chen Zhongjin1-14/+8
2022-11-25media: staging: media: meson: vdec: use min() for comparison and assignmentDeepak R Varma1-4/+3
2022-11-25media: visl: add virtual stateless decoder driverDaniel Almeida19-0/+3645
2022-11-25media: amphion: apply vb2_queue_error instead of setting manuallyMing Qian1-9/+2
2022-11-25media: amphion: add lock around vdec_g_fmtMing Qian1-0/+2
2022-11-25media: vimc: Fix wrong function called when vimc_init() failsChen Zhongjin1-1/+1
2022-11-25media: sun6i-csi: Add support for hooking to the isp devicesPaul Kocialkowski5-15/+89
2022-11-25media: sun6i-csi: Detect the availability of the ISPPaul Kocialkowski2-0/+37
2022-11-25media: staging: media: Add support for the Allwinner A31 ISPPaul Kocialkowski15-0/+3071
2022-11-25media: sun6i-csi: Request a shared interruptPaul Kocialkowski1-2/+2
2022-11-25media: sun6i-csi: Add extra checks to the interrupt routinePaul Kocialkowski1-2/+7
2022-11-25media: sun6i-csi: Only configure capture when streamingPaul Kocialkowski3-21/+41