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

Refactor for Ben, hopefully this time this should apply to his tree.
Next version of https://patchwork.freedesktop.org/series/48596/

No changes otherwise.

Lyude Paul (6):
  drm/nouveau: Check backlight IDs are >= 0, not > 0
  drm/nouveau: Add NV_PRINTK_ONCE and variants
  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 | 220 ++++++++++----------
 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       |  10 +-
 6 files changed, 168 insertions(+), 142 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2018-09-07 17:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-06 21:43 [PATCH v4 0/6] Backlight fixes and cleanup Lyude Paul
2018-09-06 21:43 ` [PATCH v4 1/6] drm/nouveau: Check backlight IDs are >= 0, not > 0 Lyude Paul
2018-09-06 21:43 ` [PATCH v4 2/6] drm/nouveau: Add NV_PRINTK_ONCE and variants Lyude Paul
2018-09-07  5:35   ` Joe Perches
2018-09-07 17:27     ` Lyude Paul
2018-09-06 21:43 ` [PATCH v4 3/6] drm/nouveau: Move backlight device into nouveau_connector Lyude Paul
2018-09-06 21:43 ` [PATCH v4 4/6] drm/nouveau: s/nouveau_backlight_exit/nouveau_backlight_fini/ Lyude Paul
2018-09-06 21:43 ` [PATCH v4 5/6] drm/nouveau: Cleanup indenting in nouveau_backlight.c Lyude Paul
2018-09-06 21:43 ` [PATCH v4 6/6] 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).