mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-23 01:45:51 +00:00
intel_gpu_top: allow to work on Gen7
Somehow nobody noticed this before, but we were missing blt and bsd6 initialization on Gen7. Reported-by: Philippe Lecluse <philippe.lecluse@intel.com> Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
This commit is contained in:
parent
544e357851
commit
e6b264cce7
@ -514,7 +514,7 @@ int main(int argc, char **argv)
|
||||
ring_init(&render_ring);
|
||||
if (IS_GEN4(devid) || IS_GEN5(devid))
|
||||
ring_init(&bsd_ring);
|
||||
if (IS_GEN6(devid)) {
|
||||
if (IS_GEN6(devid) || IS_GEN7(devid)) {
|
||||
ring_init(&bsd6_ring);
|
||||
ring_init(&blt_ring);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user