diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-01-15 09:24:20 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-01-15 09:29:38 +1000 |
commit | ac8fb975e8c88d312a376b035494be17548d01c6 (patch) | |
tree | 961ea3f6dcbc5483a676daa8c91d6fc27adf068f /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | b8780e2ad20feb8d086bc961a678e8fdb4fa296b (diff) | |
download | kernel_samsung_espresso10-ac8fb975e8c88d312a376b035494be17548d01c6.zip kernel_samsung_espresso10-ac8fb975e8c88d312a376b035494be17548d01c6.tar.gz kernel_samsung_espresso10-ac8fb975e8c88d312a376b035494be17548d01c6.tar.bz2 |
drm/nouveau: reserve VGA area for the moment
This is to prevent things such as GART tables and other important GPU
structures being allocated there before we take over fbcon ourselves.
This is more of a workaround for the moment, a better solution will
require some more invasive changes, but it'll be done at some point.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h index 026419f..cc36866 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 { void __iomem *ramin; uint32_t ramin_size; + struct nouveau_bo *vga_ram; + struct workqueue_struct *wq; struct work_struct irq_work; |