mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
3d57e5bd12
I had this lying around from he original PPGTT series, and thought we might try to get it in by itself. It's convenient to just call i915_gem_init_hw at reset because we'll be adding new things to that function, and having just one function to call instead of reimplementing it in two places is nice. In order to accommodate we cleanup ringbuffers in order to bring them back up cleanly. Optionally, we could also teardown/re initialize the default context but this was causing some problems on reset which I wasn't able to fully debug, and is unnecessary with the previous context init/enable split. This essentially reverts: commit |
||
---|---|---|
.. | ||
drm | ||
host1x | ||
vga | ||
Makefile |