summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci/runtime
AgeCommit message (Expand)AuthorFilesLines
2023-06-09media: atomisp: runtime: frame: remove #ifdef ISP2401Kate Hsuan1-10/+3
2022-11-25media: atomisp: Make bds_factors_list be type of struct u32_fractAndy Shevchenko1-28/+14
2022-11-25media: atomisp: Remove unused ia_css_frame_*() functionsHans de Goede1-121/+0
2022-11-25media: atomisp: Remove unused QOS defines / structure memberHans de Goede1-2/+0
2022-11-25media: atomisp: Remove accelerator pipe creation codeHans de Goede2-15/+0
2022-11-25media: atomisp: Add ia_css_frame_get_info() helperHans de Goede2-51/+51
2022-11-25media: atomisp: Add ia_css_frame_init_from_info() functionHans de Goede1-0/+16
2022-07-08media: staging: media/atomisp: use max() implKarthik Alapati1-4/+1
2022-07-08media: atomisp: fix -Wdangling-pointer warningHans de Goede1-7/+15
2022-07-08media: atomisp: fix uninitialized stack mem usage in ia_css_rmgr_acq_vbuf()Hans de Goede1-1/+1
2022-07-08media: atomisp: revert "don't pass a pointer to a local variable"Hans de Goede1-2/+2
2022-07-08media: atomisp: Simplify hmm_alloc() callsHans de Goede4-6/+4
2022-07-08media: atomisp: add hmm_create_from_userdata() helperHans de Goede1-1/+1
2022-07-08media: atomisp: remove unused attribute argument from ia_css_frame_map()Hans de Goede1-4/+1
2022-07-08media: atomisp: drop contiguous flag from struct ia_css_frameHans de Goede2-7/+1
2022-07-08media: atomisp: drop IA_CSS_FRAME_FORMAT_MIPI support from ia_css_frame_init_...Hans de Goede1-27/+3
2022-07-08media: atomisp: drop contiguous argument from frame_create()Hans de Goede1-6/+2
2022-07-08media: atomisp: drop contiguous argument from frame_allocate_with_data()Hans de Goede1-6/+4
2022-07-08media: atomisp: drop contiguous argument from ia_css_frame_allocate_with_buff...Hans de Goede2-10/+5
2022-07-08media: atomisp: remove unused ia_css_frame_allocate_contiguous*() functionsHans de Goede1-43/+0
2022-05-13media: atomisp: don't pass a pointer to a local variableMauro Carvalho Chehab1-2/+2
2022-02-08media: staging: media: atomisp: Use BIT macro instead of left shiftingMoses Christopher Bollavarapu1-15/+16
2021-11-17media: atomisp: frame.c: drop a now-unused functionMauro Carvalho Chehab2-89/+0
2021-11-17media: atomisp: binary.c: drop logic incompatible with firmwareMauro Carvalho Chehab1-67/+9
2021-11-17media: atomisp: simplify binary.cMauro Carvalho Chehab1-403/+10
2021-11-17media: atomisp: get rid of sctbl_legacy_*Mauro Carvalho Chehab2-8/+0
2021-11-17media: atomisp: remove #ifdef HAS_NO_HMEMMauro Carvalho Chehab1-4/+0
2021-11-17media: atomisp: simplify sh_css_defs.hMauro Carvalho Chehab2-5/+5
2021-11-16media: atomisp: drop two vars that are currently ignoredMauro Carvalho Chehab1-2/+1
2021-11-15media: atomisp: Remove unneeded null checkXu Wang1-17/+15
2021-11-15media: atomisp: return errors from ia_css_dma_configure_from_info()Mauro Carvalho Chehab1-1/+6
2021-11-15media: atomisp: add return codes for pipeline config functionsMauro Carvalho Chehab2-7/+5
2021-11-15media: atomisp: remove polling_mode and subscr_indexTsuchiya Yuto1-11/+0
2021-11-15media: atomisp: drop luma_only, input_yuv and input_raw from ISP2401Tsuchiya Yuto2-15/+0
2021-09-04Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan1-1/+1
2021-07-22media: atomisp: Move MIPI_PORT_LANES to the only userAndy Shevchenko1-0/+11
2021-07-22media: atomisp: Remove unused port_enabled variableAndy Shevchenko1-3/+0
2021-03-23media: atomisp: Remove redundant NULL checkXu Wang1-2/+1
2021-03-23media: atomisp: replace boolean comparison of values with bool variablesAditya Srivastava1-6/+6
2021-03-22media: atomisp: Write function decleration in one linePhilipp Gerlesberger1-33/+11
2021-03-22media: atomisp: Fix BLOCK_COMMENT_STYLEPhilipp Gerlesberger1-2/+2
2021-03-22media: atomisp: Fix PARENTHESIS_ALIGNMENTPhilipp Gerlesberger1-2/+1
2021-03-22media: atomisp: Delete bracesPhilipp Gerlesberger1-2/+0
2021-03-22media: atomisp: Fix funciton declerationPhilipp Gerlesberger1-3/+2
2021-03-22media: atomisp: Fix overlong linePhilipp Gerlesberger1-1/+2
2021-03-22media: atomisp: Fix OPEN_ENDED_LINEPhilipp Gerlesberger1-2/+1
2021-03-22media: atomisp: Fix EMBEDDED_FUNCTION_NAME warningPhilipp Gerlesberger1-5/+3
2021-03-22media: atomisp: Fix Block CommentsPhilipp Gerlesberger1-2/+3
2021-03-22media: atomisp: Convert comments to C99 initializersPhilipp Gerlesberger1-17/+5