OSDN Git Service

staging: vboxvideo: Stop accessing crtc_state->active
authorHans de Goede <hdegoede@redhat.com>
Thu, 18 Oct 2018 15:03:28 +0000 (17:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Nov 2018 11:27:33 +0000 (12:27 +0100)
commitba2181d76ecc6598014d302c0575c3eac3c27012
tree92b12eb2afe8b20427ca84d3ee98a468c3dbb1f2
parentd5c5dff7dc307dbcab1df7e479453f7f0b93aa24
staging: vboxvideo: Stop accessing crtc_state->active

Atomic modesetting drivers should never check crtc_state->active directly,
instead check crtc_state->enable.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vboxvideo/vbox_mode.c