]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
drm/nouveau/fb/gf100-: Fix 32 bit wraparound in new ram detection
authorMario Kleiner <mario.kleiner.de@gmail.com>
Sat, 29 Apr 2017 04:11:30 +0000 (06:11 +0200)
committerBen Skeggs <bskeggs@redhat.com>
Sat, 29 Apr 2017 12:39:23 +0000 (22:39 +1000)
commit271393ba6e2ac384a14e581d34d5d72c5953e3c6
treeb2e5bbbc05ed74b98b58122d8ae8452b6525f13e
parent48907c23ea3307a6b6368698c1e786152cd45588
drm/nouveau/fb/gf100-: Fix 32 bit wraparound in new ram detection

A missing u64 cast causes a 32-Bit wraparound from
4096 MiB to 0 MiB and therefore total 0 MiB VRAM detected
if card has 4096 Mib per FBP.

Signed-off-by: Mario Kleiner <mario.kleiner.de@gmail.com>
Reviewed-by: Karol Herbst <karolherbst@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c