]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/pagemap: Remove the drm_pagemap_create() interface
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Fri, 19 Dec 2025 11:33:05 +0000 (12:33 +0100)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Tue, 23 Dec 2025 09:00:47 +0000 (10:00 +0100)
commit33ac8d150af6be100161ec11106a8dd3f1f5b9e0
tree868f4aa124feffa33e1b6b4fd8acdf0800e7b85b
parent8a52f4d9b1efc90eb338b0d59912e640400b9c63
drm/pagemap: Remove the drm_pagemap_create() interface

With the drm_pagemap_init() interface, drm_pagemap_create() is not
used anymore.

v2:
- Slightly more verbose commit message. (Matt Brost)

Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Acked-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> # For merging through drm-xe.
Link: https://patch.msgid.link/20251219113320.183860-10-thomas.hellstrom@linux.intel.com
drivers/gpu/drm/drm_pagemap.c