Skip to content

Commit 1a989d9

Browse files
committed
drm/nouveau: HACK: kill the .sysmem.flush_page_init hook for gk110
1 parent 7b692a8 commit 1a989d9

File tree

1 file changed

+1
-1
lines changed
  • drivers/gpu/drm/nouveau/nvkm/subdev/fb

1 file changed

+1
-1
lines changed

drivers/gpu/drm/nouveau/nvkm/subdev/fb/gk110.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ gk110_fb = {
5959
.init = gf100_fb_init,
6060
.init_page = gf100_fb_init_page,
6161
.intr = gf100_fb_intr,
62-
.sysmem.flush_page_init = gf100_fb_sysmem_flush_page_init,
62+
//.sysmem.flush_page_init = gf100_fb_sysmem_flush_page_init,
6363
.ram_new = gk104_ram_new,
6464
.default_bigpage = 17,
6565
.clkgate_pack = gk110_fb_clkgate_pack,

0 commit comments

Comments
 (0)