Searched refs:memory_params (Results 1 – 1 of 1) sorted by relevance
2664 struct dmub_srv_memory_params memory_params; in dm_dmub_sw_init() local2834 memset(&memory_params, 0, sizeof(memory_params)); in dm_dmub_sw_init()2835 memory_params.cpu_fb_addr = adev->dm.dmub_bo_cpu_addr; in dm_dmub_sw_init()2836 memory_params.gpu_fb_addr = adev->dm.dmub_bo_gpu_addr; in dm_dmub_sw_init()2837 memory_params.region_info = ®ion_info; in dm_dmub_sw_init()2838 memory_params.window_memory_type = window_memory_type; in dm_dmub_sw_init()2849 status = dmub_srv_calc_mem_info(dmub_srv, &memory_params, fb_info); in dm_dmub_sw_init()