Home
last modified time | relevance | path

Searched refs:vbios (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Ddce_calcs.c141 yclk[low] = vbios->low_yclk; in calculate_bandwidth()
142 yclk[mid] = vbios->mid_yclk; in calculate_bandwidth()
143 yclk[high] = vbios->high_yclk; in calculate_bandwidth()
144 sclk[s_low] = vbios->low_sclk; in calculate_bandwidth()
2058 vbios = kzalloc(sizeof(*vbios), GFP_KERNEL); in bw_calcs_init()
2059 if (!vbios) { in bw_calcs_init()
2098 vbios->cursor_width = 32; in bw_calcs_init()
2214 vbios->cursor_width = 32; in bw_calcs_init()
2330 vbios->cursor_width = 32; in bw_calcs_init()
2758 *bw_vbios = *vbios; in bw_calcs_init()
[all …]
H A Dcalcs_logger.h147 bw_fixed_to_int(vbios->low_voltage_max_dispclk)); in print_bw_calcs_vbios()
149 bw_fixed_to_int(vbios->mid_voltage_max_dispclk)); in print_bw_calcs_vbios()
151 bw_fixed_to_int(vbios->high_voltage_max_dispclk)); in print_bw_calcs_vbios()
153 bw_fixed_to_int(vbios->low_voltage_max_phyclk)); in print_bw_calcs_vbios()
155 bw_fixed_to_int(vbios->mid_voltage_max_phyclk)); in print_bw_calcs_vbios()
157 bw_fixed_to_int(vbios->high_voltage_max_phyclk)); in print_bw_calcs_vbios()
162 bw_fixed_to_int(vbios->stutter_self_refresh_exit_latency)); in print_bw_calcs_vbios()
166 bw_fixed_to_int(vbios->nbp_state_change_latency)); in print_bw_calcs_vbios()
168 bw_fixed_to_int(vbios->mcifwrmc_urgent_latency)); in print_bw_calcs_vbios()
171 bw_fixed_to_int(vbios->down_spread_percentage)); in print_bw_calcs_vbios()
[all …]
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_bios.c514 GOP_VBIOS_CONTENT *vbios = (GOP_VBIOS_CONTENT *)((char *)hdr + offset); in amdgpu_acpi_vfct_bios() local
515 VFCT_IMAGE_HEADER *vhdr = &vbios->VbiosHeader; in amdgpu_acpi_vfct_bios()
535 adev->bios = kmemdup(&vbios->VbiosContent, in amdgpu_acpi_vfct_bios()
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_bios.c780 GOP_VBIOS_CONTENT *vbios = (GOP_VBIOS_CONTENT *)((char *)hdr + offset); in radeon_acpi_vfct_bios() local
781 VFCT_IMAGE_HEADER *vhdr = &vbios->VbiosHeader; in radeon_acpi_vfct_bios()
801 rdev->bios = kmemdup(&vbios->VbiosContent, in radeon_acpi_vfct_bios()
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/
H A Ddce_calcs.h483 const struct bw_calcs_vbios *vbios,