From mboxrd@z Thu Jan 1 00:00:00 1970 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 F04FFC4332F for ; Fri, 1 Apr 2022 12:57:28 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 721F510E2B8; Fri, 1 Apr 2022 12:57:28 +0000 (UTC) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5E05310E2B8 for ; Fri, 1 Apr 2022 12:57:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648817847; x=1680353847; h=from:to:subject:in-reply-to:references:date:message-id: mime-version:content-transfer-encoding; bh=QK1sRolPSwZWZF9NpdB6OIoAUBkmPV/pq03rMcQVuZw=; b=DBYi7t3JgFZ9XbaGAHa03RThVF24fcj57ZtP+nDj1Vl2WMJqXxSWuNKs ItdqexlY8BZSJDuBPVtoWfTfMJ2LRzly+yJ3OKl0rYmogXVs3oIlsTX2W cGCbJWSnm9wqPUSQHmPHwmC72sMZAHYSxN9qshseg80F2n+mxrmnrhwJC kIKDeMwdbAEwZpIw9FFii76j2iKYhMTWLNFlYCx54OWkUg00jSFjN0kVL Z7Jcp78QruHtR7bYcOEdUNU/+QXAw7lUjQJXe/L0jNCFooBVDZqE0kgS/ 4/ELOAWZ1vTSW+YHOCV8G3QBdli7v9cYXLq+pir+FzZ7YLHau/KGPv59e A==; X-IronPort-AV: E=McAfee;i="6200,9189,10303"; a="260310199" X-IronPort-AV: E=Sophos;i="5.90,227,1643702400"; d="scan'208";a="260310199" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2022 05:57:26 -0700 X-IronPort-AV: E=Sophos;i="5.90,227,1643702400"; d="scan'208";a="547792050" Received: from kohnenth-mobl.ger.corp.intel.com (HELO localhost) ([10.252.62.214]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2022 05:57:25 -0700 From: Jani Nikula To: Ville Syrjala , intel-gfx@lists.freedesktop.org In-Reply-To: <20220321195006.775-1-ville.syrjala@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20220321195006.775-1-ville.syrjala@linux.intel.com> Date: Fri, 01 Apr 2022 15:57:22 +0300 Message-ID: <87y20p6jwt.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Intel-gfx] [PATCH 0/3] drm/i915: Random cleanups 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" On Mon, 21 Mar 2022, Ville Syrjala wrote: > From: Ville Syrj=C3=A4l=C3=A4 > > Clean up a few random things that caught my eye. Dunno if this got reviewed and merged already, but anyway, on the series, Reviewed-by: Jani Nikula > > Ville Syrj=C3=A4l=C3=A4 (3): > drm/i915: Program i830 DPLL FP register later > drm/i915: Use drm_connector_attach_hdr_output_metadata_property() > drm/i915: Remove dead members from dev_priv > > drivers/gpu/drm/i915/display/intel_display.c | 6 +++--- > drivers/gpu/drm/i915/display/intel_dp.c | 8 ++------ > drivers/gpu/drm/i915/i915_drv.h | 9 --------- > 3 files changed, 5 insertions(+), 18 deletions(-) --=20 Jani Nikula, Intel Open Source Graphics Center