aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 87619a94fa42..8b0e07740291 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -296,14 +296,6 @@ struct nouveau_channel {
296 uint32_t sw_subchannel[8]; 296 uint32_t sw_subchannel[8];
297 297
298 struct nouveau_vma dispc_vma[4]; 298 struct nouveau_vma dispc_vma[4];
299 struct {
300 struct nouveau_gpuobj *vblsem;
301 uint32_t vblsem_head;
302 uint32_t vblsem_offset;
303 uint32_t vblsem_rval;
304 struct list_head vbl_wait;
305 struct list_head flip;
306 } nvsw;
307 299
308 struct { 300 struct {
309 bool active; 301 bool active;