From 1590700d94ac53772491ed3103a4e8b8de01640a Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Tue, 8 May 2018 20:39:47 +1000 Subject: drm/nouveau/kms/nv50-: split each resource type into their own source files There should be no code changes here, just shuffling stuff around. Signed-off-by: Ben Skeggs --- drivers/gpu/drm/nouveau/dispnv50/ovly.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 drivers/gpu/drm/nouveau/dispnv50/ovly.h (limited to 'drivers/gpu/drm/nouveau/dispnv50/ovly.h') diff --git a/drivers/gpu/drm/nouveau/dispnv50/ovly.h b/drivers/gpu/drm/nouveau/dispnv50/ovly.h new file mode 100644 index 000000000000..90af1f2f0aa0 --- /dev/null +++ b/drivers/gpu/drm/nouveau/dispnv50/ovly.h @@ -0,0 +1,8 @@ +#ifndef __NV50_KMS_OVLY_H__ +#define __NV50_KMS_OVLY_H__ +#include "wndw.h" + +int ovly507e_new(struct nouveau_drm *, int, s32, struct nv50_wndw **); + +int nv50_ovly_new(struct nouveau_drm *, int head, struct nv50_wndw **); +#endif -- cgit v1.2.3