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

Commit 2c25b739 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau/fb: fix reporting of memory type on GF8+ IGPs



Purely a cosmetic issue at this point.

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 4bf24c02
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -237,6 +237,7 @@ nv50_fb_ctor(struct nouveau_object *parent, struct nouveau_object *engine,
			return ret;

		priv->base.ram.stolen = (u64)nv_rd32(priv, 0x100e10) << 12;
		priv->base.ram.type = NV_MEM_TYPE_STOLEN;
		break;
	default:
		ret = nouveau_mm_init(&priv->base.vram, rsvd_head, size,