Searched refs:tv_pin_mask (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | pci.c | 50 { 0x1462, 0x5710, NULL, { .tv_pin_mask = 0xc } }, 57 { 0x19da, 0x1035, NULL, { .tv_pin_mask = 0xc } }, 58 { 0x19da, 0x2035, NULL, { .tv_pin_mask = 0xc } },
|
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 93 u8 tv_pin_mask; member
|
/linux-6.6.21/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv17.c | 136 if (device->quirk && device->quirk->tv_pin_mask) { in get_tv_detect_quirks() 137 *pin_mask = device->quirk->tv_pin_mask; in get_tv_detect_quirks()
|