Searched refs:dbgbuf_info (Results 1 – 1 of 1) sorted by relevance
4932 struct rkisp_info2ddr dbgbuf_info; in allocMemResource() local5082 dbgbuf_info.wsize = share_mem_cfg->alloc_param.width; in allocMemResource()5083 dbgbuf_info.vsize = share_mem_cfg->alloc_param.height; in allocMemResource()5084 dbgbuf_info.owner = (rkisp_info2ddr_owner)(share_mem_cfg->alloc_param.reserved[0]); in allocMemResource()5085 if (dbgbuf_info.owner == RKISP_INFO2DRR_OWNER_AWB) { in allocMemResource()5086 dbgbuf_info.u.awb.awb2ddr_sel = share_mem_cfg->alloc_param.reserved[1]; in allocMemResource()5087 } else if (dbgbuf_info.owner == RKISP_INFO2DRR_OWNER_GAIN) { in allocMemResource()5088 dbgbuf_info.u.gain.gain2ddr_mode = share_mem_cfg->alloc_param.reserved[1]; in allocMemResource()5093 dbgbuf_info.buf_cnt = share_mem_cfg->alloc_param.reserved[2]; in allocMemResource()5094 ret = isp20->mIspCoreDev->io_control(RKISP_CMD_INFO2DDR, &dbgbuf_info); in allocMemResource()[all …]