Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h631 unsigned int dst_y_per_vm_flip; member
H A Ddisplay_mode_vba.h89 dml_get_pipe_attr_decl(dst_y_per_vm_flip);
H A Ddisplay_mode_vba.c150 dml_get_pipe_attr_func(dst_y_per_vm_flip, mode_lib->vba.DestinationLinesToRequestVMInImmediateFlip);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1631 old_dlg_attr.dst_y_per_vm_flip != new_dlg_attr->dst_y_per_vm_flip || in dcn20_detect_pipe_changes()
1649 old_dlg_attr.dst_y_per_vm_flip = new_dlg_attr->dst_y_per_vm_flip; in dcn20_detect_pipe_changes()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2892 || (old_dlg_regs.dst_y_per_vm_flip != new_dlg_regs->dst_y_per_vm_flip) in dcn401_detect_pipe_changes()
2910 old_dlg_regs.dst_y_per_vm_flip = new_dlg_regs->dst_y_per_vm_flip; in dcn401_detect_pipe_changes()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2944 uint32_t dst_y_per_vm_flip; /* NOM_PARAMETERS_1->DST_Y_PER_VM_FLIP from dlg_regs.dst_y_per_vm_flip */
2879 uint32_t dst_y_per_vm_flip; /* NOM_PARAMETERS_1->DST_Y_PER_VM_FLIP from dlg_regs.dst_y_per_vm_flip */ global() member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1940 dml_uint_t dst_y_per_vm_flip; member
H A Ddisplay_mode_core.c10278 dml_get_per_surface_var_func(dst_y_per_vm_flip, dml_float_t, mode_lib->mp.DestinationLinesToRequest…
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c6709 state->hubp[i].dst_y_per_vm_flip = pipe_ctx->dlg_regs.dst_y_per_vm_flip; in dc_capture_register_software_state()