From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web08.11164.1639665007979962004 for ; Thu, 16 Dec 2021 06:30:08 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=KotTVeer; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1639665007; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=F3+G3ePX8lj7ukwKRhcwfWhV8phvMK9lV4DPmOa/2u0=; b=KotTVeerZcY9sAkSjbibJwyiAjCszwolMcVqpgHBbZxJvYh7n+40pvOgQDVxCAkszHIMj5 KOVsYs5XC/QKNQ5fX44MgdSzoc3d++29rVX0hTXluadlVRKe9BXzvR2NZjjNUAc4yt4Xay ve4jwV8Gu60Z3MPaVb/aP3BDFLVKWvI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-571-BusEzFuyMbOIRAWrLcF6nQ-1; Thu, 16 Dec 2021 09:30:03 -0500 X-MC-Unique: BusEzFuyMbOIRAWrLcF6nQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A597A87498D; Thu, 16 Dec 2021 14:30:01 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.14]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 245B57A231; Thu, 16 Dec 2021 14:30:01 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 34C0118003A3; Thu, 16 Dec 2021 15:29:59 +0100 (CET) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Erdem Aktas , Julien Grall , Brijesh Singh , Pawel Polawski , Min Xu , Jiewen Yao , Tom Lendacky , Ard Biesheuvel , Jordan Justen , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , James Bottomley , Anthony Perard , Gerd Hoffmann Subject: [PATCH 0/5] OvmfPkg/QemuVideoDxe: pick up display resolution settings from the host Date: Thu, 16 Dec 2021 15:29:54 +0100 Message-Id: <20211216142959.1998191-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit See last patch in the series for details. Gerd Hoffmann (5): OvmfPkg: add PcdVideoResolutionSource OvmfPkg/QemuVideoDxe: simplify InitializeBochsGraphicsMode OvmfPkg/QemuVideoDxe: drop QEMU_VIDEO_BOCHS_MODES->ColorDepth OvmfPkg/QemuVideoDxe: factor out QemuVideoBochsAddMode OvmfPkg/QemuVideoDxe: parse edid blob, detect display resolution OvmfPkg/OvmfPkg.dec | 7 + OvmfPkg/AmdSev/AmdSevX64.dsc | 1 + OvmfPkg/Microvm/MicrovmX64.dsc | 1 + OvmfPkg/OvmfPkgIa32.dsc | 1 + OvmfPkg/OvmfPkgIa32X64.dsc | 1 + OvmfPkg/OvmfPkgX64.dsc | 1 + OvmfPkg/OvmfXen.dsc | 1 + OvmfPkg/PlatformDxe/Platform.inf | 1 + OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | 3 + OvmfPkg/QemuVideoDxe/Qemu.h | 6 +- OvmfPkg/PlatformDxe/Platform.c | 3 + OvmfPkg/QemuVideoDxe/Driver.c | 14 +- OvmfPkg/QemuVideoDxe/Gop.c | 2 +- OvmfPkg/QemuVideoDxe/Initialize.c | 251 +++++++++++++++++++------- 14 files changed, 213 insertions(+), 80 deletions(-) -- 2.33.1