aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/media/atomisp/pci/atomisp_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-24media: atomisp: Fix locking around asd->streaming read/writeHans de Goede1-0/+4
2022-09-24media: atomisp: Use a normal mutex for the main lockHans de Goede1-53/+53
2022-09-24media: atomisp: Remove empty atomisp_css_set_cont_prev_start_time() functionHans de Goede1-2/+0
2022-09-24media: atomisp: Remove the ACC device nodeHans de Goede1-8/+1
2022-09-24media: atomisp: Remove never set file_input flagHans de Goede1-38/+18
2022-09-24media: atomisp: Remove atomisp_file_fops and atomisp_file_ioctl_opsHans de Goede1-122/+0
2022-09-24media: atomisp: Remove file-injection supportHans de Goede1-2/+1
2022-09-24media: atomisp: Ensure that USERPTR pointers are page alignedHans de Goede1-0/+6
2022-09-24media: atomisp: Make atomisp_try_fmt_cap() take padding into accountHans de Goede1-0/+7
2022-07-08media: atomisp: add error checking to atomisp_create_pipes_stream()Hans de Goede1-2/+11
2022-07-08media: atomisp: remove atomisp_is_acc_enabled()Hans de Goede1-5/+0
2022-07-08media: atomisp: asc.acc.pipeline is always NULLHans de Goede1-6/+0
2022-07-08media: atomisp: remove atomisp_acc.cHans de Goede1-7/+2
2022-07-08media: atomisp: remove private acceleration ioctlsHans de Goede1-38/+0
2022-07-08media: atomisp: remove unused attribute argument from ia_css_frame_map()Hans de Goede1-1/+1
2021-12-07media: atomisp: fix "variable dereferenced before check 'asd'"Tsuchiya Yuto1-1/+2
2021-11-17media: atomisp: cleanup qbuf logicMauro Carvalho Chehab1-19/+0
2021-11-16media: atomisp: implement enum framesize/frameintervalMauro Carvalho Chehab1-0/+53
2021-11-15media: atomisp: fix g_fmt logicMauro Carvalho Chehab1-57/+7
2021-11-15media: atomisp: fix try_fmt logicMauro Carvalho Chehab1-1/+71
2021-11-15media: atomisp: move atomisp_g_fmt_cap()Mauro Carvalho Chehab1-28/+28