mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-31 14:50:14 +01:00
intel/test_decode: Allow gen8 to be infered from the batch filenames
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
bd73fd02e9
commit
1489811a80
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ infer_devid(const char *batch_filename)
|
|||
{ "gen5", PCI_CHIP_ILD_G },
|
||||
{ "gen6", PCI_CHIP_SANDYBRIDGE_GT2 },
|
||||
{ "gen7", PCI_CHIP_IVYBRIDGE_GT2 },
|
||||
{ "gen8", 0x1616 },
|
||||
{ NULL, 0 },
|
||||
};
|
||||
int i;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue