[Intel-gfx] [PATCH] drm/i915: Fix misleading driver debug message

2016-06-24 Thread Chris Wilson
On Fri, Jun 24, 2016 at 11:23:56AM +0100, Frank Binns wrote: > Stop claiming that UMS support is disabled when it's not actually > supported anymore. > > Signed-off-by: Frank Binns But not technically untrue! Reviewed-by: Chris Wilson Since I have a series touching this code, I'll pull it into

[PATCH] drm/i915: Fix misleading driver debug message

2016-06-24 Thread Frank Binns
Stop claiming that UMS support is disabled when it's not actually supported anymore. Signed-off-by: Frank Binns --- drivers/gpu/drm/i915/i915_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 3eb47fb.