Searched refs:vba (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_display_mode_vba.c61 bool need_recalculate = memcmp(&mode_lib->soc, &mode_lib->vba.soc, sizeof(mode_lib->vba.soc)) != 0
62 || memcmp(&mode_lib->ip, &mode_lib->vba.ip, sizeof(mode_lib->vba.ip)) != 0
63 || num_pipes != mode_lib->vba.cache_num_pipes
64 || memcmp(pipes, mode_lib->vba.cache_pipes,
67 mode_lib->vba.soc = mode_lib->soc;
68 mode_lib->vba.ip = mode_lib->ip;
69 memcpy(mode_lib->vba.cache_pipes, pipes, sizeof(*pipes) * num_pipes);
70 mode_lib->vba
[all...]
H A Ddisplay_mode_lib.h69 struct vba_vars_st vba; member in struct:display_mode_lib
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_mode_vba_20v2.c266 mode_lib->vba.FabricAndDRAMBandwidth = dml_min(
267 mode_lib->vba.DRAMSpeed * mode_lib->vba.NumberOfChannels * mode_lib->vba.DRAMChannelWidth,
268 mode_lib->vba.FabricClock * mode_lib->vba.FabricDatapathToDCNDataReturn) / 1000.0;
284 > mode_lib->vba.DCFCLK * mode_lib->vba.ReturnBusWidth / 4.0)
290 - mode_lib->vba.UrgentLatencyPixelDataOnly
291 / ((mode_lib->vba
[all...]
H A Damdgpu_display_mode_vba_20.c242 mode_lib->vba.FabricAndDRAMBandwidth = dml_min(
243 mode_lib->vba.DRAMSpeed * mode_lib->vba.NumberOfChannels * mode_lib->vba.DRAMChannelWidth,
244 mode_lib->vba.FabricClock * mode_lib->vba.FabricDatapathToDCNDataReturn) / 1000.0;
260 > mode_lib->vba.DCFCLK * mode_lib->vba.ReturnBusWidth / 4.0)
266 - mode_lib->vba.UrgentLatencyPixelDataOnly
267 / ((mode_lib->vba
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_mode_vba_21.c1229 if (!mode_lib->vba.IgnoreViewportPositioning) {
1336 MPDEBytesFrame = 128 * ((mode_lib->vba.GPUVMMaxPageTableLevels + 1) * (mode_lib->vba.HostVMMaxPageTableLevels + 1) - 2);
1366 if (GPUVMEnable == true && (mode_lib->vba.GPUVMMaxPageTableLevels + 1) * (mode_lib->vba.HostVMMaxPageTableLevels + 1) > 2) {
1372 ExtraDPDEBytesFrame = 128 * ((mode_lib->vba.GPUVMMaxPageTableLevels + 1) * (mode_lib->vba.HostVMMaxPageTableLevels + 1) - 3);
1471 struct vba_vars_st *locals = &mode_lib->vba;
1474 mode_lib->vba.WritebackDISPCLK = 0.0;
1475 mode_lib->vba
[all...]
/netbsd-current/sys/arch/atari/vme/
H A Dvme_machdep.c72 struct vmebus_attach_args vba; local
76 vba.vba_busname = "vme";
77 vba.vba_iot = beb_alloc_bus_space_tag(NULL);
78 vba.vba_memt = beb_alloc_bus_space_tag(NULL);
79 if ((vba.vba_iot == NULL) || (vba.vba_memt == NULL)) {
87 vba.vba_iot->base = 0;
88 vba.vba_memt->base = 0;
91 config_found(self, &vba, vmebusprint, CFARGS_NONE);
H A Dvme.c54 struct vmebus_attach_args *vba = aux; local
56 if (strcmp(vba->vba_busname, cf->cf_name))
66 struct vmebus_attach_args *vba = aux; local
71 sc->sc_iot = vba->vba_iot;
72 sc->sc_memt = vba->vba_memt;
73 sc->sc_vc = vba->vba_vc;
/netbsd-current/sys/arch/sun68k/sun68k/
H A Dvme_sun68k.c151 struct vmebus_attach_args vba; local
167 vba.va_vct = &sun68k_vme_chipset_tag;
168 vba.va_bdt = &sun68k_vme_dma_tag;
169 vba.va_slaveconfig = 0;
172 (void)config_found(self, &vba, 0, CFARGS_NONE);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_resource.c2503 if (context->bw_ctx.dml.vba.NoOfDPP[vlevel][0][pipe_idx] == 1)
2510 context->bw_ctx.dml.vba.maxMpcComb = 0;
2520 if (force_split || context->bw_ctx.dml.vba.NoOfDPP[vlevel][context->bw_ctx.dml.vba.maxMpcComb][pipe_idx] > 1)
2533 context->bw_ctx.dml.vba.ODMCombineEnablePerState[vlevel][pipe_idx] = dm_odm_combine_mode_2to1;
2535 context->bw_ctx.dml.vba.ODMCombineEnabled[pipe_idx] =
2536 context->bw_ctx.dml.vba.ODMCombineEnablePerState[vlevel][pipe_idx];
2538 if (split[i] && context->bw_ctx.dml.vba.NoOfDPP[vlevel][context->bw_ctx.dml.vba.maxMpcComb][pipe_idx] == 1)
2539 context->bw_ctx.dml.vba
[all...]
/netbsd-current/sys/arch/sparc/dev/
H A Dvme_machdep.c293 struct vmebus_attach_args vba; local
308 vba.va_vct = &sparc_vme_chipset_tag;
309 vba.va_bdt = &sparc_vme4_dma_tag;
310 vba.va_slaveconfig = 0;
329 (void)config_found(self, &vba, 0, CFARGS_NONE);
342 struct vmebus_attach_args vba; local
358 vba.va_vct = &sparc_vme_chipset_tag;
359 vba.va_bdt = &sparc_vme_iommu_dma_tag;
360 vba.va_slaveconfig = 0;
442 (void)config_found(self, &vba,
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
H A Damdgpu_dcn21_resource.c1065 pipes[pipe_cnt].clks_cfg.dispclk_mhz = context->bw_ctx.dml.vba.RequiredDISPCLK[vlevel_req][context->bw_ctx.dml.vba.maxMpcComb];
1069 context->bw_ctx.dml.vba.RequiredDPPCLK[vlevel_req][context->bw_ctx.dml.vba.maxMpcComb][pipe_idx];
1070 if (context->bw_ctx.dml.vba.BlendingAndTiming[pipe_idx] == pipe_idx)
1072 context->bw_ctx.dml.vba.ODMCombineEnablePerState[vlevel_req][pipe_idx];
1078 context->bw_ctx.dml.vba.RequiredDPPCLK[vlevel_req][context->bw_ctx.dml.vba.maxMpcComb][pipe_split_from[i]];
1079 if (context->bw_ctx.dml.vba.BlendingAndTiming[pipe_split_from[i]] == pipe_split_from[i])
1081 context->bw_ctx.dml.vba
[all...]
/netbsd-current/bin/mt/
H A Dmt.c235 #include <tahoe/vba/cyreg.h>

Completed in 230 milliseconds