Home
last modified time | relevance | path

Searched refs:pdev (Results 201 – 225 of 254) sorted by relevance

1234567891011

/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_navi10_ih.c181 pci_set_master(adev->pdev); in navi10_ih_irq_init()
H A Damdgpu_gfx_v9_0.c1186 static bool gfx_v9_0_should_disable_gfxoff(struct pci_dev *pdev) in gfx_v9_0_should_disable_gfxoff() argument
1191 if (pdev->vendor == p->chip_vendor && in gfx_v9_0_should_disable_gfxoff()
1192 pdev->device == p->chip_device && in gfx_v9_0_should_disable_gfxoff()
1193 pdev->subsystem_vendor == p->subsys_vendor && in gfx_v9_0_should_disable_gfxoff()
1194 pdev->subsystem_device == p->subsys_device && in gfx_v9_0_should_disable_gfxoff()
1195 pdev->revision == p->revision) { in gfx_v9_0_should_disable_gfxoff()
1213 if (gfx_v9_0_should_disable_gfxoff(adev->pdev)) in gfx_v9_0_check_if_need_gfxoff()
1222 if (!(adev->rev_id >= 0x8 || adev->pdev->device == 0x15d8) && in gfx_v9_0_check_if_need_gfxoff()
1348 (((adev->pdev->revision >= 0xC8) && (adev->pdev->revision <= 0xCF)) || in gfx_v9_0_init_rlc_microcode()
1349 ((adev->pdev->revision >= 0xD8) && (adev->pdev->revision <= 0xDF)))) in gfx_v9_0_init_rlc_microcode()
[all …]
H A Damdgpu.h724 struct pci_dev *pdev; member
1011 struct pci_dev *pdev,
H A Damdgpu_smu_v11_0_i2c.c685 control->dev.parent = pci_dev_dev(adev->pdev); in smu_v11_0_i2c_eeprom_control_init()
H A Damdgpu_vega10_ih.c347 pci_set_master(adev->pdev); in vega10_ih_irq_init()
H A Damdgpu_sdma_v5_0.c478 if ((flags & AMDGPU_FENCE_FLAG_INT) && adev->pdev->device != 0x50) { in sdma_v5_0_ring_emit_fence()
853 if (amdgpu_emu_mode == 1 && adev->pdev->device == 0x4d) in sdma_v5_0_start()
H A Damdgpu_vcn.c76 else if (adev->pdev->device == 0x15d8) in amdgpu_vcn_sw_init()
/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_pm.c1482 if (rdev->pdev->vendor == p->chip_vendor && in radeon_pm_init()
1483 rdev->pdev->device == p->chip_device && in radeon_pm_init()
1484 rdev->pdev->subsystem_vendor == p->subsys_vendor && in radeon_pm_init()
1485 rdev->pdev->subsystem_device == p->subsys_device) { in radeon_pm_init()
H A Dradeon_atombios_encoders.c204 if ((rdev->pdev->subsystem_vendor == PCI_VENDOR_ID_APPLE) && in radeon_atom_backlight_init()
205 (rdev->pdev->device == 0x6741)) in radeon_atom_backlight_init()
2073 if ((dev->pdev->device == 0x71C5) && in atombios_apply_encoder_quirks()
2074 (dev->pdev->subsystem_vendor == 0x106b) && in atombios_apply_encoder_quirks()
2075 (dev->pdev->subsystem_device == 0x0080)) { in atombios_apply_encoder_quirks()
H A Dradeon_legacy_encoders.c981 if ((dev->pdev->device == 0x4850) && in radeon_legacy_tmds_ext_mode_set()
982 (dev->pdev->subsystem_vendor == 0x1028) && in radeon_legacy_tmds_ext_mode_set()
983 (dev->pdev->subsystem_device == 0x2001)) /* Dell Inspiron 8600 */ in radeon_legacy_tmds_ext_mode_set()
H A Dradeon_rs690.c166 rdev->mc.aper_base = pci_resource_start(rdev->pdev, 0); in rs690_mc_init()
167 rdev->mc.aper_size = pci_resource_len(rdev->pdev, 0); in rs690_mc_init()
H A Dradeon_ci_dpm.c218 switch (rdev->pdev->device) { in ci_initialize_powertune_defaults()
2513 ((rdev->pdev->device == 0x67B0) || in ci_register_patching_mc_arb()
2514 (rdev->pdev->device == 0x67B1))) { in ci_register_patching_mc_arb()
3355 ((rdev->pdev->device == 0x67B0) || (rdev->pdev->device == 0x67B1))) { in ci_populate_all_memory_levels()
4551 ((rdev->pdev->device == 0x67B0) || in ci_register_patching_mc_seq()
4552 (rdev->pdev->device == 0x67B1))) { in ci_register_patching_mc_seq()
5691 struct pci_dev *root = rdev->pdev->bus->self; in ci_dpm_init()
5701 if (!pci_is_root_bus(rdev->pdev->bus)) in ci_dpm_init()
5773 if ((rdev->pdev->device == 0x6658) && in ci_dpm_init()
H A Dradeon_r600.c1502 rdev->mc.aper_base = pci_resource_start(rdev->pdev, 0); in r600_mc_init()
1503 rdev->mc.aper_size = pci_resource_len(rdev->pdev, 0); in r600_mc_init()
1883 pci_clear_master(rdev->pdev); in r600_gpu_pci_config_reset()
3777 pci_set_master(rdev->pdev); in r600_irq_init()
4570 if ((rdev->pdev->bus->max_bus_speed != PCIE_SPEED_5_0GT) && in r600_pcie_gen2_enable()
4571 (rdev->pdev->bus->max_bus_speed != PCIE_SPEED_8_0GT)) in r600_pcie_gen2_enable()
H A Dradeon_clocks.c112 struct device_node *dp = rdev->pdev->dev.of_node; in radeon_read_clocks_OF()
H A Dradeon_cs.c138 (i <= 0 || pci_find_capability(p->rdev->ddev->pdev, in radeon_cs_parser_relocs()
/netbsd/sys/dev/marvell/
H A Dgtidmac.c1489 device_t pdev = device_parent(sc->sc_dev); in gtidmac_wininit() local
1498 rv = marvell_winparams_by_tag(pdev, tags[i], in gtidmac_wininit()
1555 device_t pdev = device_parent(sc->sc_dev); in mvxore_wininit() local
1563 rv = marvell_winparams_by_tag(pdev, tags[i], in mvxore_wininit()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_crat.c1107 if (kdev->pdev->dev.numa_node == NUMA_NO_NODE) in kfd_fill_gpu_direct_io_link_to_cpu()
1110 sub_type_hdr->proximity_domain_to = kdev->pdev->dev.numa_node; in kfd_fill_gpu_direct_io_link_to_cpu()
/netbsd/sys/dev/pci/
H A Dif_enavar.h352 device_t pdev; member
/netbsd/sys/external/bsd/drm2/dist/drm/ast/
H A Dast_post.c92 if (dev->pdev->revision >= 0x20) in ast_set_def_ext_reg()
380 pci_read_config_dword(ast->dev->pdev, 0x04, &reg); in ast_post_gpu()
382 pci_write_config_dword(ast->dev->pdev, 0x04, reg); in ast_post_gpu()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_csr.c646 pci_dev_dev(dev_priv->drm.pdev)); in csr_load_work_fn()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_vega10_processpptables.c772 dev_id = adev->pdev->device; in get_dcefclk_voltage_dependency_table()
773 rev_id = adev->pdev->revision; in get_dcefclk_voltage_dependency_table()
/netbsd/sys/dev/dm/
H A Ddm_ioctl.c676 rdev = map->data.pdev->pdev_vnode->v_rdev; in dm_table_deps()
/netbsd/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_fb.c646 struct device *device = &vmw_priv->dev->pdev->dev; in vmw_fb_init()
/netbsd/sys/dev/dm/doc/
H A Ddesign.txt164 device specified in table and add it to dm_device specific pdev list.
/netbsd/sys/external/bsd/drm/dist/shared-core/
H A Di915_dma.c894 if (pci_enable_msi(dev->pdev)) in i915_driver_load()

1234567891011