Re: [Intel-gfx] [PATCH] drm/i915: Provide a parameter to disable loading

2014-06-02 Thread Jani Nikula
On Thu, 16 Jan 2014, Damien Lespiau wrote: > On Thu, Jan 16, 2014 at 07:07:09PM +0200, Ville Syrjälä wrote: >> On Thu, Jan 16, 2014 at 04:33:26PM +, Damien Lespiau wrote: >> > It can be handy at times to forbid i915 from loading at startup to >> > modprobe it later. >> >> modprobe.blacklist=i

Re: [Intel-gfx] [PATCH] drm/i915: Provide a parameter to disable loading

2014-01-16 Thread Ville Syrjälä
On Thu, Jan 16, 2014 at 04:33:26PM +, Damien Lespiau wrote: > It can be handy at times to forbid i915 from loading at startup to > modprobe it later. modprobe.blacklist=i915 > > In particular, when trying to debug a problem that occurs at startup, > it's usually easier to boot into a working

Re: [Intel-gfx] [PATCH] drm/i915: Provide a parameter to disable loading

2014-01-16 Thread Damien Lespiau
On Thu, Jan 16, 2014 at 07:07:09PM +0200, Ville Syrjälä wrote: > On Thu, Jan 16, 2014 at 04:33:26PM +, Damien Lespiau wrote: > > It can be handy at times to forbid i915 from loading at startup to > > modprobe it later. > > modprobe.blacklist=i915 Ah, yeah, that works. -- Damien

[Intel-gfx] [PATCH] drm/i915: Provide a parameter to disable loading

2014-01-16 Thread Damien Lespiau
It can be handy at times to forbid i915 from loading at startup to modprobe it later. In particular, when trying to debug a problem that occurs at startup, it's usually easier to boot into a working machine and modprobe the driver at a more convenient time. Signed-off-by: Damien Lespiau --- dri