mirror of https://gitee.com/openkylin/linux.git
drm/nouveau/sw/gp100: initial support
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
52fa0866ca
commit
ac24b4df43
|
@ -2178,6 +2178,7 @@ nv130_chipset = {
|
|||
.disp = gp100_disp_new,
|
||||
.fifo = gp100_fifo_new,
|
||||
.gr = gp100_gr_new,
|
||||
.sw = gf100_sw_new,
|
||||
};
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in New Issue