commit | 11c94ace5e25a1b6d12184b1a6f54ef4dc75aa62 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Wed Jan 13 15:52:07 2016 -0600 |
committer | Dave Airlie <airlied@redhat.com> | Thu Feb 11 08:56:21 2016 +1000 |
tree | 9d7894fbe310bccca55e437aaf8c3991a5da9757 | |
parent | 8b9f089f5378c1573582153e23a485edb0cc3d17 [diff] |
drm: virtio-gpu: get the fb from the plane state for atomic updates When using the atomic API, plane->fb is not set when calling virtio_gpu_plane_atomic_update. Use plane->state->fb instead. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Dave Airlie <airlied@redhat.com>