Skip to content

Commit

Permalink
drm/amdkfd: add some additional vega10 pci ids
Browse files Browse the repository at this point in the history
Change-Id: I01ee016563d072093fda7b32786c6afd0d00d319
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
  • Loading branch information
Felix Kuehling authored and Kent Russell committed May 31, 2017
1 parent d2b8bb3 commit 11a6a60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/amd/amdkfd/kfd_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,9 @@ static const struct kfd_deviceid supported_devices[] = {
{ 0x6861, &vega10_device_info }, /* Vega10 */
{ 0x6862, &vega10_device_info }, /* Vega10 */
{ 0x6863, &vega10_device_info }, /* Vega10 */
{ 0x6864, &vega10_device_info }, /* Vega10 */
{ 0x6867, &vega10_device_info }, /* Vega10 */
{ 0x6868, &vega10_device_info }, /* Vega10 */
{ 0x686C, &vega10_device_info }, /* Vega10 */
{ 0x687F, &vega10_device_info } /* Vega10 */
};
Expand Down

0 comments on commit 11a6a60

Please sign in to comment.