[PATCH] drm/qxl: fix ioport interactions for kernel submitted commands.

2013-05-14 Thread Dave Airlie
From: Dave Airlie So qxl has ioports, but it really really really doesn't want you to write to them twice, but if you write and get a signal before the irq arrives to let you know its completed, you have to think ahead and avoid writing another time. However this works fine for update area where

[PATCH] drm/qxl: fix ioport interactions for kernel submitted commands.

2013-05-13 Thread Dave Airlie
From: Dave Airlie So qxl has ioports, but it really really really doesn't want you to write to them twice, but if you write and get a signal before the irq arrives to let you know its completed, you have to think ahead and avoid writing another time. However this works fine for update area where