Searched refs:NV50_DISP_SYNC (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.h | 17 #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)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.h | 17 #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 2 milliseconds