Searched refs:sg_tables (Results 1 – 3 of 3) sorted by relevance
39 struct sg_table sg_tables[3]; member65 ret = rcar_du_vsp_map_fb(rcrtc->vsp, job->fb, rjob->sg_tables); in rcar_du_wb_prepare_job()84 rcar_du_vsp_unmap_fb(rcrtc->vsp, job->fb, rjob->sg_tables); in rcar_du_wb_cleanup_job()237 cfg->mem[i] = sg_dma_address(rjob->sg_tables[i].sgl) in rcar_du_writeback_setup()
176 u32 sg_tables, total_sg_needed; in rd_build_device_space() local193 sg_tables = (total_sg_needed / max_sg_per_table) + 1; in rd_build_device_space()194 sg_table = kzalloc_objs(*sg_table, sg_tables); in rd_build_device_space()199 rd_dev->sg_table_count = sg_tables; in rd_build_device_space()235 u32 total_sg_needed, sg_tables; in rd_build_prot_space() local250 sg_tables = (total_sg_needed / max_sg_per_table) + 1; in rd_build_prot_space()251 sg_table = kzalloc_objs(*sg_table, sg_tables); in rd_build_prot_space()256 rd_dev->sg_prot_count = sg_tables; in rd_build_prot_space()
216 is. Two new sg_tables must be created from the original one. One for287 Don't forget to release these new sg_tables after getting the descriptors