diff options
author | Dave Airlie <airlied@redhat.com> | 2009-09-07 21:08:32 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-09-07 21:15:58 -0400 |
commit | 6fcefd56f5060ca99ab03c9f2ad1f17c3a543ca1 (patch) | |
tree | 0bab06d1bc08205f3598a0627041e9b2c4abc34c /drivers/gpu/drm/drm_fb_helper.c | |
parent | 3ce0a23d2d253185df24e22e3d5f89800bb3dd1c (diff) |
drm/kms: fix kms helper license + Kconfig
Allow the KMS module to work properly, and also rename
it to KMS_HELPER so its clearer what its for.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/drm_fb_helper.c')
-rw-r--r-- | drivers/gpu/drm/drm_fb_helper.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c index 41086e98059e..8eee4a620376 100644 --- a/drivers/gpu/drm/drm_fb_helper.c +++ b/drivers/gpu/drm/drm_fb_helper.c | |||
@@ -34,6 +34,10 @@ | |||
34 | #include "drm_fb_helper.h" | 34 | #include "drm_fb_helper.h" |
35 | #include "drm_crtc_helper.h" | 35 | #include "drm_crtc_helper.h" |
36 | 36 | ||
37 | MODULE_AUTHOR("David Airlie, Jesse Barnes"); | ||
38 | MODULE_DESCRIPTION("DRM KMS helper"); | ||
39 | MODULE_LICENSE("GPL and additional rights"); | ||
40 | |||
37 | static LIST_HEAD(kernel_fb_helper_list); | 41 | static LIST_HEAD(kernel_fb_helper_list); |
38 | 42 | ||
39 | bool drm_fb_helper_force_kernel_mode(void) | 43 | bool drm_fb_helper_force_kernel_mode(void) |