Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.h11 #define NV50_DISP_SYNC(c, o) ((c) * 0x040 + (o)) macro
12 #define NV50_DISP_CORE_NTFY NV50_DISP_SYNC(0 , 0x00)
13 #define NV50_DISP_WNDW_SEM0(c) NV50_DISP_SYNC(1 + (c), 0x00)
14 #define NV50_DISP_WNDW_SEM1(c) NV50_DISP_SYNC(1 + (c), 0x10)
15 #define NV50_DISP_WNDW_NTFY(c) NV50_DISP_SYNC(1 + (c), 0x20)