[patch] Linux 4.8.0-rc1 + 367.36.02

Notes:

  1. struct drm_master moved to
  2. struct drm_driver->master_drop() changed prototype
  3. Active master for device moved frob (minor)->master to (drm_device)->master
  4. drm_atomic_helper_swap_state dropped dev parameter and gained stall boolean "add stall parameter, which must be set when swapping needs to stall for preceeding commits to stop looking at ->state pointers. Currently all drivers need this to be, just prep work for a glorious future"

Relevant commits:
https://patchwork.kernel.org/patch/9176537
https://patchwork.kernel.org/patch/9139897
https://patchwork.kernel.org/patch/9189931

Patch here:
http://pastebin.ca/3671828

bump, patch still works against rc1 and 367.3[5,6] drivers