Home
last modified time | relevance | path

Searched refs:tv_pin_mask (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dpci.c50 { 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/
Ddevice.h93 u8 tv_pin_mask; member
/linux-6.6.21/drivers/gpu/drm/nouveau/dispnv04/
Dtvnv17.c136 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()