On Fri, Jul 25, 2014 at 2:14 PM, Paul Bolle pebolle@tiscali.nl wrote:
Your commit 2225a28fd916 ("drm/i915: Ditch UMS config option") is included in today's linux-next (ie, next-20140725). It removes the Kconfig symbol DRM_I915_UMS.
It didn't remove the two (negative) checks for CONFIG_DRM_I915_UMS. These checks are superfluous as they now will always evaluate to true. Is the trivial cleanup to remove them already queued somewhere?
No, and intentionally. Actually removing the code for user-mode-setting isn't just removing these two blocks, but requires the gutting of roughly 10k lines splattered all over the driver. Essentially all the code that checks for !drm_core_check_feature(DRIVER_MODESET) needs to go. That's not quite as trivial, and before I do that I want to make really sure that really no one misses this option.
So probably after 3.17 is out the door for a bit. -Daniel