drm - Add valleyview support
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 20 Jul 2015 06:00:24 +0000 (23:00 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 20 Jul 2015 06:00:24 +0000 (23:00 -0700)
commit27a0f88200cb2ea36420394e1ca44078604fd352
treefb63e153baa25a1883495f69e31836bb0eca8cce
parent7414ebeb465dacb0e58fe47bf091de50cd013a39
drm - Add valleyview support

* Fix infininte loop during PCI iteration.  The previous code was not
  actually iterating, so any loop would wind up being infinite.  Valleyview
  triggers this issue.

* Fix improper register offset in intel_gpio_setup() (note, linux master
  also made this fix in April).

* Allow hw.drm.debug to be modified with a sysctl.
sys/dev/drm/drm_drv.c
sys/dev/drm/i915/i915_drv.c
sys/dev/drm/i915/intel_i2c.c