diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drv.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h index 026419fe879..1c15ef37b71 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h | |||
@@ -509,6 +509,8 @@ struct drm_nouveau_private { | |||
509 | void __iomem *ramin; | 509 | void __iomem *ramin; |
510 | uint32_t ramin_size; | 510 | uint32_t ramin_size; |
511 | 511 | ||
512 | struct nouveau_bo *vga_ram; | ||
513 | |||
512 | struct workqueue_struct *wq; | 514 | struct workqueue_struct *wq; |
513 | struct work_struct irq_work; | 515 | struct work_struct irq_work; |
514 | 516 | ||
@@ -581,6 +583,7 @@ struct drm_nouveau_private { | |||
581 | uint64_t vm_end; | 583 | uint64_t vm_end; |
582 | struct nouveau_gpuobj *vm_vram_pt[NV50_VM_VRAM_NR]; | 584 | struct nouveau_gpuobj *vm_vram_pt[NV50_VM_VRAM_NR]; |
583 | int vm_vram_pt_nr; | 585 | int vm_vram_pt_nr; |
586 | uint64_t vram_sys_base; | ||
584 | 587 | ||
585 | /* the mtrr covering the FB */ | 588 | /* the mtrr covering the FB */ |
586 | int fb_mtrr; | 589 | int fb_mtrr; |
@@ -675,6 +678,9 @@ extern char *nouveau_tv_norm; | |||
675 | extern int nouveau_reg_debug; | 678 | extern int nouveau_reg_debug; |
676 | extern char *nouveau_vbios; | 679 | extern char *nouveau_vbios; |
677 | extern int nouveau_ctxfw; | 680 | extern int nouveau_ctxfw; |
681 | extern int nouveau_ignorelid; | ||
682 | extern int nouveau_nofbaccel; | ||
683 | extern int nouveau_noaccel; | ||
678 | 684 | ||
679 | /* nouveau_state.c */ | 685 | /* nouveau_state.c */ |
680 | extern void nouveau_preclose(struct drm_device *dev, struct drm_file *); | 686 | extern void nouveau_preclose(struct drm_device *dev, struct drm_file *); |