drm/radeon/kms: Fix apparent typo in legacy CRTC memory bandwidth calculation.
authorMichel Dänzer <daenzer@vmware.com>
Thu, 8 Oct 2009 08:44:10 +0000 (10:44 +0200)
committerDave Airlie <airlied@redhat.com>
Mon, 12 Oct 2009 03:42:28 +0000 (13:42 +1000)
commitb5fc901002db0519093ec723fd98969bc03cd629
tree1c21cbb223df10ee83e1c7bd2a5fa5caa46e16a8
parentf30f37def4c72e5df8d949022b806e5a4e99bbcb
drm/radeon/kms: Fix apparent typo in legacy CRTC memory bandwidth calculation.

While investigating the cause of CRTC FIFO underruns, I noticed that when
converting the memory bandwidth calculation from the userspace X driver code,
an instance of '8.0' was apparently accidentally converted to '80'.

Signed-off-by: Michel Dänzer <daenzer@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/r100.c