[PATCH] intel: Add support for GPU reset status query ioctl

2013-11-15 Thread Damien Lespiau
On Fri, Nov 15, 2013 at 10:41:57AM -0800, Ian Romanick wrote: > From: Ian Romanick > > I would have just used the drmIoctl interface directly in Mesa, but the > ioctl needs some data from the drm_intel_context that is not exposed > outside libdrm. > > This ioctl is in the drm-intel-next tree as

[PATCH] intel: Add support for GPU reset status query ioctl

2013-11-15 Thread Ian Romanick
From: Ian Romanick I would have just used the drmIoctl interface directly in Mesa, but the ioctl needs some data from the drm_intel_context that is not exposed outside libdrm. This ioctl is in the drm-intel-next tree as b635991. v2: Update based on Mika's kernel work. v3: Fix compile failures

[PATCH] intel: Add support for GPU reset status query ioctl

2013-10-29 Thread Ian Romanick
From: Ian Romanick I would have just used the drmIoctl interface directly in Mesa, but the ioctl needs some data from the drm_intel_context that is not exposed outside libdrm. v2: Update based on Mika's kernel work. Signed-off-by: Ian Romanick Cc: Mika Kuoppala Cc: Daniel Vetter --- include