Searched refs:memory_params (Results 1 – 1 of 1) sorted by relevance
2482 struct dmub_srv_memory_params memory_params; in dm_dmub_sw_init() local2628 memset(&memory_params, 0, sizeof(memory_params)); in dm_dmub_sw_init()2629 memory_params.cpu_fb_addr = adev->dm.dmub_bo_cpu_addr; in dm_dmub_sw_init()2630 memory_params.gpu_fb_addr = adev->dm.dmub_bo_gpu_addr; in dm_dmub_sw_init()2631 memory_params.region_info = ®ion_info; in dm_dmub_sw_init()2632 memory_params.window_memory_type = window_memory_type; in dm_dmub_sw_init()2644 status = dmub_srv_calc_mem_info(dmub_srv, &memory_params, fb_info); in dm_dmub_sw_init()