Searched refs:memory_params (Results 1 – 1 of 1) sorted by relevance
2439 struct dmub_srv_memory_params memory_params; in dm_dmub_sw_init() local2602 memset(&memory_params, 0, sizeof(memory_params)); in dm_dmub_sw_init()2603 memory_params.cpu_fb_addr = adev->dm.dmub_bo_cpu_addr; in dm_dmub_sw_init()2604 memory_params.gpu_fb_addr = adev->dm.dmub_bo_gpu_addr; in dm_dmub_sw_init()2605 memory_params.region_info = ®ion_info; in dm_dmub_sw_init()2606 memory_params.window_memory_type = window_memory_type; in dm_dmub_sw_init()2617 status = dmub_srv_calc_mem_info(dmub_srv, &memory_params, fb_info); in dm_dmub_sw_init()