drm - Fix subtle plane masking bug.
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 24 Jul 2016 21:02:10 +0000 (14:02 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 24 Jul 2016 21:02:10 +0000 (14:02 -0700)
commitb8674cff3d2808cded6daa41e6a9df70cf5732fd
treeac9767398ed1bf191c1877e5a868ae0a75bf4940
parent7d4c3696d4daa24271e0732a84bb081edb0bb533
drm - Fix subtle plane masking bug.

* Index needs to be 1 << index.

Reported-by: davshao
Found-by: Matt Roper - https://patchwork.kernel.org/patch/7889051/
sys/dev/drm/drm_fb_helper.c