drm/qxl: track primary bo
Track which bo is used as primary surface. With that in place we don't need the primary_created flag any more, we can just check the primary bo pointer instead. Also verify we don't already have a primary surface in qxl_io_create_primary(). Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: Noralf Trønnes <noralf@tronnes.org> Link: http://patchwork.freedesktop.org/patch/msgid/20190118122020.27596-13-kraxel@redhat.com
This commit is contained in:
@@ -302,7 +302,7 @@ static void qxl_crtc_update_monitors_config(struct drm_crtc *crtc,
|
||||
struct qxl_head head;
|
||||
int oldcount, i = qcrtc->index;
|
||||
|
||||
if (!qdev->primary_created) {
|
||||
if (!qdev->primary_bo) {
|
||||
DRM_DEBUG_KMS("no primary surface, skip (%s)\n", reason);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user