mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 17:43:59 +00:00
drm/mediatek: Rename files "mtk_drm_gem.h" to "mtk_gem.h"
Rename files mtk_drm_gem.h to mtk_gem.h. Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: CK Hu <ck.hu@mediatek.com> Signed-off-by: Hsiao Chien Sung <shawn.sung@mediatek.corp-partner.google.com> Link: https://patchwork.kernel.org/project/dri-devel/patch/20240322091232.26387-13-shawn.sung@mediatek.com/ Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
This commit is contained in:
parent
543571d424
commit
f2468165f7
@ -22,7 +22,7 @@
|
||||
#include "mtk_crtc.h"
|
||||
#include "mtk_ddp_comp.h"
|
||||
#include "mtk_drm_drv.h"
|
||||
#include "mtk_drm_gem.h"
|
||||
#include "mtk_gem.h"
|
||||
#include "mtk_plane.h"
|
||||
|
||||
/*
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "mtk_crtc.h"
|
||||
#include "mtk_ddp_comp.h"
|
||||
#include "mtk_drm_drv.h"
|
||||
#include "mtk_drm_gem.h"
|
||||
#include "mtk_gem.h"
|
||||
|
||||
#define DRIVER_NAME "mediatek"
|
||||
#define DRIVER_DESC "Mediatek SoC DRM"
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <drm/drm_prime.h>
|
||||
|
||||
#include "mtk_drm_drv.h"
|
||||
#include "mtk_drm_gem.h"
|
||||
#include "mtk_gem.h"
|
||||
|
||||
static int mtk_gem_object_mmap(struct drm_gem_object *obj, struct vm_area_struct *vma);
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "mtk_crtc.h"
|
||||
#include "mtk_ddp_comp.h"
|
||||
#include "mtk_drm_drv.h"
|
||||
#include "mtk_drm_gem.h"
|
||||
#include "mtk_gem.h"
|
||||
#include "mtk_plane.h"
|
||||
|
||||
static const u64 modifiers[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user