Home
last modified time | relevance | path

Searched refs:nv_match_device (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c1664 if (nv_match_device(dev, 0x040d, 0x1028, 0x019b)) { in apply_dcb_encoder_quirks()
1674 if (nv_match_device(dev, 0x0201, 0x1462, 0x8851)) { in apply_dcb_encoder_quirks()
1685 if (nv_match_device(dev, 0x0ca3, 0x1682, 0x3003)) { in apply_dcb_encoder_quirks()
1716 if (nv_match_device(dev, 0x0615, 0x1682, 0x2605)) { in apply_dcb_encoder_quirks()
1739 if (nv_match_device(dev, 0x0421, 0x3842, 0xc793)) { in apply_dcb_encoder_quirks()
1831 if (!nv_match_device(bios->dev, 0x0392, 0x107d, 0x20a2)) { in dcb_fake_connectors()
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.h163 nv_match_device(struct drm_device *dev, unsigned device, in nv_match_device() function