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

Commit 409b9e54 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau/disp/gt215-: port HDA ELD controls to nvkm_ior



Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 7d1fede0
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -507,9 +507,7 @@ gf119_disp = {
	.outp.internal.lvds = nv50_sor_output_new,
	.outp.internal.dp = gf119_sor_dp_new,
	.dac = { .nr = 3, .new = gf119_dac_new },
	.sor.nr = 4,
	.sor.new = gf119_sor_new,
	.sor.hda_eld = gf119_hda_eld,
	.sor = { .nr = 4, .new = gf119_sor_new },
};

int
+1 −3
Original line number Diff line number Diff line
@@ -39,9 +39,7 @@ gk104_disp = {
	.outp.internal.lvds = nv50_sor_output_new,
	.outp.internal.dp = gf119_sor_dp_new,
	.dac = { .nr = 3, .new = gf119_dac_new },
	.sor.nr = 4,
	.sor.new = gk104_sor_new,
	.sor.hda_eld = gf119_hda_eld,
	.sor = { .nr = 4, .new = gk104_sor_new },
};

int
+1 −3
Original line number Diff line number Diff line
@@ -39,9 +39,7 @@ gk110_disp = {
	.outp.internal.lvds = nv50_sor_output_new,
	.outp.internal.dp = gf119_sor_dp_new,
	.dac = { .nr = 3, .new = gf119_dac_new },
	.sor.nr = 4,
	.sor.new = gk104_sor_new,
	.sor.hda_eld = gf119_hda_eld,
	.sor = { .nr = 4, .new = gk104_sor_new },
};

int
+1 −3
Original line number Diff line number Diff line
@@ -39,9 +39,7 @@ gm107_disp = {
	.outp.internal.lvds = nv50_sor_output_new,
	.outp.internal.dp = gm107_sor_dp_new,
	.dac = { .nr = 3, .new = gf119_dac_new },
	.sor.nr = 4,
	.sor.new = gm107_sor_new,
	.sor.hda_eld = gf119_hda_eld,
	.sor = { .nr = 4, .new = gm107_sor_new },
};

int
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@ gm200_disp = {
	.dac = { .nr = 3, .new = gf119_dac_new },
	.sor.nr = 4,
	.sor.new = gm200_sor_new,
	.sor.hda_eld = gf119_hda_eld,
	.sor.magic = gm200_sor_magic,
};

Loading