mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
rendercopy/bdw: Initial gen8 rendercopy
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
This commit is contained in:
committed by
Ben Widawsky
parent
66783e4c4f
commit
3edfff16cd
@@ -240,6 +240,8 @@ render_copyfunc_t get_render_copyfunc(int devid)
|
||||
copy = gen6_render_copyfunc;
|
||||
else if (IS_GEN7(devid))
|
||||
copy = gen7_render_copyfunc;
|
||||
else if (IS_GEN8(devid))
|
||||
copy = gen8_render_copyfunc;
|
||||
|
||||
return copy;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user