aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fb_helper.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-09-08 11:08:32 +1000
committerDave Airlie <airlied@redhat.com>2009-09-08 11:15:58 +1000
commit6fcefd56f5060ca99ab03c9f2ad1f17c3a543ca1 (patch)
tree0bab06d1bc08205f3598a0627041e9b2c4abc34c /drivers/gpu/drm/drm_fb_helper.c
parentdrm/radeon/kms: add r600 KMS support (diff)
downloadlinux-dev-6fcefd56f5060ca99ab03c9f2ad1f17c3a543ca1.tar.xz
linux-dev-6fcefd56f5060ca99ab03c9f2ad1f17c3a543ca1.zip
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.c4
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 @@
#include "drm_fb_helper.h"
#include "drm_crtc_helper.h"
+MODULE_AUTHOR("David Airlie, Jesse Barnes");
+MODULE_DESCRIPTION("DRM KMS helper");
+MODULE_LICENSE("GPL and additional rights");
+
static LIST_HEAD(kernel_fb_helper_list);
bool drm_fb_helper_force_kernel_mode(void)