Searched refs:hmm_alloc (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/drivers/staging/media/atomisp/include/hmm/ |
D | hmm.h | 41 ia_css_ptr hmm_alloc(size_t bytes, enum hmm_bo_type type,
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/runtime/spctrl/src/ |
D | spctrl.c | 67 code_addr = hmm_alloc(spctrl_cfg->code_size, HMM_BO_PRIVATE, 0, NULL, 0); in ia_css_spctrl_load_fw()
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/ |
D | sh_css_params.c | 2098 *curr_buf = ia_css_refcount_increment(id, hmm_alloc(needed_size, in realloc_isp_css_mm_buf() 2164 me->data_ptr = hmm_alloc(me->size, HMM_BO_PRIVATE, 0, NULL, 0); in ia_css_isp_3a_statistics_allocate() 2214 md->address = hmm_alloc(metadata_info->size, HMM_BO_PRIVATE, 0, NULL, 0); in ia_css_metadata_allocate() 2367 hmm_alloc(params_size, HMM_BO_PRIVATE, 0, NULL, 0)); in sh_css_create_isp_params() 2373 hmm_alloc(sizeof(struct ia_css_macc_table), HMM_BO_PRIVATE, 0, NULL, 0)); in sh_css_create_isp_params() 2587 hmm_alloc(sizeof(struct sh_css_sp_stage), in sh_css_params_init() 2592 hmm_alloc(sizeof(struct sh_css_sp_stage), in sh_css_params_init() 2611 hmm_alloc(CEIL_MUL(sizeof(struct sh_css_ddr_address_map), in sh_css_params_init() 2616 hmm_alloc(sizeof(struct sh_css_sp_group), in sh_css_params_init() 2670 pipe->scaler_pp_lut = hmm_alloc(sizeof(zoom_table), HMM_BO_PRIVATE, 0, NULL, 0); in ia_css_pipe_set_bci_scaler_lut() [all …]
|
D | atomisp_acc.c | 367 cssptr = hmm_alloc(map->length, HMM_BO_USER, 0, map->user_ptr, in atomisp_acc_map() 372 cssptr = hmm_alloc(map->length, HMM_BO_PRIVATE, 0, NULL, in atomisp_acc_map()
|
D | sh_css_firmware.c | 372 ia_css_ptr target_addr = hmm_alloc(size, HMM_BO_PRIVATE, 0, NULL, 0); in sh_css_load_blob()
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/runtime/rmgr/src/ |
D | rmgr_vbuf.c | 285 (*handle)->vptr = hmm_alloc((*handle)->size, in ia_css_rmgr_acq_vbuf()
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/runtime/isp_param/src/ |
D | isp_param.c | 134 css_params->params[pclass][mem].address = hmm_alloc(size, HMM_BO_PRIVATE, 0, NULL, 0); in ia_css_isp_param_allocate_isp_parameters()
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/hmm/ |
D | hmm.c | 197 dummy_ptr = hmm_alloc(1, HMM_BO_PRIVATE, 0, NULL, 0); in hmm_init() 224 ia_css_ptr hmm_alloc(size_t bytes, enum hmm_bo_type type, in hmm_alloc() function
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/runtime/frame/src/ |
D | frame.c | 183 me->data = hmm_alloc(me->data_bytes, HMM_BO_USER, 0, data, in ia_css_frame_map() 806 frame->data = hmm_alloc(frame->data_bytes, in frame_allocate_buffer_data()
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ |
D | ia_css_sdis2.host.c | 297 me->data_ptr = hmm_alloc(me->size, HMM_BO_PRIVATE, 0, NULL, 0); in ia_css_isp_dvs2_statistics_allocate()
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/ |
D | ia_css_sdis.host.c | 334 me->data_ptr = hmm_alloc(me->size, HMM_BO_PRIVATE, 0, NULL, 0); in ia_css_isp_dvs_statistics_allocate()
|