Searched refs:NV50_DISP_SYNC (Results 1 – 1 of 1) sorted by relevance
17 #define NV50_DISP_SYNC(c, o) ((c) * 0x040 + (o)) macro18 #define NV50_DISP_CORE_NTFY NV50_DISP_SYNC(0 , 0x00)19 #define NV50_DISP_WNDW_SEM0(c) NV50_DISP_SYNC(1 + (c), 0x00)20 #define NV50_DISP_WNDW_SEM1(c) NV50_DISP_SYNC(1 + (c), 0x10)21 #define NV50_DISP_WNDW_NTFY(c) NV50_DISP_SYNC(1 + (c), 0x20)
Completed in 4 milliseconds