From: Marcin Koƛcielnicki Date: Sun, 11 Apr 2010 18:16:21 +0000 (+0000) Subject: drm/nouveau: Use 0x5f instead of 0x9f as imageblit on original NV10. X-Git-Tag: v2.6.35-rc1~451^2~1^2~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a0e654408954d81c70241a4a470ca85f4fb42829;p=karo-tx-linux.git drm/nouveau: Use 0x5f instead of 0x9f as imageblit on original NV10. Signed-off-by: Marcin Koƛcielnicki Signed-off-by: Ben Skeggs --- diff --git a/drivers/gpu/drm/nouveau/nv04_fbcon.c b/drivers/gpu/drm/nouveau/nv04_fbcon.c index 603090ee6ac7..1eeac4fae73d 100644 --- a/drivers/gpu/drm/nouveau/nv04_fbcon.c +++ b/drivers/gpu/drm/nouveau/nv04_fbcon.c @@ -236,7 +236,7 @@ nv04_fbcon_accel_init(struct fb_info *info) if (ret) return ret; - ret = nv04_fbcon_grobj_new(dev, dev_priv->card_type >= NV_10 ? + ret = nv04_fbcon_grobj_new(dev, dev_priv->chipset >= 0x11 ? 0x009f : 0x005f, NvImageBlit); if (ret) return ret;