mbox series

[RESEND,v3,0/6] drm/nouveau: Backlight fixes and cleanup

Message ID 20180829222834.15590-1-lyude@redhat.com (mailing list archive)
Headers show
Series drm/nouveau: Backlight fixes and cleanup | expand

Message

Lyude Paul Aug. 29, 2018, 10:28 p.m. UTC
Forgot to send 6 patches instead of five since there's one new one now,
whoops!

No actual changes, next version of
https://patchwork.freedesktop.org/series/48596/

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(-)