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

Commit 57b2d73b authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau/disp: common implementation of scanoutpos method in nvkm_head



Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 14187b00
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ g84_disp = {
	.super = nv50_disp_super,
	.root = &g84_disp_root_oclass,
	.head.new = nv50_head_new,
	.head.scanoutpos = nv50_disp_root_scanoutpos,
	.outp.internal.crt = nv50_dac_output_new,
	.outp.internal.tmds = nv50_sor_output_new,
	.outp.internal.lvds = nv50_sor_output_new,
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ g94_disp = {
	.super = nv50_disp_super,
	.root = &g94_disp_root_oclass,
	.head.new = nv50_head_new,
	.head.scanoutpos = nv50_disp_root_scanoutpos,
	.outp.internal.crt = nv50_dac_output_new,
	.outp.internal.tmds = nv50_sor_output_new,
	.outp.internal.lvds = nv50_sor_output_new,
+0 −1
Original line number Diff line number Diff line
@@ -501,7 +501,6 @@ gf119_disp = {
	.super = gf119_disp_super,
	.root = &gf119_disp_root_oclass,
	.head.new = gf119_head_new,
	.head.scanoutpos = gf119_disp_root_scanoutpos,
	.outp.internal.crt = nv50_dac_output_new,
	.outp.internal.tmds = nv50_sor_output_new,
	.outp.internal.lvds = nv50_sor_output_new,
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ gk104_disp = {
	.super = gf119_disp_super,
	.root = &gk104_disp_root_oclass,
	.head.new = gf119_head_new,
	.head.scanoutpos = gf119_disp_root_scanoutpos,
	.outp.internal.crt = nv50_dac_output_new,
	.outp.internal.tmds = nv50_sor_output_new,
	.outp.internal.lvds = nv50_sor_output_new,
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ gk110_disp = {
	.super = gf119_disp_super,
	.root = &gk110_disp_root_oclass,
	.head.new = gf119_head_new,
	.head.scanoutpos = gf119_disp_root_scanoutpos,
	.outp.internal.crt = nv50_dac_output_new,
	.outp.internal.tmds = nv50_sor_output_new,
	.outp.internal.lvds = nv50_sor_output_new,
Loading