Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c320 …d mmhub_read_system_context(struct amdgpu_device *adev, struct dc_phy_addr_space_config *pa_config) in mmhub_read_system_context() argument
328 memset(pa_config, 0, sizeof(*pa_config)); in mmhub_read_system_context()
378 pa_config->system_aperture.start_addr = (uint64_t)logical_addr_low << 18; in mmhub_read_system_context()
379 pa_config->system_aperture.end_addr = (uint64_t)logical_addr_high << 18; in mmhub_read_system_context()
381 pa_config->system_aperture.agp_base = (uint64_t)agp_base << 24; in mmhub_read_system_context()
382 pa_config->system_aperture.agp_bot = (uint64_t)agp_bot << 24; in mmhub_read_system_context()
383 pa_config->system_aperture.agp_top = (uint64_t)agp_top << 24; in mmhub_read_system_context()
385 pa_config->system_aperture.fb_base = adev->gmc.fb_start; in mmhub_read_system_context()
386 pa_config->system_aperture.fb_offset = adev->vm_manager.vram_base_offset; in mmhub_read_system_context()
387 pa_config->system_aperture.fb_top = adev->gmc.fb_end; in mmhub_read_system_context()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn21/
H A Ddcn21_hubbub.h127 struct dcn_hubbub_phys_addr_config *pa_config);
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn31/
H A Ddcn31_hubbub.h134 struct dcn_hubbub_phys_addr_config *pa_config);