Module Name: src Committed By: riastradh Date: Sun Dec 19 09:58:16 UTC 2021
Modified Files: src/sys/external/bsd/drm2/dist/drm/ttm: ttm_tt.c Log Message: drm/drm_mem_util.h for drm_free_large Author: Maya Rashish <m...@netbsd.org> To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/external/bsd/drm2/dist/drm/ttm/ttm_tt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/external/bsd/drm2/dist/drm/ttm/ttm_tt.c diff -u src/sys/external/bsd/drm2/dist/drm/ttm/ttm_tt.c:1.14 src/sys/external/bsd/drm2/dist/drm/ttm/ttm_tt.c:1.15 --- src/sys/external/bsd/drm2/dist/drm/ttm/ttm_tt.c:1.14 Sun Dec 19 01:49:50 2021 +++ src/sys/external/bsd/drm2/dist/drm/ttm/ttm_tt.c Sun Dec 19 09:58:15 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: ttm_tt.c,v 1.14 2021/12/19 01:49:50 riastradh Exp $ */ +/* $NetBSD: ttm_tt.c,v 1.15 2021/12/19 09:58:15 riastradh Exp $ */ /* SPDX-License-Identifier: GPL-2.0 OR MIT */ /************************************************************************** @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ttm_tt.c,v 1.14 2021/12/19 01:49:50 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ttm_tt.c,v 1.15 2021/12/19 09:58:15 riastradh Exp $"); #define pr_fmt(fmt) "[TTM] " fmt @@ -41,6 +41,7 @@ __KERNEL_RCSID(0, "$NetBSD: ttm_tt.c,v 1 #include <linux/shmem_fs.h> #include <linux/file.h> #include <drm/drm_cache.h> +#include <drm/drm_mem_util.h> #include <drm/ttm/ttm_bo_driver.h> #include <drm/ttm/ttm_page_alloc.h> #include <drm/bus_dma_hacks.h>