From: Matthew Auld <matthew.auld@intel.com>
To: Arunpravin <Arunpravin.PaneerSelvam@amd.com>,
dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
amd-gfx@lists.freedesktop.org
Cc: alexander.deucher@amd.com, tzimmermann@suse.de, christian.koenig@amd.com
Subject: Re: [Intel-gfx] [PATCH v3 1/6] drm: move the buddy allocator from i915 into common drm
Date: Wed, 17 Nov 2021 17:52:29 +0000 [thread overview]
Message-ID: <2091645b-d4f9-a6f4-834c-87d9a5d81423@intel.com> (raw)
In-Reply-To: <20211116201807.147486-1-Arunpravin.PaneerSelvam@amd.com>
On 16/11/2021 20:18, Arunpravin wrote:
> Move the base i915 buddy allocator code into drm
> - Move i915_buddy.h to include/drm
> - Move i915_buddy.c to drm root folder
> - Rename "i915" string with "drm" string wherever applicable
> - Rename "I915" string with "DRM" string wherever applicable
> - Fix header file dependencies
> - Fix alignment issues
> - add Makefile support for drm buddy
> - export functions and write kerneldoc description
> - Remove i915 selftest config check condition as buddy selftest
> will be moved to drm selftest folder
>
> cleanup i915 buddy references in i915 driver module
> and replace with drm buddy
>
> v2:
> - include header file in alphabetical order (Thomas)
> - merged changes listed in the body section into a single patch
> to keep the build intact (Christian, Jani)
>
> Signed-off-by: Arunpravin <Arunpravin.PaneerSelvam@amd.com>
Any ideas for what to do with the existing selftests? Currently this
series doesn't build yet for i915 due to this, and prevents throwing the
series at CI.
next prev parent reply other threads:[~2021-11-17 17:52 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-16 20:18 [Intel-gfx] [PATCH v3 1/6] drm: move the buddy allocator from i915 into common drm Arunpravin
2021-11-16 20:18 ` [Intel-gfx] [PATCH v3 2/6] drm: improve drm_buddy_alloc function Arunpravin
2021-11-17 18:39 ` Matthew Auld
2021-11-23 22:39 ` Arunpravin
2021-11-24 10:33 ` Matthew Auld
2021-11-16 20:18 ` [Intel-gfx] [PATCH v3 3/6] drm: implement top-down allocation method Arunpravin
2021-11-16 20:18 ` [Intel-gfx] [PATCH v3 4/6] drm: implement a method to free unused pages Arunpravin
2021-11-17 19:02 ` Matthew Auld
2021-11-23 22:40 ` Arunpravin
2021-11-16 20:18 ` [Intel-gfx] [PATCH v3 5/6] drm/amdgpu: move vram inline functions into a header Arunpravin
2021-11-16 20:18 ` [Intel-gfx] [PATCH v3 6/6] drm/amdgpu: add drm buddy support to amdgpu Arunpravin
2021-11-17 2:55 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [v3,1/6] drm: move the buddy allocator from i915 into common drm Patchwork
2021-11-17 8:03 ` [Intel-gfx] [PATCH v3 1/6] " Christian König
2021-11-17 17:05 ` Arunpravin
2021-11-17 17:52 ` Matthew Auld [this message]
2021-11-17 20:45 ` kernel test robot
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=2091645b-d4f9-a6f4-834c-87d9a5d81423@intel.com \
--to=matthew.auld@intel.com \
--cc=Arunpravin.PaneerSelvam@amd.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=tzimmermann@suse.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox