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

2013-11-07 Thread Kenneth Graunke
On 10/29/2013 06:02 PM, 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. > > v2: Update based on Mika's kernel work. > > v3: Fix compile

[PATCH v3] 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. v3: Fix compile failures from last-minute typos.