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 705A5E8FDB0 for ; Tue, 3 Oct 2023 19:57:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0A1E210E312; Tue, 3 Oct 2023 19:57:30 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6762C10E312 for ; Tue, 3 Oct 2023 19: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=1696363047; x=1727899047; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=u4zW5HeEZZ9XBKcjsLZhaQTgQfy/KX8Q9r0Tl7WN4Qc=; b=Htv0TA9h4L6vqhvGKzSGpY8PtW+4y+Koy0ZoJyRC8kNnUritoz8uD4JQ cPdoLjAcadxXmIuw9MfaCOjSxz2IJTa7XnlDGGnJBnHDY+88FtMx6AMLb ToYzVKeAgkdVAXKaKoQpOZpAE6OfZeQfxZ6mXSzesokaBqgPBFCCJJBjA ZBwoawpxh5SXYb6GZLM1G+EQ5QKuYcT5LR4ay3e76v3V/ebeNI5we/2lc iXZ4GjIFNak7axXtNmK03o79Tdj69F3iU4lM0W2xxTYyQDuDEVyQaW5ZY p45006FeqIsoOsriW8dXTyGq2STAtKyjf+rFV149idSfNwCwDtD6xSY86 A==; X-IronPort-AV: E=McAfee;i="6600,9927,10852"; a="380241016" X-IronPort-AV: E=Sophos;i="6.03,198,1694761200"; d="scan'208";a="380241016" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Oct 2023 12:57:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10852"; a="894626712" X-IronPort-AV: E=Sophos;i="6.03,198,1694761200"; d="scan'208";a="894626712" Received: from stinkpipe.fi.intel.com (HELO stinkbox) ([10.237.72.153]) by fmsmga001.fm.intel.com with SMTP; 03 Oct 2023 12:56:00 -0700 Received: by stinkbox (sSMTP sendmail emulation); Tue, 03 Oct 2023 22:57:24 +0300 Date: Tue, 3 Oct 2023 22:57:24 +0300 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/4] drm/i915: move display info related stuff under display/ 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 Tue, Oct 03, 2023 at 03:42:06PM +0300, Jani Nikula wrote: > Continue separation of display code from the rest. > > Jani Nikula (4): > drm/i915: convert INTEL_DISPLAY_ENABLED() into a function > drm/i915: move display info related macros to display > drm/i915: separate display runtime info init > drm/i915: separate subplatform init and runtime feature init Didn't spot anything wrong. I was a bit suspicious about deferring the port_mask mangling, but doesn't look like we need it that early anywhere. Series is Reviewed-by: Ville Syrjälä > > drivers/gpu/drm/i915/display/intel_crt.c | 2 +- > .../drm/i915/display/intel_display_device.c | 43 ++++++++++++++++++- > .../drm/i915/display/intel_display_device.h | 10 +++++ > drivers/gpu/drm/i915/display/intel_dp.c | 2 +- > drivers/gpu/drm/i915/display/intel_dp_mst.c | 2 +- > drivers/gpu/drm/i915/display/intel_dvo.c | 2 +- > drivers/gpu/drm/i915/display/intel_hdmi.c | 2 +- > drivers/gpu/drm/i915/display/intel_hotplug.c | 2 +- > drivers/gpu/drm/i915/display/intel_panel.c | 2 +- > drivers/gpu/drm/i915/display/intel_sdvo.c | 2 +- > drivers/gpu/drm/i915/display/intel_tv.c | 2 +- > drivers/gpu/drm/i915/i915_driver.c | 1 + > drivers/gpu/drm/i915/i915_drv.h | 14 ------ > drivers/gpu/drm/i915/intel_device_info.c | 22 ---------- > 14 files changed, 62 insertions(+), 46 deletions(-) > > -- > 2.39.2 -- Ville Syrjälä Intel