Home
last modified time | relevance | path

Searched refs:dst_y_per_row_flip (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h632 unsigned int dst_y_per_row_flip; member
H A Ddisplay_mode_vba.h90 dml_get_pipe_attr_decl(dst_y_per_row_flip);
H A Ddisplay_mode_vba.c151 dml_get_pipe_attr_func(dst_y_per_row_flip, mode_lib->vba.DestinationLinesToRequestRowInImmediateFli…
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1632 old_dlg_attr.dst_y_per_row_flip != new_dlg_attr->dst_y_per_row_flip || in dcn20_detect_pipe_changes()
1650 old_dlg_attr.dst_y_per_row_flip = new_dlg_attr->dst_y_per_row_flip; in dcn20_detect_pipe_changes()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2893 || (old_dlg_regs.dst_y_per_row_flip != new_dlg_regs->dst_y_per_row_flip) in dcn401_detect_pipe_changes()
2911 old_dlg_regs.dst_y_per_row_flip = new_dlg_regs->dst_y_per_row_flip; in dcn401_detect_pipe_changes()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2945 uint32_t dst_y_per_row_flip; /* NOM_PARAMETERS_1->DST_Y_PER_ROW_FLIP from dlg_regs.dst_y_per_row_flip */
2880 uint32_t dst_y_per_row_flip; /* NOM_PARAMETERS_1->DST_Y_PER_ROW_FLIP from dlg_regs.dst_y_per_row_flip */ global() member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1941 dml_uint_t dst_y_per_row_flip; member
H A Ddisplay_mode_core.c10279 dml_get_per_surface_var_func(dst_y_per_row_flip, dml_float_t, mode_lib->mp.DestinationLinesToReques…
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c6710 state->hubp[i].dst_y_per_row_flip = pipe_ctx->dlg_regs.dst_y_per_row_flip; in dc_capture_register_software_state()