Re: [Intel-gfx] [PATCH] drm/i915: prevent crash with .disable_display parameter

2017-01-18 Thread Clint Taylor
On 01/18/2017 01:52 AM, Chris Wilson wrote: On Tue, Jan 17, 2017 at 04:37:28PM -0800, clinton.a.tay...@intel.com wrote: From: Clint Taylor The .disable_display parameter was causing a fatal crash when fbdev was dereferenced during driver init. The other guards

Re: [Intel-gfx] [PATCH] drm/i915: prevent crash with .disable_display parameter

2017-01-18 Thread kbuild test robot
Hi Clint, [auto build test ERROR on drm-intel/for-linux-next] [also build test ERROR on v4.10-rc4 next-20170118] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [Intel-gfx] [PATCH] drm/i915: prevent crash with .disable_display parameter

2017-01-18 Thread Chris Wilson
On Wed, Jan 18, 2017 at 09:52:35AM +, Chris Wilson wrote: > On Tue, Jan 17, 2017 at 04:37:28PM -0800, clinton.a.tay...@intel.com wrote: > > From: Clint Taylor > > > > The .disable_display parameter was causing a fatal crash when fbdev was > > dereferenced during

Re: [Intel-gfx] [PATCH] drm/i915: prevent crash with .disable_display parameter

2017-01-18 Thread Chris Wilson
On Tue, Jan 17, 2017 at 04:37:28PM -0800, clinton.a.tay...@intel.com wrote: > From: Clint Taylor > > The .disable_display parameter was causing a fatal crash when fbdev was > dereferenced during driver init. The other guards are within intel_fbdev.c, it would be

[Intel-gfx] [PATCH] drm/i915: prevent crash with .disable_display parameter

2017-01-17 Thread clinton . a . taylor
From: Clint Taylor The .disable_display parameter was causing a fatal crash when fbdev was dereferenced during driver init. Signed-off-by: Clint Taylor --- drivers/gpu/drm/i915/i915_drv.c |4 +++- 1 file changed, 3 insertions(+), 1