Files
linux/drivers/gpu/drm
Thomas Hellstrom 4e3e733b45 drm/vmwgfx: Get rid of the device-private suspended member
It was used to early block fbdev dirty processing. Replace it with an
unprotected check of the par->dirty.active field. While this might
race with the vmw_fb_off() function, we do a protected check later so
the race will at worst lead to grabbing and releasing a couple of locks.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Sinclair Yeh <syeh@vmware.com>
2018-03-22 12:08:23 +01:00
..
2018-01-30 18:05:25 +01:00
2017-12-27 19:00:09 -05:00
2018-02-19 14:19:04 -05:00
2018-02-28 15:08:56 -05:00
2017-11-23 12:31:49 +02:00
2018-01-24 15:49:04 -05:00