aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/media/atomisp/pci/atomisp_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-01media: atomisp: Remove s_routing subdev callHans de Goede1-8/+0
2024-02-01media: atomisp: Adjust for v4l2_subdev_state handling changes in 6.8Hans de Goede1-21/+31
2023-12-13media: v4l2-subdev: Turn .[gs]_frame_interval into pad operationsLaurent Pinchart1-2/+2
2023-11-23media: atomisp: Stop direct calls to queue num_buffers fieldBenjamin Gaignard1-1/+1
2023-11-23media: atomisp: Use vb2_get_buffer() instead of directly access to buffers arrayBenjamin Gaignard1-1/+1
2023-09-27media: atomisp: Remove support for custom run-mode v4l2-ctrl on sensorsHans de Goede1-12/+0
2023-09-27media: atomisp: Add some higher resolutions to atomisp_enum_framesizes()Hans de Goede1-0/+3
2023-09-27media: atomisp: Change atomisp_enum_framesizes() too small cut off from 2/3th to 5/8thHans de Goede1-3/+3
2023-06-09media: atomisp: Make atomisp_enum_framesizes_crop() check resolution fits with paddingHans de Goede1-5/+13
2023-06-09media: atomisp: Add enum_framesizes function for sensors with selection / crop supportHans de Goede1-0/+69
2023-06-09media: atomisp: Pass MEDIA_BUS_FMT_* code when calling enum_frame_size pad-opHans de Goede1-0/+1
2023-06-09media: atomisp: Refactor atomisp_try_fmt() / atomisp_set_fmt()Hans de Goede1-65/+2
2023-06-09media: atomisp: Add input helper variable for isp->asd->inputs[asd->input_curr]Hans de Goede1-2/+2
2023-06-09media: atomisp: Remove a bunch of sensor related custom IOCTLsHans de Goede1-39/+0
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|stop]()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