aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvif/class.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvif/class.h')
-rw-r--r--drivers/gpu/drm/nouveau/nvif/class.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvif/class.h b/drivers/gpu/drm/nouveau/nvif/class.h
index 573491f84792..e5a27df0672b 100644
--- a/drivers/gpu/drm/nouveau/nvif/class.h
+++ b/drivers/gpu/drm/nouveau/nvif/class.h
@@ -479,6 +479,8 @@ struct nv50_disp_core_channel_dma_v0 {
479 __u32 pushbuf; 479 __u32 pushbuf;
480}; 480};
481 481
482#define NV50_DISP_CORE_CHANNEL_DMA_V0_NTFY_UEVENT 0x00
483
482/* cursor immediate */ 484/* cursor immediate */
483struct nv50_disp_cursor_v0 { 485struct nv50_disp_cursor_v0 {
484 __u8 version; 486 __u8 version;
@@ -486,6 +488,8 @@ struct nv50_disp_cursor_v0 {
486 __u8 pad02[6]; 488 __u8 pad02[6];
487}; 489};
488 490
491#define NV50_DISP_CURSOR_V0_NTFY_UEVENT 0x00
492
489/* base */ 493/* base */
490struct nv50_disp_base_channel_dma_v0 { 494struct nv50_disp_base_channel_dma_v0 {
491 __u8 version; 495 __u8 version;
@@ -494,6 +498,8 @@ struct nv50_disp_base_channel_dma_v0 {
494 __u32 pushbuf; 498 __u32 pushbuf;
495}; 499};
496 500
501#define NV50_DISP_BASE_CHANNEL_DMA_V0_NTFY_UEVENT 0x00
502
497/* overlay */ 503/* overlay */
498struct nv50_disp_overlay_channel_dma_v0 { 504struct nv50_disp_overlay_channel_dma_v0 {
499 __u8 version; 505 __u8 version;
@@ -502,6 +508,8 @@ struct nv50_disp_overlay_channel_dma_v0 {
502 __u32 pushbuf; 508 __u32 pushbuf;
503}; 509};
504 510
511#define NV50_DISP_OVERLAY_CHANNEL_DMA_V0_NTFY_UEVENT 0x00
512
505/* overlay immediate */ 513/* overlay immediate */
506struct nv50_disp_overlay_v0 { 514struct nv50_disp_overlay_v0 {
507 __u8 version; 515 __u8 version;
@@ -509,6 +517,7 @@ struct nv50_disp_overlay_v0 {
509 __u8 pad02[6]; 517 __u8 pad02[6];
510}; 518};
511 519
520#define NV50_DISP_OVERLAY_V0_NTFY_UEVENT 0x00
512 521
513/******************************************************************************* 522/*******************************************************************************
514 * fermi 523 * fermi