git: drm - Add valleyview support
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Jul 19 23:02:15 PDT 2015
commit 27a0f88200cb2ea36420394e1ca44078604fd352
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Jul 19 23:00:24 2015 -0700
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.
Summary of changes:
sys/dev/drm/drm_drv.c | 3 ++-
sys/dev/drm/i915/i915_drv.c | 5 ++++-
sys/dev/drm/i915/intel_i2c.c | 5 ++---
3 files changed, 8 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/27a0f88200cb2ea36420394e1ca44078604fd352
--
DragonFly BSD source repository
More information about the Commits
mailing list