Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Duconn.c41 args.v0.types |= NVIF_CONN_EVENT_V0_PLUG; in nvkm_uconn_uevent_aux()
58 args.v0.types |= NVIF_CONN_EVENT_V0_PLUG; in nvkm_uconn_uevent_gpio()
104 if (args->v0.types & NVIF_CONN_EVENT_V0_PLUG ) bits |= NVKM_I2C_PLUG; in nvkm_uconn_uevent()
112 if (args->v0.types & NVIF_CONN_EVENT_V0_PLUG ) bits |= NVKM_GPIO_HI; in nvkm_uconn_uevent()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0011.h16 #define NVIF_CONN_EVENT_V0_PLUG 0x01 macro
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dp.c257 hpd |= NVIF_CONN_EVENT_V0_PLUG; in nouveau_dp_irq()
H A Dnouveau_display.c500 !!(bits & NVIF_CONN_EVENT_V0_PLUG), in nouveau_display_hpd_work()
H A Dnouveau_connector.c1419 NVIF_CONN_EVENT_V0_PLUG | NVIF_CONN_EVENT_V0_UNPLUG, in nouveau_connector_create()