drm/i915: Adapt i2c handling a bit closer to Linux 3.17, Makes PSR work
authorImre Vadász <imre@vdsz.com>
Fri, 11 Sep 2015 23:18:55 +0000 (01:18 +0200)
committerImre Vadász <imre@vdsz.com>
Sat, 12 Sep 2015 15:04:50 +0000 (17:04 +0200)
commitd13e957b0d66a395b3736c43f18972c282bbd58a
tree5635370edb7ed29fb2f7f0e2019dbd979727d394
parent43a397d9530c74c94b1d6555fa851d394f2ed930
drm/i915: Adapt i2c handling a bit closer to Linux 3.17, Makes PSR work

Adds the intel_dp_aux_init and intel_dp_aux_transfer methods as in the
Linux 3.17 code, to properly initialize the intel_dp->aux struct.

Panel self refresh can now be enabled by setting "drm.i915.enable_psr=1"
in /boot/loader.conf.
share/man/man4/i915kms.4
sys/dev/drm/drm_dp_helper.c
sys/dev/drm/i915/i915_params.c
sys/dev/drm/i915/intel_dp.c
sys/dev/drm/i915/intel_drv.h
sys/dev/drm/include/drm/drm_dp_helper.h