Module Name: src Committed By: riz Date: Fri Nov 6 23:03:20 UTC 2015
Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau [netbsd-7]: nouveau_drm.c src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo [netbsd-7]: nouveau_engine_fifo_nve0.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1002): sys/external/bsd/drm2/dist/drm/nouveau/nouveau_drm.c: revision 1.6 sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nve0.c: revision 1.5 nouveau_drm.c: - hook up an empty uvm_pagerops like radeon does. - hook up nouveau_ttm_mmap_object(). nouveau_engine_fifo_nve0.c: - if (cold), don't try to wait, but hard-spin until the timeout period. with these in place, i am able to get working text-console with nouveau! ok riastradh. To generate a diff of this commit: cvs rdiff -u -r1.2.4.2 -r1.2.4.3 \ src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_drm.c cvs rdiff -u -r1.1.1.1.4.2 -r1.1.1.1.4.3 \ src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nve0.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.