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:03:37 +0000 (14:03 -0700)
commit6bceadf33a6044a8e88ea3bb545cd3f6d50126c9
treeb2dc9418177b98f90c0ac5cfceceb95bad44e4d6
parentdbc5f8a42089cbfd127d2dab0df8d97957caf312
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