summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-06-09media: atomisp: Turn asd->streaming state tracker into a boolHans de Goede7-26/+17
2023-06-09media: atomisp: Simplify atomisp_pipe_check()Hans de Goede1-16/+0
2023-06-09media: atomisp: Simplify atomisp_open() and atomisp_release()Hans de Goede1-26/+0
2023-06-09media: atomisp: Simplify atomisp_css_[start|stop]()Hans de Goede1-48/+20
2023-06-09media: atomisp: Simplify atomisp_[start|stop]_streaming()Hans de Goede1-71/+16
2023-06-09media: atomisp: Remove atomisp_sensor_start_stream()Hans de Goede1-36/+0
2023-06-09media: atomisp: Remove isp_timeout flagHans de Goede3-13/+4
2023-06-09media: atomisp: Remove unused mipi_frame_size field from atomisp_[sub_]deviceHans de Goede3-5/+0
2023-06-09media: atomisp: Remove a bunch of unused atomisp_css_*() functionsHans de Goede2-128/+0
2023-06-09media: atomisp: Remove atomisp_subdev_register_video_nodes() helperHans de Goede3-21/+3
2023-06-09media: atomisp: Remove 1 line atomisp_flush_bufs_and_wakeup() helperHans de Goede2-8/+1
2023-06-09media: atomisp: Remove source_pad parameter from functions and structsHans de Goede7-69/+33
2023-06-09media: atomisp: Rename video_out_preview to video_outHans de Goede6-30/+23
2023-06-09media: atomisp: Drop atomisp_is_vf_pipe()Hans de Goede4-37/+5
2023-06-09media: atomisp: Register only 1 /dev/video# nodeHans de Goede6-233/+32
2023-06-09media: atomisp: Replace source-pad checks with run-mode checksHans de Goede3-103/+29
2023-06-09media: atomisp: Drop atomisp_get_css_buf_type()Hans de Goede1-28/+1
2023-06-09media: atomisp: Remove isp->need_gfx_throttle fieldHans de Goede3-13/+0
2023-06-09media: atomisp: Remove Continuous capture and SDV run-modesHans de Goede5-119/+10
2023-06-09media: atomisp: Remove res_overflow parameter from atomisp_try_fmt()Hans de Goede3-20/+6
2023-06-09media: atomisp: sh_css_mipi: Remove #ifdef ISP2401Kate Hsuan1-39/+17
2023-06-09media: atomisp: sh_css_firmware: determine firmware version at runtimeKate Hsuan1-5/+13
2023-06-09media: atomisp: sh_css_sp: Remove #ifdef ISP2401Kate Hsuan1-6/+4
2023-06-09media: atomisp: runtime: frame: remove #ifdef ISP2401Kate Hsuan1-10/+3
2023-06-09media: atomisp: sh_css: Remove #ifdef ISP2401Kate Hsuan1-285/+239
2023-06-09media: uvcvideo: Constify descriptor buffersLaurent Pinchart1-3/+3
2023-06-09media: uvcvideo: Constify formats, frames and intervalsLaurent Pinchart4-33/+34
2023-06-09media: uvcvideo: Increment intervals pointer at end of parsingLaurent Pinchart1-4/+13
2023-06-09media: uvcvideo: Reorganize format descriptor parsingLaurent Pinchart1-15/+25
2023-06-09media: uvcvideo: Use clamp() to replace manual implementationLaurent Pinchart1-3/+3
2023-06-09media: uvcvideo: Rename uvc_format 'frame' field to 'frames'Laurent Pinchart4-24/+24
2023-06-09media: uvcvideo: Rename uvc_streaming 'format' field to 'formats'Laurent Pinchart4-14/+14
2023-06-09media: uvcvideo: Enable Intel RealSense metadata for devicesDmitry Perchanov1-0/+63
2023-06-09Revert "media: uvcvideo: Limit power line control for Acer EasyCamera"Sakari Ailus1-9/+0
2023-06-09media: venus: provide ctx queue lock for ioctl synchronizationSergey Senozhatsky3-0/+10
2023-06-09media: venus: return P010 as preferred format for 10 bit decodeDikshita Agarwal1-1/+6
2023-06-09media: venus: add handling of bit depth change from firmwareDikshita Agarwal2-1/+20
2023-06-09media: venus: update calculation for dpb buffersDikshita Agarwal3-3/+15
2023-06-09media: venus: add support for V4L2_PIX_FMT_P010 color formatDikshita Agarwal3-10/+18
2023-06-09media: venus: replace arrary index with enum for supported formatsDikshita Agarwal3-38/+72
2023-06-09media: venus: fix EOS handling in decoder stop commandDikshita Agarwal1-1/+1
2023-06-09media: venus: enable sufficient sequence change support for vp9Dikshita Agarwal3-0/+11
2023-06-09media: venus: add firmware version based checkDikshita Agarwal2-3/+47
2023-06-09media: venus: hfi_cmds: Use struct_size() helperGustavo A. R. Silva1-4/+4
2023-06-09media: venus: hfi_cmds: Replace one-element array with flexible-array memberGustavo A. R. Silva2-7/+7
2023-06-09media: venus: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2-9/+9
2023-06-09media: venus: hfi_cmds: Replace fake flex-array with flexible-array memberGustavo A. R. Silva2-2/+2
2023-06-09media: venus: helpers: Fix ALIGN() of non power of twoRikard Falkeborn1-2/+2
2023-06-09media: venus: simplify the return expression of venus_sys_set_* functionLiu Shixin1-24/+4
2023-06-09media: venus: simplify the return expression of session_process_buf()Qinglang Miao1-6/+1