mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 16:50:05 +00:00
drm: mga: set dev_priv_size
fd.o bug 1746 Signed-off-by: Dave Airlie <airlied@linux.ie>
This commit is contained in:
parent
10eee0fe91
commit
958de71b1a
@ -47,6 +47,7 @@ static struct drm_driver driver = {
|
||||
DRIVER_USE_AGP | DRIVER_USE_MTRR | DRIVER_PCI_DMA |
|
||||
DRIVER_HAVE_DMA | DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED |
|
||||
DRIVER_IRQ_VBL,
|
||||
.dev_priv_size = sizeof(drm_mga_buf_priv_t),
|
||||
.load = mga_driver_load,
|
||||
.unload = mga_driver_unload,
|
||||
.lastclose = mga_driver_lastclose,
|
||||
|
Loading…
x
Reference in New Issue
Block a user