diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2015-09-03 04:39:45 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2015-09-11 03:29:14 +0200 |
commit | 778613e583994d947960a7f177226d0e7b5ef124 (patch) | |
tree | 1343fcd0a91b9f79b843f7b65de6ecb707880c49 | |
parent | drm/nouveau/clk/gt215: Unbreak engine pausing for GT21x/MCP7x (diff) | |
download | linux-778613e583994d947960a7f177226d0e7b5ef124.tar.xz linux-778613e583994d947960a7f177226d0e7b5ef124.zip |
drm/nouveau/device: enable c800 quirk for tecra w50
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c index 9dd1cac81e80..e8eb14e438f4 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c @@ -689,6 +689,7 @@ nvkm_device_pci_10de_11e3[] = { static const struct nvkm_device_pci_vendor nvkm_device_pci_10de_11fc[] = { + { 0x1179, 0x0001, NULL, { .War00C800_0 = true } }, /* Toshiba Tecra W50 */ { 0x17aa, 0x2211, NULL, { .War00C800_0 = true } }, /* Lenovo W541 */ { 0x17aa, 0x221e, NULL, { .War00C800_0 = true } }, /* Lenovo W541 */ {} |