Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/dispnv50/
A Ddisp.h17 #define NV50_DISP_SYNC(c, o) ((c) * 0x040 + (o)) macro
18 #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