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

Commit be4ba550 authored by Ilia Mirkin's avatar Ilia Mirkin Committed by Ben Skeggs
Browse files

drm/nv31/mpeg: no need to set compat mode differently for nv44 gr

parent 515de6b2
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@

#include <engine/fifo.h>
#include <engine/mpeg.h>
#include <engine/graph/nv40.h>

struct nv31_mpeg_priv {
	struct nouveau_mpeg base;
@@ -284,9 +283,6 @@ nv31_mpeg_init(struct nouveau_object *object)
	/* PMPEG init */
	nv_wr32(priv, 0x00b32c, 0x00000000);
	nv_wr32(priv, 0x00b314, 0x00000100);
	if (nv_device(priv)->chipset >= 0x40 && nv44_graph_class(priv))
		nv_wr32(priv, 0x00b220, 0x00000044);
	else
	nv_wr32(priv, 0x00b220, 0x00000031);
	nv_wr32(priv, 0x00b300, 0x02001ec1);
	nv_mask(priv, 0x00b32c, 0x00000001, 0x00000001);