commit | 5b544337109081ac4de23e7ded1c31f7457e5f5e | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 06 15:23:22 2018 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 06 17:13:17 2018 +0100 |
tree | cbd0129f3bebe918e70fb7d7158d8cb670039280 | |
parent | 207b700050b8d323d0c23b457c200b22c7ed3737 [diff] |
drm/i915/selftests: Replace magic 1<<22 with MI_USE_GGTT/MI_MEM_VIRTUAL Replace the magic bit with the proper symbolic name for instructing MI_STORE_DWORD_IMM to use a virtual address (on gen3) or the global GTT address (still virtual!) on gen4+. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20180706142323.25699-1-chris@chris-wilson.co.uk Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>