drm/nv50: fix fillrect color
authorMarcin Slusarz <marcin.slusarz@gmail.com>
Mon, 21 Dec 2009 22:00:41 +0000 (23:00 +0100)
committerDave Airlie <airlied@redhat.com>
Mon, 11 Jan 2010 04:41:07 +0000 (14:41 +1000)
commite55ca7e68efc7c2d320cd9975ebc5e0fd27debf0
treeb5109ae1be6742c4d308f9fe675b5a54d72e4ff9
parentfbe36a7a069267b82b7b82a66d79a4406cfa90b2
drm/nv50: fix fillrect color

struct fb_fillrect->color is not a color, but index into pseudo_palette
array

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nv50_fbcon.c