diff options
author | Jerome Glisse <glisse@freedesktop.org> | 2008-03-27 20:08:37 +0100 |
---|---|---|
committer | John Doe <glisse@freedesktop.org> | 2008-03-27 20:08:37 +0100 |
commit | 0da289bafd2da72a14f3d5cf82fec836d30f7b8d (patch) | |
tree | f9a83d2fd81b6e47e434b5d92fca875e000710fe /linux-core | |
parent | acb6c9ef97df999f3fa87639b1bb4f2840970f71 (diff) |
radeon_ms: this is a modesetting driver, bring things up to date
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/radeon_ms_drv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/radeon_ms_drv.c b/linux-core/radeon_ms_drv.c index cf9699f4..fc3c106a 100644 --- a/linux-core/radeon_ms_drv.c +++ b/linux-core/radeon_ms_drv.c @@ -132,6 +132,7 @@ static void __exit radeon_ms_driver_exit(void) static int __init radeon_ms_driver_init(void) { driver.num_ioctls = radeon_ms_num_ioctls; + driver.driver_features |= DRIVER_MODESET; return drm_init(&driver, pciidlist); } |