drm/i915: Pull all the reset functionality together into i915_reset.c

Currently the code to reset the GPU and our state is spread widely
across a few files. Pull the logic together into a common file.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190116153304.787-1-chris@chris-wilson.co.uk
This commit is contained in:
Chris Wilson
2019-01-16 15:33:04 +00:00
父節點 18bb2bccb5
當前提交 9f58892ea9
共有 18 個文件被更改,包括 1482 次插入1471 次删除

查看文件

@@ -23,6 +23,7 @@
*/
#include "i915_drv.h"
#include "i915_reset.h"
static bool instdone_unchanged(u32 current_instdone, u32 *old_instdone)
{