summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci/runtime
AgeCommit message (Expand)AuthorFilesLines
2024-04-26media: atomisp: Remove unsused macrosAndy Shevchenko1-1/+2
2024-02-01media: atomisp: Fix spelling mistake in binary.cDipendra Khadka1-1/+1
2024-02-01media: atomisp: Fix spelling mistakes in rmgr_vbuf.cDipendra Khadka1-3/+3
2024-02-01media: atomisp: Fix spelling mistakes in queue.cDipendra Khadka1-2/+2
2024-02-01media: atomisp: Remove redundant assignments to variablesColin Ian King2-10/+10
2023-09-27media: atomisp: ia_ccs_debug.c: increase enable_info bufferHans Verkuil1-1/+1
2023-09-27media: atomisp: Drop ia_css_debug_dump_debug_info() and functions only used b...Hans de Goede2-1139/+0
2023-09-27media: atomisp: binary: Removed #ifdef ISP2401 to make driver genericKate Hsuan1-7/+8
2023-09-27media: atomisp: Mark ia_css_isys_240?_init() staticHans de Goede1-2/+2
2023-09-27media: atomisp: Remove aliases for MIPI_FORMAT_2400_CUSTOM0Hans de Goede1-1/+1
2023-09-27media: atomisp: isys_init: Initiate atomisp in a generic mannerKate Hsuan1-16/+15
2023-09-27media: atomisp: rx: Removed #if defined(ISP2401) to make driver genericKate Hsuan1-15/+4
2023-09-27media: atomisp: Compile the object codes for a generic driverKate Hsuan6-18/+1
2023-09-27media: atomisp: ifmtr: Removed #if defined(ISP2401) to make driver genericKate Hsuan1-2/+0
2023-09-27media: atomisp: pipeline: Removed #if defined(ISP2401) to make driver genericKate Hsuan2-4/+0
2023-09-27media: atomisp: Make two individual enum to define the MIPI formatKate Hsuan2-79/+153
2023-09-27media: atomisp: ia_css_debug: Removed debug codes for dumping statusKate Hsuan2-262/+0
2023-09-27media: atomisp: Removed unused HAS_WATCHDOG_SP_THREAD_DEBUG debugKate Hsuan2-98/+0
2023-09-27media: atomisp: ia_css_debug: Removed unused codes for debugKate Hsuan2-79/+0
2023-06-09media: atomisp: Add ia_css_frame_pad_width() helper functionHans de Goede2-19/+32
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