From patchwork Thu Mar 21 16:18:01 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Ville Syrjala X-Patchwork-Id: 13599091 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 021FDC54E58 for ; Thu, 21 Mar 2024 16:18:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 78ACF10E1B9; Thu, 21 Mar 2024 16:18:12 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="PTgDvEJZ"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.19]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7C2D810E1B9 for ; Thu, 21 Mar 2024 16:18:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1711037891; x=1742573891; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=kauqAjW2dvLOwxK6tKqHaeAIHgH+PBhpc9JF9H59E4U=; b=PTgDvEJZTLZi5D8+7kcY6tIPIGzLXYuMKuNQKprip3C6v3con8tD/hLD 5k4eWP7AdviyqAwOYrN4OPE3oJuYyE1Xm4Moxa6MKzvGPASkOu+YO3o8A hr3cIUBUpr3ToEQ0xComdD9HOWWGhZec21R0xgOWe26MHH403CKXdZH4Y /4TL9tOk3iFtm9+TZVVvtPCwfqndm7jYW7P8S3mxJZ2qWeHxGc++AJOPy gV+CSWuSqFHR61MgVjmT1nJw376vrAAqPIAXvc6C+A6MfCMyBS3WxUEy3 lh7nMM526YqlBZP2ACJROiTQVzor4RkJwngsq5WZtXtzEgZcpt84bUlwJ g==; X-IronPort-AV: E=McAfee;i="6600,9927,11020"; a="5894176" X-IronPort-AV: E=Sophos;i="6.07,143,1708416000"; d="scan'208";a="5894176" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmvoesa113.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Mar 2024 09:18:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,11020"; a="827783097" X-IronPort-AV: E=Sophos;i="6.07,143,1708416000"; d="scan'208";a="827783097" Received: from stinkpipe.fi.intel.com (HELO stinkbox) ([10.237.72.74]) by orsmga001.jf.intel.com with SMTP; 21 Mar 2024 09:18:07 -0700 Received: by stinkbox (sSMTP sendmail emulation); Thu, 21 Mar 2024 18:18:06 +0200 From: Ville Syrjala To: intel-gfx@lists.freedesktop.org Subject: [PATCH 0/5] drm/i915/bios: Pimp some VBT definitions Date: Thu, 21 Mar 2024 18:18:01 +0200 Message-ID: <20240321161806.31714-1-ville.syrjala@linux.intel.com> X-Mailer: git-send-email 2.43.2 MIME-Version: 1.0 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" From: Ville Syrjälä Update a bunch of our VBT defintions based on real world data and an archaeological dig through some VBIOS ruins. Ville Syrjälä (5): drm/i915/bios: s/dpfs/dfps/ drm/i915/bios: Update VBT driver feature block version numbers drm/i915/bios: Add the old DPST field into VBT LFP power block drm/i915/bios: Define the (obsolete) backlight i2c VBT stuff drm/i915/bios: Pimp the VBT backlight data BDB version comments drivers/gpu/drm/i915/display/intel_vbt_defs.h | 35 ++++++++++--------- 1 file changed, 18 insertions(+), 17 deletions(-)