Reviewed-by: Lyude Paul <[email protected]> But seeing as I looked at this + some other patches yesterday I assume there's still more to this?
On Fri, 2023-06-30 at 18:06 +0200, Karol Herbst wrote: > Cc: Ben Skeggs <[email protected]> > Cc: Lyude Paul <[email protected]> > Fixes: f530bc60a30b ("drm/nouveau/disp: move HDMI config into acquire + > infoframe methods") > Signed-off-by: Karol Herbst <[email protected]> > --- > drivers/gpu/drm/nouveau/nvkm/engine/disp/g94.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/disp/g94.c > b/drivers/gpu/drm/nouveau/nvkm/engine/disp/g94.c > index a4853c4e5ee3..67ef889a0c5f 100644 > --- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/g94.c > +++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/g94.c > @@ -295,6 +295,7 @@ g94_sor = { > .clock = nv50_sor_clock, > .war_2 = g94_sor_war_2, > .war_3 = g94_sor_war_3, > + .hdmi = &g84_sor_hdmi, > .dp = &g94_sor_dp, > }; > -- Cheers, Lyude Paul (she/her) Software Engineer at Red Hat
