[Intel-gfx] [PATCH] drm/i915: Remove KMS Kconfig option

Tvrtko Ursulin tvrtko.ursulin at linux.intel.com
Tue Jun 23 03:46:29 PDT 2015


On 06/22/2015 03:17 PM, Daniel Vetter wrote:
> On Mon, Jun 22, 2015 at 12:11:47PM +0100, Damien Lespiau wrote:
>> On Fri, Jun 19, 2015 at 08:27:27PM +0100, Chris Wilson wrote:
>>> Since we only support modesetting by default (disabling modesetting on
>>> the command line prevents i915.ko from loading), having a parameter to
>>> disable modesstting by default is superfluous, i.e. saying
>>> CONFIG_DRM_I915_KMS=n is equivalent to CONFIG_DRM_I915=n.
>>>
>>> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
>>> Cc: Daniel Veter <daniel.vetter at ffwll.ch>
>>
>> Reviewed-by: Damien Lespiau <damien.lespiau at intel.com>
>
> Slight chance someone with an ums-only setup will get pissed about this.
> But surely interesting to hear about those ;-)

i915_drv.c:

#if defined(CONFIG_DRM_I915_KMS)
MODULE_DEVICE_TABLE(pci, pciidlist);
#endif

Ooops! :)

Tvrtko



More information about the Intel-gfx mailing list