Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/basics/
H A Dcalcs_logger.h124 static void print_bw_calcs_vbios(struct dc_context *ctx, const struct bw_calcs_vbios *vbios) in print_bw_calcs_vbios() argument
130 DC_LOG_BANDWIDTH_CALCS(" [enum] bw_defines memory_type: %d", vbios->memory_type); in print_bw_calcs_vbios()
131 DC_LOG_BANDWIDTH_CALCS(" [enum] bw_defines memory_type: %d", vbios->memory_type); in print_bw_calcs_vbios()
132 …DC_LOG_BANDWIDTH_CALCS(" [uint32_t] dram_channel_width_in_bits: %d", vbios->dram_channel_width_in_… in print_bw_calcs_vbios()
133 DC_LOG_BANDWIDTH_CALCS(" [uint32_t] number_of_dram_channels: %d", vbios->number_of_dram_channels); in print_bw_calcs_vbios()
134 DC_LOG_BANDWIDTH_CALCS(" [uint32_t] number_of_dram_banks: %d", vbios->number_of_dram_banks); in print_bw_calcs_vbios()
135 DC_LOG_BANDWIDTH_CALCS(" [bw_fixed] low_yclk: %d", bw_fixed_to_int(vbios->low_yclk)); in print_bw_calcs_vbios()
136 DC_LOG_BANDWIDTH_CALCS(" [bw_fixed] mid_yclk: %d", bw_fixed_to_int(vbios->mid_yclk)); in print_bw_calcs_vbios()
137 DC_LOG_BANDWIDTH_CALCS(" [bw_fixed] high_yclk: %d", bw_fixed_to_int(vbios->high_yclk)); in print_bw_calcs_vbios()
138 DC_LOG_BANDWIDTH_CALCS(" [bw_fixed] low_sclk: %d", bw_fixed_to_int(vbios->low_sclk)); in print_bw_calcs_vbios()
[all …]
/linux/Documentation/gpu/nova/core/
H A Dfwsec.rst19 ROM (see vbios.rst for more details). It contains different commands like FRTS
31 it is extracted, see vbios.rst and the vbios.rs source code.
36 up the application to load it based on its application ID (see vbios.rs).
H A Ddevinit.rst17 FWSEC (Firmware Security) image (see fwsec.rst and vbios.rst) and it runs before the
39 1. Located in the VBIOS ROM in the same ROM partition (see vbios.rst and fwsec.rst).
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_debugfs.c44 for (i = 0; i < drm->vbios.length; i++) in nouveau_debugfs_vbios_image()
45 seq_printf(m, "%c", drm->vbios.data[i]); in nouveau_debugfs_vbios_image()
291 d_inode(dentry)->i_size = drm->vbios.length; in nouveau_drm_debugfs_init()
H A Dnouveau_bios.h38 ROM16(x) ? &drm->vbios.data[ROM16(x)] : NULL; \
H A Dnouveau_display.c697 if (!ret && (disp->disp.outp_mask || drm->vbios.dcb.entries)) { in nouveau_display_create()
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddac.c251 if (drm->vbios.tvdactestval) in nv17_dac_sample_load()
252 testval = drm->vbios.tvdactestval; in nv17_dac_sample_load()
256 if (drm->vbios.dactestval) in nv17_dac_sample_load()
257 testval = drm->vbios.dactestval; in nv17_dac_sample_load()
H A Dtvnv17.c59 if (drm->vbios.tvdactestval) in nv42_tv_sample_load()
60 testval = drm->vbios.tvdactestval; in nv42_tv_sample_load()
433 drm->vbios.fp.dual_link); in nv17_tv_prepare()
H A Ddisp.c215 struct dcb_table *dcb = &drm->vbios.dcb; in nv04_display_create()
H A Ddfp.c305 drm->vbios.digital_min_front_porch) in nv04_dfp_mode_set()
308 regp->fp_horiz_regs[FP_CRTC] = output_mode->hsync_start - drm->vbios.digital_min_front_porch - 1; in nv04_dfp_mode_set()
/linux/Documentation/driver-api/thermal/
H A Dnouveau_thermal.rst44 The default value for these thresholds comes from the GPU's vbios. These
85 When operating in manual mode outside the vbios-defined
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dnv40.c185 &imem->base.vbios); in nv40_instmem_oneinit()
220 nvkm_memory_unref(&imem->base.vbios); in nv40_instmem_dtor()
H A Dnv04.c216 &imem->base.vbios); in nv04_instmem_oneinit()
247 nvkm_memory_unref(&imem->base.vbios); in nv04_instmem_dtor()
/linux/Documentation/gpu/nova/
H A Dindex.rst31 core/vbios
/linux/drivers/gpu/drm/radeon/
H A Dradeon_bios.c620 GOP_VBIOS_CONTENT *vbios = (GOP_VBIOS_CONTENT *)((char *)hdr + offset); in radeon_acpi_vfct_bios() local
621 VFCT_IMAGE_HEADER *vhdr = &vbios->VbiosHeader; in radeon_acpi_vfct_bios()
641 rdev->bios = kmemdup(&vbios->VbiosContent, in radeon_acpi_vfct_bios()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddce_calcs.h483 const struct bw_calcs_vbios *vbios,