All of lore.kernel.org
 help / color / mirror / Atom feed
* GEM - radeon cs ioctl deadlock
@ 2010-10-13 21:57 Jerome Glisse
  2010-10-13 22:14 ` Dave Airlie
  0 siblings, 1 reply; 4+ messages in thread
From: Jerome Glisse @ 2010-10-13 21:57 UTC (permalink / raw)
  To: dri-devel

So we are facing a deadlock with the radeon cs ioctl. When a buffer is given
a name (with flink) we could endup with 2 handle pointing to the same
object (flink object and open it from same file descriptor). Would it be ok
if i change gem open to first look if we already have an handle for the
object and to use that handle instead of creating a new one ? Or could
this break intel driver ?

Cheers,
Jerome

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

end of thread, other threads:[~2010-10-18 15:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-13 21:57 GEM - radeon cs ioctl deadlock Jerome Glisse
2010-10-13 22:14 ` Dave Airlie
2010-10-14  1:47   ` Ben Skeggs
2010-10-18 15:16     ` Thomas Hellstrom

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.