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 <[email protected]>
Cc: Daniel Veter <[email protected]>

Reviewed-by: Damien Lespiau <[email protected]>

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

_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to