summaryrefslogtreecommitdiff
path: root/nouveau
Commit message (Expand)AuthorAgeFilesLines
* nouveau: add ioctl wrapper to check for dead channelsKarol Herbst2022-05-033-0/+21
* meson: use the modern interface for pkg.generateDylan Baker2022-01-201-3/+1
* meson: switch the meson builtin for symbol visiblityDylan Baker2022-01-201-0/+1
* meson: add override_dependency when possibleDylan Baker2021-12-141-0/+4
* nouveau: use drmCloseBufferHandleSimon Ser2021-10-061-3/+2
* nouveau: print bo address in the GPU/CPU vm and its sizeKarol Herbst2021-08-041-2/+4
* nouveau: add debug option to sync pushbuffer submissionsKarol Herbst2021-05-062-0/+3
* novueau: document debug flagsKarol Herbst2021-05-061-0/+4
* nouveau: rework debugging so we can also dump into a fileKarol Herbst2021-05-062-6/+27
* nouveau: make debug features accessible in normal buildsKarol Herbst2021-05-062-9/+0
* nouveau: mask push buffer length pushbuf_dumpKarol Herbst2021-05-061-1/+1
* nouveau: fix crash in pushbuf_dump with an unmapped boKarol Herbst2021-05-061-1/+4
* meson: use library() instead of shared_library().Fang Tan2021-03-091-1/+1
* nouveau: fix compile error with -DDEBUG on newer gccKarol Herbst2020-05-041-1/+1
* nouveau: convert to new symbols checkEric Engestrom2019-11-112-23/+7
* Revert "Revert "libdrm: remove autotools support""Eric Engestrom2019-10-181-35/+0
* Revert "libdrm: remove autotools support"Marek Olšák2019-10-161-0/+35
* libdrm: remove autotools supportEric Engestrom2019-10-141-35/+0
* *-symbols-check: let meson figure out how to execute the scriptsEric Engestrom2019-10-041-2/+2
* *-symbols-check: use normal shell over bashEmil Velikov2019-10-041-1/+1
* *-symbols-check: error out when using unset variablesEmil Velikov2018-10-041-0/+2
* automake: set NM before running the testsEmil Velikov2018-10-041-0/+1
* nouveau: add missing drm_public exportsEric Engestrom2018-09-202-2/+2
* autotools: make symbols hidden by defaultLucas De Marchi2018-09-191-0/+1
* meson: make symbols hidden by defaultLucas De Marchi2018-09-191-1/+1
* nouveau: annotate public functionsLucas De Marchi2018-09-193-39/+39
* meson,configure: include config.h automaticallyEric Engestrom2018-03-204-16/+0
* meson: use pkg-config to detect libatomic_opsEric Engestrom2018-03-091-1/+1
* *-symbol-check: Don't hard-code nm executableHeiko Becker2018-02-232-1/+2
* meson: fix libdrm_nouveau pkgconfig include directoriesDylan Baker2018-01-311-1/+1
* Add meson build systemDylan Baker2018-01-121-0/+58
* android: introduce Android.common.mk to reduce boilerplateEmil Velikov2017-01-271-5/+2
* android: remove LOCAL_MODULE_TAGS := optional tagEmil Velikov2017-01-271-1/+0
* automake: Don't include Android Makefiles in the release tarballAndreas Boll2016-07-231-1/+1
* Android: strip out header files from sources listRob Herring2016-07-061-1/+1
* nouveau: clean up nouveau.h, noting deprecated members/functionsBen Skeggs2015-12-221-113/+114
* nouveau: add support for newer kernel interfacesBen Skeggs2015-12-222-7/+155
* nouveau: add new interface to create a nouveau_deviceBen Skeggs2015-12-223-47/+89
* nouveau: remove nouveau_object_find()Ben Skeggs2015-12-223-13/+0
* nouveau: make use of nouveau_drm::fd instead of nouveau_device::fdBen Skeggs2015-12-223-31/+40
* nouveau: stack legacy nouveau_device on top of nouveau_drmBen Skeggs2015-12-221-25/+21
* nouveau: introduce object to represent the kernel clientBen Skeggs2015-12-223-0/+55
* nouveau: add interfaces to query information about supported classesBen Skeggs2015-12-225-1/+117
* nouveau: add interface to call an object's methodsBen Skeggs2015-12-223-0/+10
* nouveau: make it possible to init object in pre-allocated memoryBen Skeggs2015-12-221-16/+48
* nouveau: move object functions up, to avoid future foward declsBen Skeggs2015-12-221-56/+56
* nouveau: move more abi16-specific logic into abi16.cBen Skeggs2015-12-223-58/+93
* nouveau: import and install a selection of nvif headers from the kernelBen Skeggs2015-12-229-2/+472
* nouveau: use designated initializersEmil Velikov2015-09-042-6/+13
* nouveau: add asserts to make sure krefs are thereIlia Mirkin2015-06-211-0/+4