Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H A Ddcn31_hwseq.c489 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.c921 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.h815 uint64_t agp_top; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2679 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.c1374 u32 agp_base, agp_bot, agp_top; in mmhub_read_system_context() local
1381 agp_top = adev->gmc.agp_end >> 24; in mmhub_read_system_context()
1384 if (agp_bot > agp_top) { in mmhub_read_system_context()
1432 pa_config->system_aperture.agp_top = (uint64_t)agp_top << 24; in mmhub_read_system_context()