summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci/atomisp_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-09media: atomisp: Remove unused fields from struct atomisp_input_subdevHans de Goede1-1/+1
2023-06-09media: atomisp: Remove in_reset argument from atomisp_css_start()Hans de Goede1-1/+1
2023-06-09media: atomisp: Remove unused atomisp_get_css_pipe_id() functionHans de Goede1-28/+0
2023-06-09media: atomisp: Remove unused css_pipe_id argument from atomisp_css_[start|st...Hans de Goede1-7/+2
2023-06-09media: atomisp: Remove atomisp_streaming_count()Hans de Goede1-5/+0
2023-06-09media: atomisp: Turn asd->streaming state tracker into a boolHans de Goede1-4/+4
2023-06-09media: atomisp: Simplify atomisp_pipe_check()Hans de Goede1-16/+0
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 Goede1-6/+1
2023-06-09media: atomisp: Remove source_pad parameter from functions and structsHans de Goede1-8/+5
2023-06-09media: atomisp: Rename video_out_preview to video_outHans de Goede1-1/+1
2023-06-09media: atomisp: Drop atomisp_is_vf_pipe()Hans de Goede1-2/+1
2023-06-09media: atomisp: Register only 1 /dev/video# nodeHans de Goede1-4/+1
2023-06-09media: atomisp: Remove Continuous capture and SDV run-modesHans de Goede1-3/+0
2023-06-09media: atomisp: Remove res_overflow parameter from atomisp_try_fmt()Hans de Goede1-1/+1
2023-04-15media: atomisp: Remove struct atomisp_sub_device index fieldHans de Goede1-19/+4
2023-04-15media: atomisp: Drop support for streaming from 2 sensors at onceHans de Goede1-25/+16
2023-04-15media: atomisp: Remove ATOMISP_USE_YUVPP()Hans de Goede1-3/+0
2023-04-15media: atomisp: Remove delayed_init related codeHans de Goede1-7/+0
2023-04-15media: atomisp: Remove continuous mode supportHans de Goede1-93/+2
2023-04-15media: atomisp: Remove depth-mode supportHans de Goede1-59/+0
2023-02-08media: atomisp: Allow sensor drivers without a s_power callbackHans de Goede1-2/+2
2023-02-08media: atomisp: Remove V4L2_CID_BIN_FACTOR_HORZ/_VERTHans de Goede1-20/+0
2023-02-08media: atomisp: Remove custom ATOMISP_IOC_G_SENSOR_MODE_DATA ioctlHans de Goede1-4/+0
2023-02-08media: atomisp: Remove custom ATOMISP_IOC_ISP_MAKERNOTE ioctlHans de Goede1-7/+0
2023-02-08media: atomisp: Check buffer index is in range inside atomisp_qbuf_wrapper()Hans de Goede1-2/+11
2023-02-08media: atomisp: Fix WARN() when the vb2 start_streaming callback failsHans de Goede1-2/+2
2023-02-08media: atomisp: use vb2_start_streaming_called()Hans Verkuil1-4/+4
2022-11-25media: atomisp: Remove sw_contex.power_state checksHans de Goede1-40/+35
2022-11-25media: atomisp: Flush queue on atomisp_css_start() errorHans de Goede1-1/+3
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: Make it possible to call atomisp_set_fmt() without a file handleHans de Goede1-1/+9
2022-11-25media: atomisp: Convert to videobuf2Hans de Goede1-355/+72
2022-11-25media: atomisp: Use new atomisp_flush_video_pipe() helper in atomisp_streamoff()Hans de Goede1-38/+2
2022-11-25media: atomisp: Also track buffers in a list when submitted to the ISPHans de Goede1-1/+1
2022-11-25media: atomisp: On streamoff wait for buffers owned by the CSS to be given backHans de Goede1-23/+16
2022-09-24media: atomisp: don't store an unused sink data on a varMauro Carvalho Chehab1-5/+3
2022-09-24media: atomisp: Remove atomisp_source_pad_to_stream_id()Hans de Goede1-4/+1
2022-09-24media: atomisp: Remove const/fixed camera_capsHans de Goede1-68/+13
2022-09-24media: atomisp: Drop unnecessary first_streamoff checkHans de Goede1-4/+4
2022-09-24media: atomisp: Remove a couple of not useful function wrappersHans de Goede1-24/+3
2022-09-24media: atomisp: Use video_dev.lock for ioctl lockingHans de Goede1-162/+41
2022-09-24media: atomisp: Drop streamoff_mutexHans de Goede1-3/+0
2022-09-24media: atomisp: Rework asd->streaming state update in __atomisp_streamoff()Hans de Goede1-4/+4
2022-09-24media: atomisp: Remove watchdog timerHans de Goede1-60/+0
2022-09-24media: atomisp: Add atomisp_pipe_check() helperHans de Goede1-46/+43
2022-09-24media: atomisp: Remove asd == NULL checks from ioctl handlingHans de Goede1-89/+0