Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dcorec37d.c86 if (NVBO_TD32(bo, offset, NV_DISP_NOTIFIER, _0, STATUS, ==, FINISHED)) in corec37d_ntfy_wait_done()
96 NVBO_WR32(bo, offset, NV_DISP_NOTIFIER, _0, in corec37d_ntfy_init()
97 NVDEF(NV_DISP_NOTIFIER, _0, STATUS, NOT_BEGUN)); in corec37d_ntfy_init()
98 NVBO_WR32(bo, offset, NV_DISP_NOTIFIER, _1, 0); in corec37d_ntfy_init()
99 NVBO_WR32(bo, offset, NV_DISP_NOTIFIER, _2, 0); in corec37d_ntfy_init()
100 NVBO_WR32(bo, offset, NV_DISP_NOTIFIER, _3, 0); in corec37d_ntfy_init()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/
H A Dclc37d.h27 #define NV_DISP_NOTIFIER 0x00000000 macro