Home
last modified time | relevance | path

Searched refs:memory_params (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c2342 struct dmub_srv_memory_params memory_params; in dm_dmub_sw_init() local
2485 memset(&memory_params, 0, sizeof(memory_params)); in dm_dmub_sw_init()
2486 memory_params.cpu_fb_addr = adev->dm.dmub_bo_cpu_addr; in dm_dmub_sw_init()
2487 memory_params.gpu_fb_addr = adev->dm.dmub_bo_gpu_addr; in dm_dmub_sw_init()
2488 memory_params.region_info = &region_info; in dm_dmub_sw_init()
2489 memory_params.window_memory_type = window_memory_type; in dm_dmub_sw_init()
2501 status = dmub_srv_calc_mem_info(dmub_srv, &memory_params, fb_info); in dm_dmub_sw_init()