[Bug 78274] [BDW Bisected]BUG: unable to handle kernel paging request at ffffc900110a0000

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed May 7 00:22:40 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=78274

lu hua <huax.lu at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |ASSIGNED

--- Comment #7 from lu hua <huax.lu at intel.com> ---
(In reply to comment #6)
> Please test this while I think more:
> diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.c
> b/drivers/gpu/drm/i915/intel_ringbuffer.c
> index 40a7aa4..1371bf6 100644
> --- a/drivers/gpu/drm/i915/intel_ringbuffer.c
> +++ b/drivers/gpu/drm/i915/intel_ringbuffer.c
> @@ -717,6 +717,9 @@ gen6_add_request(struct intel_ring_buffer *ring)
>  {
>         int ret;
>  
> +       if (!i915_semaphore_is_enabled(dev))
> +               return 0;
> +
>         ret = ring->semaphore.signal(ring, 4);
>         if (ret)
>                 return ret;

Apply this patch, make fail.
  CC [M]  drivers/gpu/drm/i915/intel_ringbuffer.o
drivers/gpu/drm/i915/intel_ringbuffer.c: In function ‘gen6_add_request’:
drivers/gpu/drm/i915/intel_ringbuffer.c:720:33: error: ‘dev’ undeclared
(first use in this function)
drivers/gpu/drm/i915/intel_ringbuffer.c:720:33: note: each undeclared
identifier is reported only once for each function it appears in
make[4]: *** [drivers/gpu/drm/i915/intel_ringbuffer.o] Error 1
make[3]: *** [drivers/gpu/drm/i915] Error 2
make[2]: *** [drivers/gpu/drm] Error 2
make[1]: *** [drivers/gpu] Error 2
make: *** [drivers] Error 2


Run ./gem_exec_nop --run-subtest render, it can reproduce the bisect result.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140507/13a53706/attachment.html>


More information about the intel-gfx-bugs mailing list