]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/nouveau/kms/nv50-: split core implementation by hardware class
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)
commit09e1b78aab5715eacab02e4047c7a47d72f6a1e9
treed889f7568557a7d0121c6138b223d5952bfb1e99
parent1590700d94ac53772491ed3103a4e8b8de01640a
drm/nouveau/kms/nv50-: split core implementation by hardware class

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
19 files changed:
drivers/gpu/drm/nouveau/dispnv50/Kbuild
drivers/gpu/drm/nouveau/dispnv50/core.c
drivers/gpu/drm/nouveau/dispnv50/core.h
drivers/gpu/drm/nouveau/dispnv50/core507d.c
drivers/gpu/drm/nouveau/dispnv50/core827d.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/core907d.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/core917d.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/dac507d.c
drivers/gpu/drm/nouveau/dispnv50/dac907d.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/disp.c
drivers/gpu/drm/nouveau/dispnv50/head.c
drivers/gpu/drm/nouveau/dispnv50/head.h
drivers/gpu/drm/nouveau/dispnv50/head507d.c
drivers/gpu/drm/nouveau/dispnv50/head827d.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/head907d.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/head917d.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/dispnv50/pior507d.c
drivers/gpu/drm/nouveau/dispnv50/sor507d.c
drivers/gpu/drm/nouveau/dispnv50/sor907d.c [new file with mode: 0644]