commit | 271393ba6e2ac384a14e581d34d5d72c5953e3c6 | [log] [tgz] |
---|---|---|
author | Mario Kleiner <mario.kleiner.de@gmail.com> | Sat Apr 29 06:11:30 2017 +0200 |
committer | Ben Skeggs <bskeggs@redhat.com> | Sat Apr 29 22:39:23 2017 +1000 |
tree | b2e5bbbc05ed74b98b58122d8ae8452b6525f13e | |
parent | 48907c23ea3307a6b6368698c1e786152cd45588 [diff] |
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>