Displaying 1 result from an estimated 1 matches for "841e3b69fcaf".
2024 May 17
0
[PATCH] drm/nouveau/disp: Fix missing backlight control on Macbook 5, 1
...a.suse.com/show_bug.cgi?id=1223838
Signed-off-by: Takashi Iwai <tiwai at suse.de>
---
drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c b/drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c
index 841e3b69fcaf..5a0c9b8a79f3 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c
@@ -31,6 +31,7 @@ mcp77_sor = {
.state = g94_sor_state,
.power = nv50_sor_power,
.clock = nv50_sor_clock,
+ .bl = &nv50_sor_bl,
.hdmi = &g84_sor_hdmi,...