summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci/atomisp_ioctl.c
AgeCommit message (Expand)Author
2024-02-01media: atomisp: Remove s_routing subdev callHans de Goede
2024-02-01media: atomisp: Adjust for v4l2_subdev_state handling changes in 6.8Hans de Goede
2023-12-13media: v4l2-subdev: Turn .[gs]_frame_interval into pad operationsLaurent Pinchart
2023-11-23media: atomisp: Stop direct calls to queue num_buffers fieldBenjamin Gaignard
2023-11-23media: atomisp: Use vb2_get_buffer() instead of directly access to buffers arrayBenjamin Gaignard
2023-09-27media: atomisp: Remove support for custom run-mode v4l2-ctrl on sensorsHans de Goede
2023-09-27media: atomisp: Add some higher resolutions to atomisp_enum_framesizes()Hans de Goede
2023-09-27media: atomisp: Change atomisp_enum_framesizes() too small cut off from 2/3th...Hans de Goede
2023-06-09media: atomisp: Make atomisp_enum_framesizes_crop() check resolution fits wit...Hans de Goede
2023-06-09media: atomisp: Add enum_framesizes function for sensors with selection / cro...Hans de Goede
2023-06-09media: atomisp: Pass MEDIA_BUS_FMT_* code when calling enum_frame_size pad-opHans de Goede
2023-06-09media: atomisp: Refactor atomisp_try_fmt() / atomisp_set_fmt()Hans de Goede
2023-06-09media: atomisp: Add input helper variable for isp->asd->inputs[asd->input_curr]Hans de Goede
2023-06-09media: atomisp: Remove a bunch of sensor related custom IOCTLsHans de Goede
2023-06-09media: atomisp: Remove unused fields from struct atomisp_input_subdevHans de Goede
2023-06-09media: atomisp: Remove in_reset argument from atomisp_css_start()Hans de Goede
2023-06-09media: atomisp: Remove unused atomisp_get_css_pipe_id() functionHans de Goede
2023-06-09media: atomisp: Remove unused css_pipe_id argument from atomisp_css_[start|st...Hans de Goede
2023-06-09media: atomisp: Remove atomisp_streaming_count()Hans de Goede
2023-06-09media: atomisp: Turn asd->streaming state tracker into a boolHans de Goede
2023-06-09media: atomisp: Simplify atomisp_pipe_check()Hans de Goede
2023-06-09media: atomisp: Simplify atomisp_[start|stop]_streaming()Hans de Goede
2023-06-09media: atomisp: Remove atomisp_sensor_start_stream()Hans de Goede
2023-06-09media: atomisp: Remove isp_timeout flagHans de Goede
2023-06-09media: atomisp: Remove source_pad parameter from functions and structsHans de Goede
2023-06-09media: atomisp: Rename video_out_preview to video_outHans de Goede
2023-06-09media: atomisp: Drop atomisp_is_vf_pipe()Hans de Goede
2023-06-09media: atomisp: Register only 1 /dev/video# nodeHans de Goede
2023-06-09media: atomisp: Remove Continuous capture and SDV run-modesHans de Goede
2023-06-09media: atomisp: Remove res_overflow parameter from atomisp_try_fmt()Hans de Goede
2023-04-15media: atomisp: Remove struct atomisp_sub_device index fieldHans de Goede
2023-04-15media: atomisp: Drop support for streaming from 2 sensors at onceHans de Goede
2023-04-15media: atomisp: Remove ATOMISP_USE_YUVPP()Hans de Goede
2023-04-15media: atomisp: Remove delayed_init related codeHans de Goede
2023-04-15media: atomisp: Remove continuous mode supportHans de Goede
2023-04-15media: atomisp: Remove depth-mode supportHans de Goede
2023-02-08media: atomisp: Allow sensor drivers without a s_power callbackHans de Goede
2023-02-08media: atomisp: Remove V4L2_CID_BIN_FACTOR_HORZ/_VERTHans de Goede
2023-02-08media: atomisp: Remove custom ATOMISP_IOC_G_SENSOR_MODE_DATA ioctlHans de Goede
2023-02-08media: atomisp: Remove custom ATOMISP_IOC_ISP_MAKERNOTE ioctlHans de Goede
2023-02-08media: atomisp: Check buffer index is in range inside atomisp_qbuf_wrapper()Hans de Goede
2023-02-08media: atomisp: Fix WARN() when the vb2 start_streaming callback failsHans de Goede
2023-02-08media: atomisp: use vb2_start_streaming_called()Hans Verkuil
2022-11-25media: atomisp: Remove sw_contex.power_state checksHans de Goede
2022-11-25media: atomisp: Flush queue on atomisp_css_start() errorHans de Goede
2022-11-25media: atomisp: Make atomisp_g_fmt_cap() default to YUV420Hans de Goede
2022-11-25media: atomisp: Fix atomisp_try_fmt_cap() always returning YUV420 pixelformatHans de Goede
2022-11-25media: atomisp: Refactor atomisp_adjust_fmt()Hans de Goede
2022-11-25media: atomisp: Make it possible to call atomisp_set_fmt() without a file handleHans de Goede
2022-11-25media: atomisp: Convert to videobuf2Hans de Goede