Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/nouveau/drm: adding support for backlight control of GT525M (NVC0)

This patch adds support for the backlight control of the NVIDIA GT
525M, which identifies itself as a member of the NVC0 family.

v2. Extended to handle Kepler too

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

authored by

Florian Scholz and committed by
Ben Skeggs
cade2413 142c21b8

+3
+3
drivers/gpu/drm/nouveau/nouveau_backlight.c
··· 239 239 case NV_40: 240 240 return nv40_backlight_init(connector); 241 241 case NV_50: 242 + case NV_C0: 243 + case NV_D0: 244 + case NV_E0: 242 245 return nv50_backlight_init(connector); 243 246 default: 244 247 break;