drm/vmwgfx: Stop hardcoding the PCI ID
authorZack Rusin <zackr@vmware.com>
Mon, 6 Dec 2021 17:26:11 +0000 (12:26 -0500)
committerZack Rusin <zackr@vmware.com>
Thu, 9 Dec 2021 18:16:15 +0000 (13:16 -0500)
commit8ad0c3fd132bef4b849b3770038a6b533fa49579
tree20d226da34223ff8acc7155b63c5a2eec47567a9
parentf4708c16a6d7da93baee9ebf9cd46359b4a34bd7
drm/vmwgfx: Stop hardcoding the PCI ID

Instead of hardcoding the VMware's PCI ID the code should be using the
public define for it. There's no functional change, it just makes
it obvious what we're dealing with.

Signed-off-by: Zack Rusin <zackr@vmware.com>
Reviewed-by: Martin Krastev <krastevm@vmware.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211206172620.3139754-4-zack@kde.org
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c