drm/i915: Differentiate between LLC or snooped for the user

Rather than describing an object as either "snooped or LLC", we can do
better as we should know what machine we are running on!

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
此提交包含在:
Chris Wilson
2014-08-22 14:41:39 +01:00
提交者 Daniel Vetter
父節點 c8a0bd42df
當前提交 0a4cd7c8c8
共有 4 個檔案被更改,包括 11 行新增7 行删除

查看文件

@@ -540,7 +540,7 @@ static ssize_t error_state_read(struct file *filp, struct kobject *kobj,
memset(&error_priv, 0, sizeof(error_priv));
ret = i915_error_state_buf_init(&error_str, count, off);
ret = i915_error_state_buf_init(&error_str, to_i915(dev), count, off);
if (ret)
return ret;