Skip to content

Commit

Permalink
[VP] Add new Device ID
Browse files Browse the repository at this point in the history
Add new Device ID for media driver

Change-Id: I6e2a2dd6b2f82aac0c7acc37bc89b5e92614ad46
  • Loading branch information
ljia5 authored and intel-mediadev committed Mar 17, 2020
1 parent 72a2733 commit 58627ed
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion media_driver/linux/gen12/ddi/media_sysinfo_g12.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*===================== begin_copyright_notice ==================================
Copyright (c) 2017-2019, Intel Corporation
Copyright (c) 2017-2020, Intel Corporation
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -258,3 +258,15 @@ static bool tgllpGt2Device9a70 = DeviceInfoFactory<GfxDeviceInfo>::

static bool tgllpGt1Device9a78 = DeviceInfoFactory<GfxDeviceInfo>::
RegisterDevice(0x9A78, &tgllpGt1Info);

static bool tgllpGt2Device9ac9 = DeviceInfoFactory<GfxDeviceInfo>::
RegisterDevice(0x9AC9, &tgllpGt2Info);

static bool tgllpGt2Device9af8 = DeviceInfoFactory<GfxDeviceInfo>::
RegisterDevice(0x9AF8, &tgllpGt2Info);

static bool tgllpGt2Device9ac0 = DeviceInfoFactory<GfxDeviceInfo>::
RegisterDevice(0x9AC0, &tgllpGt2Info);

static bool tgllpGt2Device9ad9 = DeviceInfoFactory<GfxDeviceInfo>::
RegisterDevice(0x9AD9, &tgllpGt2Info);

0 comments on commit 58627ed

Please sign in to comment.