Searched refs:fb_top (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/ |
H A D | dcn201_hwseq.c | 91 addr->quad_part < hwseq->fb_top.quad_part) { in gpu_addr_to_uma() 205 uint32_t fb_top = REG_READ(MC_VM_FB_LOCATION_TOP); in read_mmhub_vm_setup() local 209 fb_top++; in read_mmhub_vm_setup() 215 hws->fb_top.low_part = fb_top; in read_mmhub_vm_setup() 216 hws->fb_top.quad_part <<= 24; in read_mmhub_vm_setup() 220 hws->uma_top.quad_part = hws->fb_top.quad_part in read_mmhub_vm_setup()
|
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_stdu.c | 72 * @fb_top: Top of the framebuffer/content bounding box 80 s32 fb_left, fb_top; member 485 ddirty->fb_top = min_t(s32, ddirty->fb_top, dirty->fb_y); in vmw_stdu_bo_cpu_clip() 525 dst_offset = ddirty->fb_top * dst_pitch + ddirty->fb_left * stdu->cpp; in vmw_stdu_bo_cpu_commit() 591 ddirty.fb_left = ddirty.fb_top = S32_MAX; in vmw_kms_stdu_readback() 1149 bo_update->fb_top = INT_MAX; in vmw_stdu_bo_pre_clip_cpu() 1162 bo_update->fb_top = min_t(int, bo_update->fb_top, fb_y); in vmw_stdu_bo_clip_cpu() 1197 src_offset = bo_update->fb_top * src_pitc in vmw_stdu_bo_populate_update_cpu() [all...] |
H A D | vmwgfx_kms.h | 129 * @fb_top: y1 for fb damage bounding box. 133 int fb_left, fb_top; member
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/ |
H A D | dcn21_hwseq.c | 71 config.system_aperture.fb_top = pa_config->system_aperture.fb_top; in dcn21_init_sys_ctx()
|
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | dchubbub.h | 94 uint64_t fb_top; member
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/ |
H A D | hw_sequencer_private.h | 201 PHYSICAL_ADDRESS_LOC fb_top; member
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/ |
H A D | dcn31_hwseq.c | 491 config.system_aperture.fb_top = pa_config->system_aperture.fb_top; in dcn31_init_sys_ctx()
|
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn30/ |
H A D | dcn30_hubbub.c | 73 FB_TOP, pa_config->system_aperture.fb_top >> 24); in hubbub3_init_dchub_sys_ctx()
|
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn20/ |
H A D | dcn20_hubbub.c | 403 FB_TOP, pa_config->system_aperture.fb_top >> 24); in hubbub2_init_dchub_sys_ctx()
|
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn21/ |
H A D | dcn21_hubbub.c | 116 FB_TOP, pa_config->system_aperture.fb_top >> 24); in hubbub21_init_dchub()
|
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn31/ |
H A D | dcn31_hubbub.c | 915 FB_TOP, pa_config->system_aperture.fb_top >> 24); in hubbub31_init_dchub_sys_ctx()
|
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 1489 pa_config->system_aperture.fb_top = adev->gmc.fb_end; in mmhub_read_system_context()
|