drm/i915: Use generic drm_plane helper functions
authorFrançois Tigeot <ftigeot@wolfpond.org>
Mon, 28 Dec 2015 20:46:50 +0000 (21:46 +0100)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Mon, 28 Dec 2015 20:48:13 +0000 (21:48 +0100)
commit6f86ee9ea04e6ca792328373f141b3bdac242743
tree0b814e7d670f3f41507ff0a779e1c3ef14d1e605
parentf9e5eed917259b8d8ad8e930168451ddfef965e2
drm/i915: Use generic drm_plane helper functions

* Now than drm plane helpers have been fixed, we can use the generic
  drm_plane_update function

* This should fix some mouse cursor corruption and disappearance
  issues reported by various testers
sys/dev/drm/i915/intel_display.c