commit | 8f61b34cebf0b8c4a00362f30cb03c8f5225cff6 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Fri Jun 14 09:13:52 2013 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Jun 25 17:50:21 2013 -0400 |
tree | 637c1a1ddb2c2df308418d8dd8b2ad7f64477099 | |
parent | 80101790670385a85aca35ecae4b89e3f2fceecc [diff] |
drm/radeon: add a reset work handler New asics support non-privileged IBs. This allows us to skip IB checking in the driver since the hardware will check the command buffers for us. When using non-privileged IBs, if the CP encounters an illegal register in the command stream, it will halt and generate an interrupt. The CP needs to be reset to continue. For now just do a full GPU reset when this happens. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>