From b4a23d586f3196e812f2a20cbbf040128d0c1c40 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 11 Feb 2020 09:05:31 +0000 Subject: sys-kernel : move kernel 4.19.xx to sys-kernel/linux-{image,sources}-redcore-lts-legacy --- .../files/4.19-nouveau-pascal-backlight.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sys-kernel/linux-sources-redcore-lts-legacy/files/4.19-nouveau-pascal-backlight.patch (limited to 'sys-kernel/linux-sources-redcore-lts-legacy/files/4.19-nouveau-pascal-backlight.patch') diff --git a/sys-kernel/linux-sources-redcore-lts-legacy/files/4.19-nouveau-pascal-backlight.patch b/sys-kernel/linux-sources-redcore-lts-legacy/files/4.19-nouveau-pascal-backlight.patch new file mode 100644 index 00000000..754d982a --- /dev/null +++ b/sys-kernel/linux-sources-redcore-lts-legacy/files/4.19-nouveau-pascal-backlight.patch @@ -0,0 +1,11 @@ +diff -up linux-4.16/drivers/gpu/drm/nouveau/nouveau_backlight.c.omv~ linux-4.16/drivers/gpu/drm/nouveau/nouveau_backlight.c +--- linux-4.16/drivers/gpu/drm/nouveau/nouveau_backlight.c.omv~ 2018-04-06 01:04:34.573357055 +0200 ++++ linux-4.16/drivers/gpu/drm/nouveau/nouveau_backlight.c 2018-04-06 01:05:46.985579248 +0200 +@@ -287,6 +287,7 @@ nouveau_backlight_init(struct drm_device + case NV_DEVICE_INFO_V0_FERMI: + case NV_DEVICE_INFO_V0_KEPLER: + case NV_DEVICE_INFO_V0_MAXWELL: ++ case NV_DEVICE_INFO_V0_PASCAL: + return nv50_backlight_init(connector); + default: + break; -- cgit v1.2.3