Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/
H A Ddcn21_hwseq.c74 config.system_aperture.agp_top = pa_config->system_aperture.agp_top; in dcn21_init_sys_ctx()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h97 uint64_t agp_top; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H A Ddcn31_hwseq.c487 config.system_aperture.agp_top = pa_config->system_aperture.agp_top; in dcn31_init_sys_ctx()
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn30/
H A Ddcn30_hubbub.c79 AGP_TOP, pa_config->system_aperture.agp_top >> 24); in hubbub3_init_dchub_sys_ctx()
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn20/
H A Ddcn20_hubbub.c409 AGP_TOP, pa_config->system_aperture.agp_top >> 24); in hubbub2_init_dchub_sys_ctx()
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn21/
H A Ddcn21_hubbub.c122 AGP_TOP, pa_config->system_aperture.agp_top >> 24); in hubbub21_init_dchub()
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn31/
H A Ddcn31_hubbub.c920 AGP_TOP, pa_config->system_aperture.agp_top >> 24); in hubbub31_init_dchub_sys_ctx()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h801 uint64_t agp_top; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2651 config.system_aperture.agp_top = pa_config->system_aperture.agp_top; in dcn20_init_sys_ctx()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1347 u32 agp_base, agp_bot, agp_top; in mmhub_read_system_context() local
1354 agp_top = adev->gmc.agp_end >> 24; in mmhub_read_system_context()
1357 if (agp_bot > agp_top) { in mmhub_read_system_context()
1405 pa_config->system_aperture.agp_top = (uint64_t)agp_top << 24; in mmhub_read_system_context()