All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 69901] intel ivy bridge/radeonsi PRIME hang since 3.14
       [not found] <bug-69901-2300@https.bugzilla.kernel.org/>
@ 2014-02-04 16:30 ` bugzilla-daemon
  2014-02-04 17:25 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-02-04 16:30 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=69901

Chris Wilson <chris@chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thellstrom@vmware.com
          Component|Video(DRI - Intel)          |Video(DRI - non Intel)
           Assignee|przanoni@gmail.com          |drivers_video-dri@kernel-bu
                   |                            |gs.osdl.org

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 69901] intel ivy bridge/radeonsi PRIME hang since 3.14
       [not found] <bug-69901-2300@https.bugzilla.kernel.org/>
  2014-02-04 16:30 ` [Bug 69901] intel ivy bridge/radeonsi PRIME hang since 3.14 bugzilla-daemon
@ 2014-02-04 17:25 ` bugzilla-daemon
  2014-02-05  8:24 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-02-04 17:25 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=69901

--- Comment #5 from Thomas Hellstrom <thellstrom@vmware.com> ---
This is probably TTM clearing page::mapping and page::index members of the
Intel pages. I don't have time to put together a patch tonight, but probably
tomorrow.

/Thomas

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 69901] intel ivy bridge/radeonsi PRIME hang since 3.14
       [not found] <bug-69901-2300@https.bugzilla.kernel.org/>
  2014-02-04 16:30 ` [Bug 69901] intel ivy bridge/radeonsi PRIME hang since 3.14 bugzilla-daemon
  2014-02-04 17:25 ` bugzilla-daemon
@ 2014-02-05  8:24 ` bugzilla-daemon
  2014-02-05 11:32 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-02-05  8:24 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=69901

--- Comment #6 from Thomas Hellstrom <thellstrom@vmware.com> ---
Created attachment 124621
  --> https://bugzilla.kernel.org/attachment.cgi?id=124621&action=edit
Patch that may fix the problem

Could you try the attached patch out to see if it fixes the problem?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 69901] intel ivy bridge/radeonsi PRIME hang since 3.14
       [not found] <bug-69901-2300@https.bugzilla.kernel.org/>
                   ` (2 preceding siblings ...)
  2014-02-05  8:24 ` bugzilla-daemon
@ 2014-02-05 11:32 ` bugzilla-daemon
  2014-02-05 12:00 ` bugzilla-daemon
  2014-02-10 11:39 ` bugzilla-daemon
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-02-05 11:32 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=69901

--- Comment #7 from Christoph Haag <haagch.christoph@googlemail.com> ---
Yes it fixes it, no lock ups anymore.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 69901] intel ivy bridge/radeonsi PRIME hang since 3.14
       [not found] <bug-69901-2300@https.bugzilla.kernel.org/>
                   ` (3 preceding siblings ...)
  2014-02-05 11:32 ` bugzilla-daemon
@ 2014-02-05 12:00 ` bugzilla-daemon
  2014-02-10 11:39 ` bugzilla-daemon
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-02-05 12:00 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=69901

--- Comment #8 from Thomas Hellstrom <thellstrom@vmware.com> ---
Great. I'll include the patch in my next pull request.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 69901] intel ivy bridge/radeonsi PRIME hang since 3.14
       [not found] <bug-69901-2300@https.bugzilla.kernel.org/>
                   ` (4 preceding siblings ...)
  2014-02-05 12:00 ` bugzilla-daemon
@ 2014-02-10 11:39 ` bugzilla-daemon
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-02-10 11:39 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=69901

Christoph Haag <haagch.christoph@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |CODE_FIX

--- Comment #9 from Christoph Haag <haagch.christoph@googlemail.com> ---
Thanks, fixed in rc2.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-10 11:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <bug-69901-2300@https.bugzilla.kernel.org/>
2014-02-04 16:30 ` [Bug 69901] intel ivy bridge/radeonsi PRIME hang since 3.14 bugzilla-daemon
2014-02-04 17:25 ` bugzilla-daemon
2014-02-05  8:24 ` bugzilla-daemon
2014-02-05 11:32 ` bugzilla-daemon
2014-02-05 12:00 ` bugzilla-daemon
2014-02-10 11:39 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.