[Intel-gfx] [PATCH 0/7] drm/i915: per connector backlight, per chip vfuncs

Jani Nikula jani.nikula at intel.com
Thu Oct 31 17:55:47 CET 2013


Hi all -

I was going to pick up [1], rebase, add a few small things on top. I
forget what those small things were going to be, but I ended up with
per-connector backlight handling and chip specific backlight hooks. Oh
well.

This is still completely untested. I tried to be careful with each
change, but given that this is backlight, there's bound to be some
regression lurking in there. Keep your eyes open, you've been warned. ;)


BR,
Jani.


[1] http://mid.gmane.org/1381773821-16875-1-git-send-email-jbarnes@virtuousgeek.org

Jani Nikula (5):
  drm/i915: move opregion asle request handling to a work queue
  drm/i915: clean up backlight conditional build
  drm/i915: make backlight info per-connector
  drm/i915: handle backlight through chip specific functions
  drm/i915: make asle notifications update backlight on all connectors

Jesse Barnes (2):
  drm/i915: make backlight functions take a connector
  drm/i915/vlv: use per-pipe backlight controls v2

 drivers/gpu/drm/i915/i915_dma.c       |    2 +-
 drivers/gpu/drm/i915/i915_drv.h       |   21 +-
 drivers/gpu/drm/i915/i915_reg.h       |   15 +
 drivers/gpu/drm/i915/i915_suspend.c   |   37 +-
 drivers/gpu/drm/i915/intel_display.c  |   23 +-
 drivers/gpu/drm/i915/intel_dp.c       |    5 +-
 drivers/gpu/drm/i915/intel_drv.h      |   19 +-
 drivers/gpu/drm/i915/intel_lvds.c     |    9 +-
 drivers/gpu/drm/i915/intel_opregion.c |   39 ++-
 drivers/gpu/drm/i915/intel_panel.c    |  613 +++++++++++++++++++++++----------
 10 files changed, 562 insertions(+), 221 deletions(-)

-- 
1.7.10.4




More information about the Intel-gfx mailing list