From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: "Lin, Shuicheng" <shuicheng.lin@intel.com>
Cc: "Gote, Nitin R" <nitin.r.gote@intel.com>,
"intel-xe@lists.freedesktop.org" <intel-xe@lists.freedesktop.org>
Subject: Re: [PATCH] drm/xe: Fix copyright and function naming in xe_ttm_vram_mgr
Date: Mon, 6 Oct 2025 13:39:07 -0400 [thread overview]
Message-ID: <aOP-u6m84ol6iy6k@intel.com> (raw)
In-Reply-To: <DM4PR11MB54565D54961E7F19539D7B2DEAE3A@DM4PR11MB5456.namprd11.prod.outlook.com>
On Mon, Oct 06, 2025 at 01:03:32PM -0400, Lin, Shuicheng wrote:
> On Mon, Oct 6, 2025 9:48 AM Rodrigo Vivi wrote:
> > On Mon, Oct 06, 2025 at 09:19:59AM +0000, Gote, Nitin R wrote:
> > > > -----Original Message-----
> > > > From: Intel-xe <intel-xe-bounces@lists.freedesktop.org> On Behalf Of
> > > > Shuicheng Lin
> > > > Sent: Saturday, October 4, 2025 5:34 AM
> > > > To: intel-xe@lists.freedesktop.org
> > > > Cc: Lin, Shuicheng <shuicheng.lin@intel.com>
> > > > Subject: [PATCH] drm/xe: Fix copyright and function naming in
> > > > xe_ttm_vram_mgr
> > > >
> > > > - Correct copyright year from "2002" to "2022".
> >
> > patch pushed to drm-xe-next. Thanks
> >
> > apparently we still have 2 more occurrences:
> >
> > drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c: * Copyright (C) 2021-2002 Red
> > Hat
> > drivers/gpu/drm/xe/xe_ttm_sys_mgr.c: * Copyright (C) 2021-2002 Red Hat
> >
>
> Thanks Rodrigo.
> Will you take care of it, or would you like me to handle it as well? Thanks.
I would appreciate if you take care of that as a follow up.
Thank you
>
> Shuicheng
>
> > > > - Rename ttm_vram_mgr_fini() to xe_ttm_vram_mgr_fini() to avoid
> > > > confusion with generic TTM helpers.
> > > >
> > > > No functional changes intended.
> > > >
> > > > Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
> > > > ---
> > > > drivers/gpu/drm/xe/xe_ttm_vram_mgr.c | 6 +++---
> > > > 1 file changed, 3 insertions(+), 3 deletions(-)
> > > >
> > > > diff --git a/drivers/gpu/drm/xe/xe_ttm_vram_mgr.c
> > > > b/drivers/gpu/drm/xe/xe_ttm_vram_mgr.c
> > > > index 9175b4a2214b..9f70802fce92 100644
> > > > --- a/drivers/gpu/drm/xe/xe_ttm_vram_mgr.c
> > > > +++ b/drivers/gpu/drm/xe/xe_ttm_vram_mgr.c
> > > > @@ -1,7 +1,7 @@
> > > > // SPDX-License-Identifier: MIT
> > > > /*
> > > > * Copyright (c) 2021-2022 Intel Corporation
> > > > - * Copyright (C) 2021-2002 Red Hat
> > > > + * Copyright (C) 2021-2022 Red Hat
> > > > */
> > > >
> > > > #include <drm/drm_managed.h>
> > > > @@ -284,7 +284,7 @@ static const struct ttm_resource_manager_func
> > > > xe_ttm_vram_mgr_func = {
> > > > .debug = xe_ttm_vram_mgr_debug
> > > > };
> > > >
> > > > -static void ttm_vram_mgr_fini(struct drm_device *dev, void *arg)
> > > > +static void xe_ttm_vram_mgr_fini(struct drm_device *dev, void *arg)
> > > > {
> > > > struct xe_device *xe = to_xe_device(dev);
> > > > struct xe_ttm_vram_mgr *mgr = arg; @@ -335,7 +335,7 @@ int
> > > > __xe_ttm_vram_mgr_init(struct xe_device *xe, struct xe_ttm_vram_mgr
> > > > *mgr,
> > > > ttm_set_driver_manager(&xe->ttm, mem_type, &mgr->manager);
> > > > ttm_resource_manager_set_used(&mgr->manager, true);
> > > >
> > > > - return drmm_add_action_or_reset(&xe->drm, ttm_vram_mgr_fini,
> > mgr);
> > > > + return drmm_add_action_or_reset(&xe->drm, xe_ttm_vram_mgr_fini,
> > > > mgr);
> > >
> > > LGTM,
> > > Reviewed-by: Nitin Gote <nitin.r.gote@intel.com>
> > >
> > > Nitin
> > > > }
> > > >
> > > > /**
> > > > --
> > > > 2.49.0
> > >
next prev parent reply other threads:[~2025-10-06 17:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-04 0:03 [PATCH] drm/xe: Fix copyright and function naming in xe_ttm_vram_mgr Shuicheng Lin
2025-10-04 0:44 ` ✓ CI.KUnit: success for " Patchwork
2025-10-04 1:20 ` ✓ Xe.CI.BAT: " Patchwork
2025-10-04 2:31 ` ✗ Xe.CI.Full: failure " Patchwork
2025-10-06 9:19 ` [PATCH] " Gote, Nitin R
2025-10-06 16:48 ` Rodrigo Vivi
2025-10-06 17:03 ` Lin, Shuicheng
2025-10-06 17:39 ` Rodrigo Vivi [this message]
2025-10-06 17:46 ` Lin, Shuicheng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aOP-u6m84ol6iy6k@intel.com \
--to=rodrigo.vivi@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=nitin.r.gote@intel.com \
--cc=shuicheng.lin@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.