dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/nouveau: Backlight fixes and cleanup
@ 2018-08-23  1:21 Lyude Paul
  2018-08-23  1:21 ` [PATCH 1/5] drm/nouveau: Check backlight IDs are >= 0, not > 0 Lyude Paul
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Lyude Paul @ 2018-08-23  1:21 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
  Cc: David Airlie, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, Ben Skeggs

This series fixes some issues with nouveau's backlight support that were
causing kernel panics on module reloads, specifically on systems with
nouveau handling the backlight of one of the displays.

While we're at it, let's cleanup nouveau_backlight.c as well

Lyude Paul (5):
  drm/nouveau: Check backlight IDs are >= 0, not > 0
  drm/nouveau: Move backlight device into nouveau_connector
  drm/nouveau: s/nouveau_backlight_exit/nouveau_backlight_fini/
  drm/nouveau: Cleanup indenting in nouveau_backlight.c
  drm/nouveau: Refactor nvXX_backlight_init()

 drivers/gpu/drm/nouveau/nouveau_backlight.c | 193 ++++++++++----------
 drivers/gpu/drm/nouveau/nouveau_connector.c |  20 ++
 drivers/gpu/drm/nouveau/nouveau_connector.h |  33 ++++
 drivers/gpu/drm/nouveau/nouveau_display.c   |   2 -
 drivers/gpu/drm/nouveau/nouveau_display.h   |  25 ---
 drivers/gpu/drm/nouveau/nouveau_drv.h       |   2 -
 6 files changed, 146 insertions(+), 129 deletions(-)

-- 
2.17.1

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-08-23 16:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-23  1:21 [PATCH 0/5] drm/nouveau: Backlight fixes and cleanup Lyude Paul
2018-08-23  1:21 ` [PATCH 1/5] drm/nouveau: Check backlight IDs are >= 0, not > 0 Lyude Paul
2018-08-23 12:00   ` Karol Herbst
2018-08-23 16:29     ` Lyude Paul
2018-08-23  1:21 ` [PATCH 2/5] drm/nouveau: Move backlight device into nouveau_connector Lyude Paul
2018-08-23  1:21 ` [PATCH 3/5] drm/nouveau: s/nouveau_backlight_exit/nouveau_backlight_fini/ Lyude Paul
2018-08-23  1:21 ` [PATCH 4/5] drm/nouveau: Cleanup indenting in nouveau_backlight.c Lyude Paul
2018-08-23  1:21 ` [PATCH 5/5] drm/nouveau: Refactor nvXX_backlight_init() Lyude Paul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).