descriptionpscnv is an open-source NVIDIA graphics driver developed by PathScale.
repository URLhttps://github.com/polachok/pscnv.git
ownerrepo@saper.info
last changeFri, 3 Aug 2012 03:46:02 +0000 (2 20:46 -0700)
last refreshSat, 27 Apr 2024 10:49:05 +0000 (27 12:49 +0200)
content tags
add:
README
#
# pscnv - PathScale NVIDIA graphics driver
#

pscnv is an open-source NVIDIA graphics driver developed by PathScale.
It is available either for graphics or compute (general-purpose computations
on GPUs, a.k.a., GPGPU) applications.
To build the driver, you will need envytools, a rich set of useful tools and
documentations for NVIDIA graphics cards - follow the instructions below. 

1. Make a working directory

mkdir $(YOUR_FAVORITE_PLACE)

2. Build envytools

cd $(YOUR_FAVORITE_PLACE)
git clone git://0x04.net/envytools.git
cd envytools
mkdir build
cd build
cmake .. # may require you to install some more packages
make
sudo make install # will install the tools to /usr/local/{bin,lib}

3. Build pscnv

cd $(YOUR_FAVORITE_PLACE)
git clone git://github.com/pathscale/pscnv.git
cd pscnv
mkdir build
cd build
cmake ..
make
cd pscnv
sudo insmod pscnv.ko # or modprobe
shortlog
2012-08-03 cbergstromMerge pull request #5 from polachok/newmaster
2012-07-30 cbergstromMerge pull request #4 from mharsch/master
2012-07-30 Mike Harschfix logic for vga_switcheroo_register_client() signatur...
2012-07-29 Mike Harschallow for changes to vga_switcheroo_register_client...
2012-07-27 Alexander Polakovprint more debug infonew
2012-07-27 Alexander PolakovUse-after-free error
2012-07-27 Alexander PolakovLock is locked by drm_close()
2012-07-27 Alexander PolakovAdd some random locks in pager operations
2012-07-27 Alexander PolakovDefine INVARIANTS, helps find locking bugs
2012-07-27 Marcin KościelnickiMerge pull request #2 from mharsch/master
2012-07-27 Mike Harschfix per recent envytools updates
2012-07-27 Alexander PolakovAdd BSDMakefile for libpscnv
2012-07-27 Alexander PolakovAdd BSDMakefile for tests
2012-07-26 Alexander PolakovSet memory attributes on page
2012-07-26 Alexander PolakovKill bo->fakepages
2012-07-19 Alexander PolakovFix BSDmakefile, add defines and includes
...
heads
11 years ago master
11 years ago new
11 years ago mybsd
12 years ago nvc0-hack-reclock-wip
12 years ago bsd
12 years ago nvc0-dont-use
12 years ago nvc0-fuc
12 years ago nvc0-reclock-wip
12 years ago nvc0