On Thu, 2016-04-14 at 20:20 -0400, Josh Boyer wrote:
Thanks for this. I'm going to let Peter weigh in on the ARM options. The rest look fine (lol KDBUS), but I'll verify a few tomorrow. Want to at least double check the I915 options.
Both DRM_I915_FBDEV and DRM_I915_KMS are gone as of 4.3rc1. The former controlled using i915's own handrolled fbdev emulation instead of that of the drm core; we use the core all the time now. _KMS just controlled whether there was a kmcdline option to disable KMS, but as that's equivalent to not loading the driver they took it out.
- ajax