Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_hwseq.c91 addr->quad_part < hwseq->fb_top.quad_part) { in gpu_addr_to_uma()
202 uint32_t fb_top = REG_READ(MC_VM_FB_LOCATION_TOP); in read_mmhub_vm_setup() local
206 fb_top++; in read_mmhub_vm_setup()
212 hws->fb_top.low_part = fb_top; in read_mmhub_vm_setup()
213 hws->fb_top.quad_part <<= 24; in read_mmhub_vm_setup()
217 hws->uma_top.quad_part = hws->fb_top.quad_part in read_mmhub_vm_setup()
/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c71 s32 fb_left, fb_top; member
567 ddirty->fb_top = min_t(s32, ddirty->fb_top, dirty->fb_y); in vmw_stdu_bo_cpu_clip()
607 src_offset = ddirty->fb_top * src_pitch + ddirty->fb_left * stdu->cpp; in vmw_stdu_bo_cpu_commit()
651 ddirty->left = ddirty->top = ddirty->fb_left = ddirty->fb_top = S32_MAX; in vmw_stdu_bo_cpu_commit()
716 ddirty.fb_left = ddirty.fb_top = S32_MAX; in vmw_kms_stdu_dma()
1265 bo_update->fb_top = INT_MAX; in vmw_stdu_bo_pre_clip_cpu()
1278 bo_update->fb_top = min_t(int, bo_update->fb_top, fb_y); in vmw_stdu_bo_clip_cpu()
1313 src_offset = bo_update->fb_top * src_pitch + bo_update->fb_left * in vmw_stdu_bo_populate_update_cpu()
Dvmwgfx_kms.h152 int fb_left, fb_top; member
/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()
Ddcn21_hubbub.c116 FB_TOP, pa_config->system_aperture.fb_top >> 24); in hubbub21_init_dchub()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h73 uint64_t fb_top; member
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer_private.h173 PHYSICAL_ADDRESS_LOC fb_top; member
/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()
Ddcn31_hubbub.c888 FB_TOP, pa_config->system_aperture.fb_top >> 24); in hubbub31_init_dchub_sys_ctx()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hubbub.c73 FB_TOP, pa_config->system_aperture.fb_top >> 24); in hubbub3_init_dchub_sys_ctx()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubbub.c382 FB_TOP, pa_config->system_aperture.fb_top >> 24); in hubbub2_init_dchub_sys_ctx()
Ddcn20_hwseq.c2213 config.system_aperture.fb_top = pa_config->system_aperture.fb_top; in dcn20_init_sys_ctx()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/
Ddc.h657 uint64_t fb_top; member
/Linux-v6.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1231 pa_config->system_aperture.fb_top = adev->gmc.fb_end; in mmhub_read_system_context()