Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
drm/nouveau/disp/g94: enable HDMI
Browse files Browse the repository at this point in the history
Cc: Ben Skeggs <[email protected]>
Cc: Lyude Paul <[email protected]>
Fixes: f530bc6 ("drm/nouveau/disp: move HDMI config into acquire + infoframe methods")
Signed-off-by: Karol Herbst <[email protected]>
Reviewed-by: Ben Skeggs <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Karol Herbst <[email protected]>
  • Loading branch information
karolherbst committed Jul 12, 2023
1 parent d943036 commit c177872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/nouveau/nvkm/engine/disp/g94.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit c177872

Please sign in to comment.