drm/i915: Fix dieing -> dying typo
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
42dcedd4f2
commit
4239ca779d
@ -2818,7 +2818,7 @@ static bool i915_gem_valid_gtt_space(struct drm_device *dev,
|
||||
|
||||
/* On non-LLC machines we have to be careful when putting differing
|
||||
* types of snoopable memory together to avoid the prefetcher
|
||||
* crossing memory domains and dieing.
|
||||
* crossing memory domains and dying.
|
||||
*/
|
||||
if (HAS_LLC(dev))
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user