Home
last modified time | relevance | path

Searched refs:dlg_attr (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn21/
H A Ddcn21_hubp.c79 struct _vcs_dpi_display_dlg_regs_st *dlg_attr) in apply_DEDCN21_142_wa_for_hostvm_deadline() argument
92 refcyc_per_vm_group_vblank > dlg_attr->refcyc_per_vm_group_vblank) in apply_DEDCN21_142_wa_for_hostvm_deadline()
94 REFCYC_PER_VM_GROUP_VBLANK, dlg_attr->refcyc_per_vm_group_vblank); in apply_DEDCN21_142_wa_for_hostvm_deadline()
100 refcyc_per_vm_req_vblank > dlg_attr->refcyc_per_vm_req_vblank) in apply_DEDCN21_142_wa_for_hostvm_deadline()
102 REFCYC_PER_VM_REQ_VBLANK, dlg_attr->refcyc_per_vm_req_vblank); in apply_DEDCN21_142_wa_for_hostvm_deadline()
108 refcyc_per_vm_group_flip > dlg_attr->refcyc_per_vm_group_flip) in apply_DEDCN21_142_wa_for_hostvm_deadline()
110 REFCYC_PER_VM_GROUP_FLIP, dlg_attr->refcyc_per_vm_group_flip); in apply_DEDCN21_142_wa_for_hostvm_deadline()
116 refcyc_per_vm_req_flip > dlg_attr->refcyc_per_vm_req_flip) in apply_DEDCN21_142_wa_for_hostvm_deadline()
118 REFCYC_PER_VM_REQ_FLIP, dlg_attr->refcyc_per_vm_req_flip); in apply_DEDCN21_142_wa_for_hostvm_deadline()
121 REFCYC_PER_PTE_GROUP_FLIP_C, dlg_attr->refcyc_per_pte_group_flip_c); in apply_DEDCN21_142_wa_for_hostvm_deadline()
[all …]
H A Ddcn21_hubp.h124 struct _vcs_dpi_display_dlg_regs_st *dlg_attr);
128 struct _vcs_dpi_display_dlg_regs_st *dlg_attr,
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn201/
H A Ddcn201_hubp.c60 struct _vcs_dpi_display_dlg_regs_st *dlg_attr, in hubp201_program_deadline() argument
63 hubp1_program_deadline(hubp, dlg_attr, ttu_attr); in hubp201_program_deadline()
98 struct _vcs_dpi_display_dlg_regs_st *dlg_attr, in hubp201_setup() argument
109 hubp201_program_deadline(hubp, dlg_attr, ttu_attr); in hubp201_setup()
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn10/
H A Ddcn10_hubp.h824 struct _vcs_dpi_display_dlg_regs_st dlg_attr; member
872 struct _vcs_dpi_display_dlg_regs_st *dlg_attr,
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn30/
H A Ddcn30_hubp.h277 struct _vcs_dpi_display_dlg_regs_st *dlg_attr,
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer_debug.c251 struct _vcs_dpi_display_dlg_regs_st *dlg_regs = &s->dlg_attr; in dcn10_get_dlg_states()