F_SEAL_EXEC") which permits the setting of the memfd execute bit at memfd creation time, with the option of sealing the state of the X bit. - Peter Xu adds a patch series ("mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare") which addresses a rare race condition related to PMD unsharing. - Several folioification patch serieses from Matthew Wilcox, Vishal Moola, Sidhartha Kumar and Lorenzo Stoakes - Johannes Weiner has a series ("mm: push down lock_page_memcg()") which does perform some memcg maintenance and cleanup work. - SeongJae Park has added DAMOS filtering to DAMON, with the series "mm/damon/core: implement damos filter". These filters provide users with finer-grained control over DAMOS's actions. SeongJae has also done some DAMON cleanup work. - Kairui Song adds a series ("Clean up and fixes for swap"). - Vernon Yang contributed the series "Clean up and refinement for maple tree". - Yu Zhao has contributed the "mm: multi-gen LRU: memcg LRU" series. It adds to MGLRU an LRU of memcgs, to improve the scalability of global reclaim. - David Hildenbrand has added some userfaultfd cleanup work in the series "mm: uffd-wp + change_protection() cleanups". - Christoph Hellwig has removed the generic_writepages() library function in the series "remove generic_writepages". - Baolin Wang has performed some maintenance on the compaction code in his series "Some small improvements for compaction". - Sidhartha Kumar is doing some maintenance work on struct page in his series "Get rid of tail page fields". - David Hildenbrand contributed some cleanup, bugfixing and generalization of pte management and of pte debugging in his series "mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs". - Mel Gorman and Neil Brown have removed the __GFP_ATOMIC allocation flag in the series "Discard __GFP_ATOMIC". - Sergey Senozhatsky has improved zsmalloc's memory utilization with his series "zsmalloc: make zspage chain size configurable". - Joey Gouly has added prctl() support for prohibiting the creation of writeable+executable mappings. The previous BPF-based approach had shortcomings. See "mm: In-kernel support for memory-deny-write-execute (MDWE)". - Waiman Long did some kmemleak cleanup and bugfixing in the series "mm/kmemleak: Simplify kmemleak_cond_resched() & fix UAF". - T.J. Alumbaugh has contributed some MGLRU cleanup work in his series "mm: multi-gen LRU: improve". - Jiaqi Yan has provided some enhancements to our memory error statistics reporting, mainly by presenting the statistics on a per-node basis. See the series "Introduce per NUMA node memory error statistics". - Mel Gorman has a second and hopefully final shot at fixing a CPU-hog regression in compaction via his series "Fix excessive CPU usage during compaction". - Christoph Hellwig does some vmalloc maintenance work in the series "cleanup vfree and vunmap". - Christoph Hellwig has removed block_device_operations.rw_page() in ths series "remove ->rw_page". - We get some maple_tree improvements and cleanups in Liam Howlett's series "VMA tree type safety and remove __vma_adjust()". - Suren Baghdasaryan has done some work on the maintainability of our vm_flags handling in the series "introduce vm_flags modifier functions". - Some pagemap cleanup and generalization work in Mike Rapoport's series "mm, arch: add generic implementation of pfn_valid() for FLATMEM" and "fixups for generic implementation of pfn_valid()" - Baoquan He has done some work to make /proc/vmallocinfo and /proc/kcore better represent the real state of things in his series "mm/vmalloc.c: allow vread() to read out vm_map_ram areas". - Jason Gunthorpe rationalized the GUP system's interface to the rest of the kernel in the series "Simplify the external interface for GUP". - SeongJae Park wishes to migrate people from DAMON's debugfs interface over to its sysfs interface. To support this, we'll temporarily be printing warnings when people use the debugfs interface. See the series "mm/damon: deprecate DAMON debugfs interface". - Andrey Konovalov provided the accurately named "lib/stackdepot: fixes and clean-ups" series. - Huang Ying has provided a dramatic reduction in migration's TLB flush IPI rates with the series "migrate_pages(): batch TLB flushing". - Arnd Bergmann has some objtool fixups in "objtool warning fixes". -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQTTMBEPP41GrTpTJgfdBJ7gKXxAjgUCY/PoPQAKCRDdBJ7gKXxA jlvpAPsFECUBBl20qSue2zCYWnHC7Yk4q9ytTkPB/MMDrFEN9wD/SNKEm2UoK6/K DmxHkn0LAitGgJRS/W9w81yrgig9tAQ= =MlGs -----END PGP SIGNATURE----- Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Pull MM updates from Andrew Morton: - Daniel Verkamp has contributed a memfd series ("mm/memfd: add F_SEAL_EXEC") which permits the setting of the memfd execute bit at memfd creation time, with the option of sealing the state of the X bit. - Peter Xu adds a patch series ("mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare") which addresses a rare race condition related to PMD unsharing. - Several folioification patch serieses from Matthew Wilcox, Vishal Moola, Sidhartha Kumar and Lorenzo Stoakes - Johannes Weiner has a series ("mm: push down lock_page_memcg()") which does perform some memcg maintenance and cleanup work. - SeongJae Park has added DAMOS filtering to DAMON, with the series "mm/damon/core: implement damos filter". These filters provide users with finer-grained control over DAMOS's actions. SeongJae has also done some DAMON cleanup work. - Kairui Song adds a series ("Clean up and fixes for swap"). - Vernon Yang contributed the series "Clean up and refinement for maple tree". - Yu Zhao has contributed the "mm: multi-gen LRU: memcg LRU" series. It adds to MGLRU an LRU of memcgs, to improve the scalability of global reclaim. - David Hildenbrand has added some userfaultfd cleanup work in the series "mm: uffd-wp + change_protection() cleanups". - Christoph Hellwig has removed the generic_writepages() library function in the series "remove generic_writepages". - Baolin Wang has performed some maintenance on the compaction code in his series "Some small improvements for compaction". - Sidhartha Kumar is doing some maintenance work on struct page in his series "Get rid of tail page fields". - David Hildenbrand contributed some cleanup, bugfixing and generalization of pte management and of pte debugging in his series "mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs". - Mel Gorman and Neil Brown have removed the __GFP_ATOMIC allocation flag in the series "Discard __GFP_ATOMIC". - Sergey Senozhatsky has improved zsmalloc's memory utilization with his series "zsmalloc: make zspage chain size configurable". - Joey Gouly has added prctl() support for prohibiting the creation of writeable+executable mappings. The previous BPF-based approach had shortcomings. See "mm: In-kernel support for memory-deny-write-execute (MDWE)". - Waiman Long did some kmemleak cleanup and bugfixing in the series "mm/kmemleak: Simplify kmemleak_cond_resched() & fix UAF". - T.J. Alumbaugh has contributed some MGLRU cleanup work in his series "mm: multi-gen LRU: improve". - Jiaqi Yan has provided some enhancements to our memory error statistics reporting, mainly by presenting the statistics on a per-node basis. See the series "Introduce per NUMA node memory error statistics". - Mel Gorman has a second and hopefully final shot at fixing a CPU-hog regression in compaction via his series "Fix excessive CPU usage during compaction". - Christoph Hellwig does some vmalloc maintenance work in the series "cleanup vfree and vunmap". - Christoph Hellwig has removed block_device_operations.rw_page() in ths series "remove ->rw_page". - We get some maple_tree improvements and cleanups in Liam Howlett's series "VMA tree type safety and remove __vma_adjust()". - Suren Baghdasaryan has done some work on the maintainability of our vm_flags handling in the series "introduce vm_flags modifier functions". - Some pagemap cleanup and generalization work in Mike Rapoport's series "mm, arch: add generic implementation of pfn_valid() for FLATMEM" and "fixups for generic implementation of pfn_valid()" - Baoquan He has done some work to make /proc/vmallocinfo and /proc/kcore better represent the real state of things in his series "mm/vmalloc.c: allow vread() to read out vm_map_ram areas". - Jason Gunthorpe rationalized the GUP system's interface to the rest of the kernel in the series "Simplify the external interface for GUP". - SeongJae Park wishes to migrate people from DAMON's debugfs interface over to its sysfs interface. To support this, we'll temporarily be printing warnings when people use the debugfs interface. See the series "mm/damon: deprecate DAMON debugfs interface". - Andrey Konovalov provided the accurately named "lib/stackdepot: fixes and clean-ups" series. - Huang Ying has provided a dramatic reduction in migration's TLB flush IPI rates with the series "migrate_pages(): batch TLB flushing". - Arnd Bergmann has some objtool fixups in "objtool warning fixes". * tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (505 commits) include/linux/migrate.h: remove unneeded externs mm/memory_hotplug: cleanup return value handing in do_migrate_range() mm/uffd: fix comment in handling pte markers mm: change to return bool for isolate_movable_page() mm: hugetlb: change to return bool for isolate_hugetlb() mm: change to return bool for isolate_lru_page() mm: change to return bool for folio_isolate_lru() objtool: add UACCESS exceptions for __tsan_volatile_read/write kmsan: disable ftrace in kmsan core code kasan: mark addr_has_metadata __always_inline mm: memcontrol: rename memcg_kmem_enabled() sh: initialize max_mapnr m68k/nommu: add missing definition of ARCH_PFN_OFFSET mm: percpu: fix incorrect size in pcpu_obj_full_size() maple_tree: reduce stack usage with gcc-9 and earlier mm: page_alloc: call panic() when memoryless node allocation fails mm: multi-gen LRU: avoid futile retries migrate_pages: move THP/hugetlb migration support check to simplify code migrate_pages: batch flushing TLB migrate_pages: share more code between _unmap and _move ...
270 lines
6.6 KiB
C
270 lines
6.6 KiB
C
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Copyright (c) 2015 MediaTek Inc.
|
|
*/
|
|
|
|
#include <linux/dma-buf.h>
|
|
|
|
#include <drm/drm.h>
|
|
#include <drm/drm_device.h>
|
|
#include <drm/drm_gem.h>
|
|
#include <drm/drm_gem_dma_helper.h>
|
|
#include <drm/drm_prime.h>
|
|
|
|
#include "mtk_drm_drv.h"
|
|
#include "mtk_drm_gem.h"
|
|
|
|
static int mtk_drm_gem_object_mmap(struct drm_gem_object *obj, struct vm_area_struct *vma);
|
|
|
|
static const struct vm_operations_struct vm_ops = {
|
|
.open = drm_gem_vm_open,
|
|
.close = drm_gem_vm_close,
|
|
};
|
|
|
|
static const struct drm_gem_object_funcs mtk_drm_gem_object_funcs = {
|
|
.free = mtk_drm_gem_free_object,
|
|
.get_sg_table = mtk_gem_prime_get_sg_table,
|
|
.vmap = mtk_drm_gem_prime_vmap,
|
|
.vunmap = mtk_drm_gem_prime_vunmap,
|
|
.mmap = mtk_drm_gem_object_mmap,
|
|
.vm_ops = &vm_ops,
|
|
};
|
|
|
|
static struct mtk_drm_gem_obj *mtk_drm_gem_init(struct drm_device *dev,
|
|
unsigned long size)
|
|
{
|
|
struct mtk_drm_gem_obj *mtk_gem_obj;
|
|
int ret;
|
|
|
|
size = round_up(size, PAGE_SIZE);
|
|
|
|
mtk_gem_obj = kzalloc(sizeof(*mtk_gem_obj), GFP_KERNEL);
|
|
if (!mtk_gem_obj)
|
|
return ERR_PTR(-ENOMEM);
|
|
|
|
mtk_gem_obj->base.funcs = &mtk_drm_gem_object_funcs;
|
|
|
|
ret = drm_gem_object_init(dev, &mtk_gem_obj->base, size);
|
|
if (ret < 0) {
|
|
DRM_ERROR("failed to initialize gem object\n");
|
|
kfree(mtk_gem_obj);
|
|
return ERR_PTR(ret);
|
|
}
|
|
|
|
return mtk_gem_obj;
|
|
}
|
|
|
|
struct mtk_drm_gem_obj *mtk_drm_gem_create(struct drm_device *dev,
|
|
size_t size, bool alloc_kmap)
|
|
{
|
|
struct mtk_drm_private *priv = dev->dev_private;
|
|
struct mtk_drm_gem_obj *mtk_gem;
|
|
struct drm_gem_object *obj;
|
|
int ret;
|
|
|
|
mtk_gem = mtk_drm_gem_init(dev, size);
|
|
if (IS_ERR(mtk_gem))
|
|
return ERR_CAST(mtk_gem);
|
|
|
|
obj = &mtk_gem->base;
|
|
|
|
mtk_gem->dma_attrs = DMA_ATTR_WRITE_COMBINE;
|
|
|
|
if (!alloc_kmap)
|
|
mtk_gem->dma_attrs |= DMA_ATTR_NO_KERNEL_MAPPING;
|
|
|
|
mtk_gem->cookie = dma_alloc_attrs(priv->dma_dev, obj->size,
|
|
&mtk_gem->dma_addr, GFP_KERNEL,
|
|
mtk_gem->dma_attrs);
|
|
if (!mtk_gem->cookie) {
|
|
DRM_ERROR("failed to allocate %zx byte dma buffer", obj->size);
|
|
ret = -ENOMEM;
|
|
goto err_gem_free;
|
|
}
|
|
|
|
if (alloc_kmap)
|
|
mtk_gem->kvaddr = mtk_gem->cookie;
|
|
|
|
DRM_DEBUG_DRIVER("cookie = %p dma_addr = %pad size = %zu\n",
|
|
mtk_gem->cookie, &mtk_gem->dma_addr,
|
|
size);
|
|
|
|
return mtk_gem;
|
|
|
|
err_gem_free:
|
|
drm_gem_object_release(obj);
|
|
kfree(mtk_gem);
|
|
return ERR_PTR(ret);
|
|
}
|
|
|
|
void mtk_drm_gem_free_object(struct drm_gem_object *obj)
|
|
{
|
|
struct mtk_drm_gem_obj *mtk_gem = to_mtk_gem_obj(obj);
|
|
struct mtk_drm_private *priv = obj->dev->dev_private;
|
|
|
|
if (mtk_gem->sg)
|
|
drm_prime_gem_destroy(obj, mtk_gem->sg);
|
|
else
|
|
dma_free_attrs(priv->dma_dev, obj->size, mtk_gem->cookie,
|
|
mtk_gem->dma_addr, mtk_gem->dma_attrs);
|
|
|
|
/* release file pointer to gem object. */
|
|
drm_gem_object_release(obj);
|
|
|
|
kfree(mtk_gem);
|
|
}
|
|
|
|
int mtk_drm_gem_dumb_create(struct drm_file *file_priv, struct drm_device *dev,
|
|
struct drm_mode_create_dumb *args)
|
|
{
|
|
struct mtk_drm_gem_obj *mtk_gem;
|
|
int ret;
|
|
|
|
args->pitch = DIV_ROUND_UP(args->width * args->bpp, 8);
|
|
args->size = args->pitch * args->height;
|
|
|
|
mtk_gem = mtk_drm_gem_create(dev, args->size, false);
|
|
if (IS_ERR(mtk_gem))
|
|
return PTR_ERR(mtk_gem);
|
|
|
|
/*
|
|
* allocate a id of idr table where the obj is registered
|
|
* and handle has the id what user can see.
|
|
*/
|
|
ret = drm_gem_handle_create(file_priv, &mtk_gem->base, &args->handle);
|
|
if (ret)
|
|
goto err_handle_create;
|
|
|
|
/* drop reference from allocate - handle holds it now. */
|
|
drm_gem_object_put(&mtk_gem->base);
|
|
|
|
return 0;
|
|
|
|
err_handle_create:
|
|
mtk_drm_gem_free_object(&mtk_gem->base);
|
|
return ret;
|
|
}
|
|
|
|
static int mtk_drm_gem_object_mmap(struct drm_gem_object *obj,
|
|
struct vm_area_struct *vma)
|
|
|
|
{
|
|
int ret;
|
|
struct mtk_drm_gem_obj *mtk_gem = to_mtk_gem_obj(obj);
|
|
struct mtk_drm_private *priv = obj->dev->dev_private;
|
|
|
|
/*
|
|
* Set vm_pgoff (used as a fake buffer offset by DRM) to 0 and map the
|
|
* whole buffer from the start.
|
|
*/
|
|
vma->vm_pgoff = 0;
|
|
|
|
/*
|
|
* dma_alloc_attrs() allocated a struct page table for mtk_gem, so clear
|
|
* VM_PFNMAP flag that was set by drm_gem_mmap_obj()/drm_gem_mmap().
|
|
*/
|
|
vm_flags_set(vma, VM_IO | VM_DONTEXPAND | VM_DONTDUMP);
|
|
vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags));
|
|
vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot);
|
|
|
|
ret = dma_mmap_attrs(priv->dma_dev, vma, mtk_gem->cookie,
|
|
mtk_gem->dma_addr, obj->size, mtk_gem->dma_attrs);
|
|
|
|
return ret;
|
|
}
|
|
|
|
/*
|
|
* Allocate a sg_table for this GEM object.
|
|
* Note: Both the table's contents, and the sg_table itself must be freed by
|
|
* the caller.
|
|
* Returns a pointer to the newly allocated sg_table, or an ERR_PTR() error.
|
|
*/
|
|
struct sg_table *mtk_gem_prime_get_sg_table(struct drm_gem_object *obj)
|
|
{
|
|
struct mtk_drm_gem_obj *mtk_gem = to_mtk_gem_obj(obj);
|
|
struct mtk_drm_private *priv = obj->dev->dev_private;
|
|
struct sg_table *sgt;
|
|
int ret;
|
|
|
|
sgt = kzalloc(sizeof(*sgt), GFP_KERNEL);
|
|
if (!sgt)
|
|
return ERR_PTR(-ENOMEM);
|
|
|
|
ret = dma_get_sgtable_attrs(priv->dma_dev, sgt, mtk_gem->cookie,
|
|
mtk_gem->dma_addr, obj->size,
|
|
mtk_gem->dma_attrs);
|
|
if (ret) {
|
|
DRM_ERROR("failed to allocate sgt, %d\n", ret);
|
|
kfree(sgt);
|
|
return ERR_PTR(ret);
|
|
}
|
|
|
|
return sgt;
|
|
}
|
|
|
|
struct drm_gem_object *mtk_gem_prime_import_sg_table(struct drm_device *dev,
|
|
struct dma_buf_attachment *attach, struct sg_table *sg)
|
|
{
|
|
struct mtk_drm_gem_obj *mtk_gem;
|
|
|
|
/* check if the entries in the sg_table are contiguous */
|
|
if (drm_prime_get_contiguous_size(sg) < attach->dmabuf->size) {
|
|
DRM_ERROR("sg_table is not contiguous");
|
|
return ERR_PTR(-EINVAL);
|
|
}
|
|
|
|
mtk_gem = mtk_drm_gem_init(dev, attach->dmabuf->size);
|
|
if (IS_ERR(mtk_gem))
|
|
return ERR_CAST(mtk_gem);
|
|
|
|
mtk_gem->dma_addr = sg_dma_address(sg->sgl);
|
|
mtk_gem->sg = sg;
|
|
|
|
return &mtk_gem->base;
|
|
}
|
|
|
|
int mtk_drm_gem_prime_vmap(struct drm_gem_object *obj, struct iosys_map *map)
|
|
{
|
|
struct mtk_drm_gem_obj *mtk_gem = to_mtk_gem_obj(obj);
|
|
struct sg_table *sgt = NULL;
|
|
unsigned int npages;
|
|
|
|
if (mtk_gem->kvaddr)
|
|
goto out;
|
|
|
|
sgt = mtk_gem_prime_get_sg_table(obj);
|
|
if (IS_ERR(sgt))
|
|
return PTR_ERR(sgt);
|
|
|
|
npages = obj->size >> PAGE_SHIFT;
|
|
mtk_gem->pages = kcalloc(npages, sizeof(*mtk_gem->pages), GFP_KERNEL);
|
|
if (!mtk_gem->pages) {
|
|
kfree(sgt);
|
|
return -ENOMEM;
|
|
}
|
|
|
|
drm_prime_sg_to_page_array(sgt, mtk_gem->pages, npages);
|
|
|
|
mtk_gem->kvaddr = vmap(mtk_gem->pages, npages, VM_MAP,
|
|
pgprot_writecombine(PAGE_KERNEL));
|
|
|
|
out:
|
|
kfree(sgt);
|
|
iosys_map_set_vaddr(map, mtk_gem->kvaddr);
|
|
|
|
return 0;
|
|
}
|
|
|
|
void mtk_drm_gem_prime_vunmap(struct drm_gem_object *obj,
|
|
struct iosys_map *map)
|
|
{
|
|
struct mtk_drm_gem_obj *mtk_gem = to_mtk_gem_obj(obj);
|
|
void *vaddr = map->vaddr;
|
|
|
|
if (!mtk_gem->pages)
|
|
return;
|
|
|
|
vunmap(vaddr);
|
|
mtk_gem->kvaddr = NULL;
|
|
kfree(mtk_gem->pages);
|
|
}
|