Displaying 1 result from an estimated 1 matches for "2274ce7e3681".
2024 May 17
0
[PATCH] drm/nouveau/disp: Fix missing backlight control on Macbook 5, 1
...ge for supporting GFP-RM; it rewrote the whole nv50 backlight
control code and each display engine is supposed to have an entry for
IOR bl callback, but it didn't cover mcp77.
This patch adds the missing bl entry initialization for mcp77 display
engine to recover the backlight control.
Fixes: 2274ce7e3681 ("drm/nouveau/disp: add output backlight control methods")
Cc: <stable at vger.kernel.org>
Link: https://bugzilla.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 inse...