]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Rename ___xe_bo_create_locked()
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Mon, 8 Sep 2025 10:12:42 +0000 (12:12 +0200)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Wed, 10 Sep 2025 07:16:04 +0000 (09:16 +0200)
commit550a42a8daee1b056f9b3e6c858e57451a5b315a
treeae4e871dc892fefdf2c2e067ecc27502e1e2a199
parenteb289a5f6cc668853f9b2ea6aca04afe58ed11c7
drm/xe: Rename ___xe_bo_create_locked()

Don't start external function names with underscores.
Rename to xe_bo_init_locked().

Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://lore.kernel.org/r/20250908101246.65025-10-thomas.hellstrom@linux.intel.com
drivers/gpu/drm/xe/xe_bo.c
drivers/gpu/drm/xe/xe_bo.h
drivers/gpu/drm/xe/xe_dma_buf.c