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 39FE1C433F5 for ; Thu, 9 Dec 2021 17:32:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CC6AF10E18E; Thu, 9 Dec 2021 17:32:34 +0000 (UTC) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 872B510E18E for ; Thu, 9 Dec 2021 17:32:33 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10193"; a="236899565" X-IronPort-AV: E=Sophos;i="5.88,193,1635231600"; d="scan'208";a="236899565" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Dec 2021 09:32:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,193,1635231600"; d="scan'208";a="516401124" Received: from stinkbox.fi.intel.com (HELO stinkbox) ([10.237.72.171]) by orsmga008.jf.intel.com with SMTP; 09 Dec 2021 09:32:30 -0800 Received: by stinkbox (sSMTP sendmail emulation); Thu, 09 Dec 2021 19:32:29 +0200 Date: Thu, 9 Dec 2021 19:32:29 +0200 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: Jani Nikula Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Patchwork-Hint: comment Subject: Re: [Intel-gfx] [PATCH 0/7] drm/i915: include reductions 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: , Cc: intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, Dec 09, 2021 at 03:50:55PM +0200, Jani Nikula wrote: > Remove some useless includes as well as ones that can be removed with > trivial changes. > > Jani Nikula (7): > drm/i915/reset: remove useless intel_display_types.h include > drm/i915/active: remove useless i915_utils.h include > drm/i915/psr: avoid intel_frontbuffer.h include with declaration > drm/i915/fbc: avoid intel_frontbuffer.h include with declaration > drm/i915/fb: reduce include dependencies > drm/i915/pxp: un-inline intel_pxp_is_enabled() > drm/i915/pxp: remove useless includes Apart from the slight display reset stuff oddness this all looks good. Series is Reviewed-by: Ville Syrjälä > > drivers/gpu/drm/i915/display/intel_fbc.h | 3 +-- > drivers/gpu/drm/i915/display/intel_frontbuffer.h | 2 +- > drivers/gpu/drm/i915/display/intel_psr.h | 11 ++++++----- > drivers/gpu/drm/i915/gt/intel_reset.c | 1 - > drivers/gpu/drm/i915/i915_active_types.h | 2 -- > drivers/gpu/drm/i915/pxp/intel_pxp.c | 5 +++++ > drivers/gpu/drm/i915/pxp/intel_pxp.h | 14 ++++++++------ > drivers/gpu/drm/i915/pxp/intel_pxp_types.h | 2 -- > 8 files changed, 21 insertions(+), 19 deletions(-) > > -- > 2.30.2 -- Ville Syrjälä Intel