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 BF360FF512E for ; Tue, 7 Apr 2026 18:58:53 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5727710E4A2; Tue, 7 Apr 2026 18:58:53 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="NAyrEU0F"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id ABE2810E499; Tue, 7 Apr 2026 18:58:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1775588331; x=1807124331; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version:content-transfer-encoding; bh=8/Y5ZxWoxYtQbSMHzSw37iQSX2HmqRYhk5P634e5nT0=; b=NAyrEU0FZsp0QEYO+ozKg9Hhl1s6AQsqedMnoPGbkO/1kH9XTmOAcbcl MDlopXfpP8hMTTIjMdNWRxaoQCKt2b2i2st5q2r+MKcLp4MZExgv0sblL r1hV6oRVGumR2z+OAdosj/Smo72FKgvryc6VmsDi/5kAKSETVhRBwZzzt zViE6xuyAZLrjDSxhyTusSNDP7U+oIPgdwkJ9sSOTLcAdxR8Wz4PgwXKM duXf6XuT0CMGfLiv+thAmdjQs8PAVLcquN54jCfbq0VjwvYHD68klSPYo zTeK/+R3y1DTCs/35uTRz7GzKgJ9/AeOSEXAu3wqPw6CTwsSSCx5L6wx7 w==; X-CSE-ConnectionGUID: gaHP15vlT2mrm4zAcO1GHg== X-CSE-MsgGUID: NSZxdvP6TDaqutB1kTml5w== X-IronPort-AV: E=McAfee;i="6800,10657,11752"; a="79151424" X-IronPort-AV: E=Sophos;i="6.23,166,1770624000"; d="scan'208";a="79151424" Received: from orviesa004.jf.intel.com ([10.64.159.144]) by fmvoesa107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2026 11:58:51 -0700 X-CSE-ConnectionGUID: LHDpz7ykRlWphy20c+2wxA== X-CSE-MsgGUID: zAfUVQQSQj6gnTViHGWRiQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.23,166,1770624000"; d="scan'208";a="232639072" Received: from mjarzebo-mobl1.ger.corp.intel.com (HELO localhost) ([10.245.246.244]) by orviesa004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2026 11:58:49 -0700 From: Jani Nikula To: Ville =?utf-8?B?U3lyasOkbMOk?= Cc: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Subject: Re: [PATCH 0/3] drm/i915/pin: refactor to i915 core In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs Bertel Jungin Aukio 5, 02600 Espoo, Finland References: Date: Tue, 07 Apr 2026 21:58:46 +0300 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 Tue, 07 Apr 2026, Ville Syrj=C3=A4l=C3=A4 wrote: > On Tue, Apr 07, 2026 at 01:04:34PM +0300, Jani Nikula wrote: >> Something I started last week before Ville said he'd look into the whole >> pin stuff. If this is helpful, let's merge, but if it's in the way, it >> was pretty quick and can be thrown away. > > Looks all right to me. I have the same file rename somewhere in my > current branch, and I think eg. the runtime pm thing I still have > mixed in with some other changes. So I can rebase easily on top of > these and shrink my branch a little bit. > > Series is > Reviewed-by: Ville Syrj=C3=A4l=C3=A4 Thanks, pushed to din. > And speaking of my branch, I think it should be fairly close to > being done. I still need to think what to do about > restore.pending_fb_pin, and some commits may still need further > splitting. And proper commit messages need to be written of > course. \o/ > > That said, the whole thing is rather big and I've not smoke tested > it even once, so I might still need to fix a boatload of bugs... > >>=20 >> BR, >> Jani. >>=20 >> Jani Nikula (3): >> drm/i915: move intel_fb_pin.c to i915_fb_pin.c >> drm/i915/pin: s/dev_priv/i915/ and drop struct drm_device usage >> drm/i915/pin: switch to i915 core runtime pm >>=20 >> drivers/gpu/drm/i915/Makefile | 2 +- >> .../{display/intel_fb_pin.c =3D> i915_fb_pin.c} | 44 +++++++++---------- >> 2 files changed, 22 insertions(+), 24 deletions(-) >> rename drivers/gpu/drm/i915/{display/intel_fb_pin.c =3D> i915_fb_pin.c}= (90%) >>=20 >> --=20 >> 2.47.3 --=20 Jani Nikula, Intel