projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71240ed
)
drm/i915: Fix misleading driver debug message
author
Frank Binns
<frank.binns@imgtec.com>
Fri, 24 Jun 2016 13:00:25 +0000
(14:00 +0100)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Fri, 24 Jun 2016 13:45:22 +0000
(14:45 +0100)
Stop claiming that UMS support is disabled when it's not actually
supported anymore.
Signed-off-by: Frank Binns <frank.binns@imgtec.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link:
http://patchwork.freedesktop.org/patch/msgid/1466763836-27772-1-git-send-email-frank.binns@imgtec.com
Link:
http://patchwork.freedesktop.org/patch/msgid/1466773227-7994-13-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_drv.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/i915/i915_drv.c
b/drivers/gpu/drm/i915/i915_drv.c
index afa3e99fd48a1c55a09f692abde13d1368baaa8a..50d1a71aeddca5cec6ab19a66f6bf118313ef5a6 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_drv.c
+++ b/
drivers/gpu/drm/i915/i915_drv.c
@@
-3465,7
+3465,7
@@
static int __init i915_init(void)
if (!(driver.driver_features & DRIVER_MODESET)) {
/* Silently fail loading to not upset userspace. */
- DRM_DEBUG_DRIVER("KMS
and UMS
disabled.\n");
+ DRM_DEBUG_DRIVER("KMS disabled.\n");
return 0;
}