Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_hwseq.c71 config.system_aperture.fb_top = pa_config->system_aperture.fb_top; in dcn21_init_sys_ctx()
72 config.system_aperture.fb_offset = pa_config->system_aperture.fb_offset; in dcn21_init_sys_ctx()
73 config.system_aperture.fb_base = pa_config->system_aperture.fb_base; in dcn21_init_sys_ctx()
74 config.system_aperture.agp_top = pa_config->system_aperture.agp_top; in dcn21_init_sys_ctx()
75 config.system_aperture.agp_bot = pa_config->system_aperture.agp_bot; in dcn21_init_sys_ctx()
76 config.system_aperture.agp_base = pa_config->system_aperture.agp_base; in dcn21_init_sys_ctx()
Ddcn21_hubbub.c114 FB_BASE, pa_config->system_aperture.fb_base >> 24); in hubbub21_init_dchub()
116 FB_TOP, pa_config->system_aperture.fb_top >> 24); in hubbub21_init_dchub()
118 FB_OFFSET, pa_config->system_aperture.fb_offset >> 24); in hubbub21_init_dchub()
120 AGP_BOT, pa_config->system_aperture.agp_bot >> 24); in hubbub21_init_dchub()
122 AGP_TOP, pa_config->system_aperture.agp_top >> 24); in hubbub21_init_dchub()
124 AGP_BASE, pa_config->system_aperture.agp_base >> 24); in hubbub21_init_dchub()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hwseq.c498 config.system_aperture.fb_top = pa_config->system_aperture.fb_top; in dcn31_init_sys_ctx()
499 config.system_aperture.fb_offset = pa_config->system_aperture.fb_offset; in dcn31_init_sys_ctx()
500 config.system_aperture.fb_base = pa_config->system_aperture.fb_base; in dcn31_init_sys_ctx()
501 config.system_aperture.agp_top = pa_config->system_aperture.agp_top; in dcn31_init_sys_ctx()
502 config.system_aperture.agp_bot = pa_config->system_aperture.agp_bot; in dcn31_init_sys_ctx()
503 config.system_aperture.agp_base = pa_config->system_aperture.agp_base; in dcn31_init_sys_ctx()
510 pa_config->system_aperture.fb_base + in dcn31_init_sys_ctx()
511 pa_config->system_aperture.fb_offset; in dcn31_init_sys_ctx()
Ddcn31_hubbub.c886 FB_BASE, pa_config->system_aperture.fb_base >> 24); in hubbub31_init_dchub_sys_ctx()
888 FB_TOP, pa_config->system_aperture.fb_top >> 24); in hubbub31_init_dchub_sys_ctx()
890 FB_OFFSET, pa_config->system_aperture.fb_offset >> 24); in hubbub31_init_dchub_sys_ctx()
892 AGP_BOT, pa_config->system_aperture.agp_bot >> 24); in hubbub31_init_dchub_sys_ctx()
894 AGP_TOP, pa_config->system_aperture.agp_top >> 24); in hubbub31_init_dchub_sys_ctx()
896 AGP_BASE, pa_config->system_aperture.agp_base >> 24); in hubbub31_init_dchub_sys_ctx()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hubbub.c71 FB_BASE, pa_config->system_aperture.fb_base >> 24); in hubbub3_init_dchub_sys_ctx()
73 FB_TOP, pa_config->system_aperture.fb_top >> 24); in hubbub3_init_dchub_sys_ctx()
75 FB_OFFSET, pa_config->system_aperture.fb_offset >> 24); in hubbub3_init_dchub_sys_ctx()
77 AGP_BOT, pa_config->system_aperture.agp_bot >> 24); in hubbub3_init_dchub_sys_ctx()
79 AGP_TOP, pa_config->system_aperture.agp_top >> 24); in hubbub3_init_dchub_sys_ctx()
81 AGP_BASE, pa_config->system_aperture.agp_base >> 24); in hubbub3_init_dchub_sys_ctx()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubbub.c380 FB_BASE, pa_config->system_aperture.fb_base >> 24); in hubbub2_init_dchub_sys_ctx()
382 FB_TOP, pa_config->system_aperture.fb_top >> 24); in hubbub2_init_dchub_sys_ctx()
384 FB_OFFSET, pa_config->system_aperture.fb_offset >> 24); in hubbub2_init_dchub_sys_ctx()
386 AGP_BOT, pa_config->system_aperture.agp_bot >> 24); in hubbub2_init_dchub_sys_ctx()
388 AGP_TOP, pa_config->system_aperture.agp_top >> 24); in hubbub2_init_dchub_sys_ctx()
390 AGP_BASE, pa_config->system_aperture.agp_base >> 24); in hubbub2_init_dchub_sys_ctx()
Ddcn20_hwseq.c1173 apt.sys_low.quad_part = dc->vm_pa_config.system_aperture.start_addr; in dcn20_enable_plane()
1174 apt.sys_high.quad_part = dc->vm_pa_config.system_aperture.end_addr; in dcn20_enable_plane()
2213 config.system_aperture.fb_top = pa_config->system_aperture.fb_top; in dcn20_init_sys_ctx()
2214 config.system_aperture.fb_offset = pa_config->system_aperture.fb_offset; in dcn20_init_sys_ctx()
2215 config.system_aperture.fb_base = pa_config->system_aperture.fb_base; in dcn20_init_sys_ctx()
2216 config.system_aperture.agp_top = pa_config->system_aperture.agp_top; in dcn20_init_sys_ctx()
2217 config.system_aperture.agp_bot = pa_config->system_aperture.agp_bot; in dcn20_init_sys_ctx()
2218 config.system_aperture.agp_base = pa_config->system_aperture.agp_base; in dcn20_init_sys_ctx()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h79 } system_aperture; member
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/
Ddc.h663 } system_aperture; member
/Linux-v6.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1222 pa_config->system_aperture.start_addr = (uint64_t)logical_addr_low << 18; in mmhub_read_system_context()
1223 pa_config->system_aperture.end_addr = (uint64_t)logical_addr_high << 18; in mmhub_read_system_context()
1225 pa_config->system_aperture.agp_base = (uint64_t)agp_base << 24 ; in mmhub_read_system_context()
1226 pa_config->system_aperture.agp_bot = (uint64_t)agp_bot << 24; in mmhub_read_system_context()
1227 pa_config->system_aperture.agp_top = (uint64_t)agp_top << 24; in mmhub_read_system_context()
1229 pa_config->system_aperture.fb_base = adev->gmc.fb_start; in mmhub_read_system_context()
1230 pa_config->system_aperture.fb_offset = adev->gmc.aper_base; in mmhub_read_system_context()
1231 pa_config->system_aperture.fb_top = adev->gmc.fb_end; in mmhub_read_system_context()