drm/nouveau/disp/dp: fix some tx_pu mishandling
authorBen Skeggs <bskeggs@redhat.com>
Fri, 21 Aug 2015 02:50:07 +0000 (12:50 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 28 Aug 2015 02:40:05 +0000 (12:40 +1000)
commitfe0f5d08806dcf7fd51092dfc6ea666ea2392692
treeef1c83e33577533fb69dc5a443fad27b2c803aaa
parentf10956d4455fcb24ecbdca30e6d9d88c95dc2588
drm/nouveau/disp/dp: fix some tx_pu mishandling

We only need to mask 0x0f on GM2xx, and want to keep the higher bits on
earlier cards.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgf110.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgm204.c
drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c