Re: [Intel-gfx] [PATCH] drm/i915: Remove references to previously removed UMS config option

2015-02-13 Thread Daniel Vetter
On Fri, Feb 06, 2015 at 12:48:57PM +0200, Jani Nikula wrote: > On Fri, 06 Feb 2015, Andreas Ruprecht wrote: > > Commit 03dae59c72d8 ("drm/i915: Ditch UMS config option") removed > > CONFIG_DRM_I915_UMS from the Kconfig file, but i915_drv.c still > > references this option in two #ifndef statem

[Intel-gfx] [PATCH] drm/i915: Remove references to previously removed UMS config option

2015-02-09 Thread Andreas Ruprecht
Commit 03dae59c72d8 ("drm/i915: Ditch UMS config option") removed CONFIG_DRM_I915_UMS from the Kconfig file, but i915_drv.c still references this option in two #ifndef statements. As an undefined config option will always be 'false', we can drop the #ifndefs alltogether and adapt the printed e

Re: [Intel-gfx] [PATCH] drm/i915: Remove references to previously removed UMS config option

2015-02-06 Thread Jani Nikula
On Fri, 06 Feb 2015, Andreas Ruprecht wrote: > Commit 03dae59c72d8 ("drm/i915: Ditch UMS config option") removed > CONFIG_DRM_I915_UMS from the Kconfig file, but i915_drv.c still > references this option in two #ifndef statements. > > As an undefined config option will always be 'false', we ca

Re: [Intel-gfx] [PATCH] drm/i915: Remove references to previously removed UMS config option

2015-02-06 Thread Paul Bolle
On Fri, 2015-02-06 at 11:16 +0100, Andreas Ruprecht wrote: > Commit 03dae59c72d8 ("drm/i915: Ditch UMS config option") removed > CONFIG_DRM_I915_UMS from the Kconfig file, but i915_drv.c still > references this option in two #ifndef statements. > > As an undefined config option will always be