Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci/
H A Dnouveau_nvkm_subdev_pci_agp.c35 u16 chip_device; member
166 (quirk->chip_device == (u16)PCI_ANY_ID || in nvkm_agp_ctor()
167 pci->pdev->device == quirk->chip_device)) { in nvkm_agp_ctor()
/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_agp.c47 u32 chip_device; member
193 while (p && p->chip_device != 0) { in radeon_agp_init()
197 rdev->pdev->device == p->chip_device && in radeon_agp_init()
H A Dradeon_device.c134 u32 chip_device; member
178 while (p && p->chip_device != 0) { in radeon_device_handle_px_quirks()
180 rdev->pdev->device == p->chip_device && in radeon_device_handle_px_quirks()
H A Dradeon_pm.c1461 u32 chip_device; member
1481 while (p && p->chip_device != 0) { in radeon_pm_init()
1483 rdev->pdev->device == p->chip_device && in radeon_pm_init()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gfx_v9_0.c1174 u16 chip_device; member
1190 while (p && p->chip_device != 0) { in gfx_v9_0_should_disable_gfxoff()
1192 pdev->device == p->chip_device && in gfx_v9_0_should_disable_gfxoff()