]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nouveau/kms/nv50-: split each resource type into their own source files
authorBen Skeggs <bskeggs@redhat.com>
Tue, 8 May 2018 10:39:47 +0000 (20:39 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 18 May 2018 05:01:28 +0000 (15:01 +1000)
commit08d4914240c69835d483c187fc7273ee57cbec5f
tree1e95b729248ad4fb377e72f9dc8d4013572a62e9
parent33b77e6f962f92581134a73eaeedd1c4a17c42e5
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 <bskeggs@redhat.com>
28 files changed:
drivers/gpu/drm/nouveau/dispnv50/Kbuild
drivers/gpu/drm/nouveau/dispnv50/atom.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/base.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/base.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/base507c.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/core.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/core.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/core507d.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/curs.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/curs.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/curs507a.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/dac507d.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/disp.c
drivers/gpu/drm/nouveau/dispnv50/disp.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/head.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/head.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/head507d.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/oimm.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/oimm.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/oimm507b.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/ovly.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/ovly.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/ovly507e.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/pior507d.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/sor507d.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/wndw.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/wndw.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/nv50_display.h