Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci/ | |
nouveau_nvkm_subdev_pci_agp.c | 35 u16 chip_device; member in struct:nvkm_device_agp_quirk 166 (quirk->chip_device == (u16)PCI_ANY_ID || 167 pci->pdev->device == quirk->chip_device)) { |
/src/sys/external/bsd/drm2/dist/drm/radeon/ | |
radeon_agp.c | 47 u32 chip_device; member in struct:radeon_agpmode_quirk 193 while (p && p->chip_device != 0) { 197 rdev->pdev->device == p->chip_device && |
radeon_device.c | 134 u32 chip_device; member in struct:radeon_px_quirk 178 while (p && p->chip_device != 0) { 180 rdev->pdev->device == p->chip_device && |
radeon_pm.c | 1461 u32 chip_device; member in struct:radeon_dpm_quirk 1481 while (p && p->chip_device != 0) { 1483 rdev->pdev->device == p->chip_device && |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ | |
amdgpu_gfx_v9_0.c | 1174 u16 chip_device; member in struct:amdgpu_gfxoff_quirk 1190 while (p && p->chip_device != 0) { 1192 pdev->device == p->chip_device && |