summaryrefslogtreecommitdiff
path: root/bsd-core/drm_pci.c
AgeCommit message (Expand)Author
2007-08-15BSD: Replace brief description in each file's first line with doxygen later on.Eric Anholt
2005-08-26- Don't try to allocate mappings of less than a PAGE_SIZE in MGA DMA code.Eric Anholt
2005-04-26Convert BSD code to mostly use bus_dma, the dma abstraction for dealingEric Anholt
2005-04-16Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSDEric Anholt
2004-11-07Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stopEric Anholt
2004-11-06Commit WIP of BSD conversion to core model. Compiles for r128, radeon, butEric Anholt
2003-10-19- SMPng lock the DRM. This is only partial -- there are a few code pathsEric Anholt
2003-04-26Add PCI DMA memory functions and make addbufs_pci and associated code useEric Anholt
ry to be copied or exported to the host. -------------------- Runtime Dependencies -------------------- The tests scripts require the following tools to be installed on the target system in a directory included in $PATH. * compare (part of ImageMagick) * media-ctl (part of v4l-utils, available at git://linuxtv.org/v4l-utils.git) * raw2rgbpnm (available at git://git.retiisi.org.uk/~sailus/raw2rgbpnm.git) * yavta (available at git://git.ideasonboard.org/yavta.git) All but the HGO and CLU/LUT tests can be run with the latest version of these tools. To test the HGO, HGT and CLU/LUT, the 'vsp' branch of 'yavta' is currently needed. The following tool is additionally required to run some of the tests. If the tool is not available the corresponding tests will be skipped. * stress (available at http://people.seas.harvard.edu/~apw/stress/) ----------------- Running the Tests ----------------- The test scripts are named vsp-unit-test-[0-9]*.sh. They can be run directly from the test suite root directory. Test options: - VSP_KEEP_FRAMES: When the VSP_KEEP_FRAMES environment variable is set to 1, all frame files will be preserved regardless of the tests results. Otherwise frame files for successful tests are removed.