Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0e65440 authored by Marcin Kościelnicki's avatar Marcin Kościelnicki Committed by Ben Skeggs
Browse files

drm/nouveau: Use 0x5f instead of 0x9f as imageblit on original NV10.

parent 66989987
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;