summaryrefslogtreecommitdiff
path: root/nouveau
AgeCommit message (Expand)AuthorFilesLines
2023-10-20meson: replace deprecated program.path -> program.full_pathDylan Baker1-1/+1
2023-08-17nouveau: add interface to make buffer objects globalDor Askayo3-3/+13
2022-05-03nouveau: add ioctl wrapper to check for dead channelsKarol Herbst3-0/+21
2022-01-20meson: use the modern interface for pkg.generateDylan Baker1-3/+1
2022-01-20meson: switch the meson builtin for symbol visiblityDylan Baker1-0/+1
2021-12-14meson: add override_dependency when possibleDylan Baker1-0/+4
2021-10-06nouveau: use drmCloseBufferHandleSimon Ser1-3/+2
2021-08-04nouveau: print bo address in the GPU/CPU vm and its sizeKarol Herbst1-2/+4
2021-05-06nouveau: add debug option to sync pushbuffer submissionsKarol Herbst2-0/+3
2021-05-06novueau: document debug flagsKarol Herbst1-0/+4
2021-05-06nouveau: rework debugging so we can also dump into a fileKarol Herbst2-6/+27
2021-05-06nouveau: make debug features accessible in normal buildsKarol Herbst2-9/+0
2021-05-06nouveau: mask push buffer length pushbuf_dumpKarol Herbst1-1/+1
2021-05-06nouveau: fix crash in pushbuf_dump with an unmapped boKarol Herbst1-1/+4
2021-03-09meson: use library() instead of shared_library().Fang Tan1-1/+1
2020-05-04nouveau: fix compile error with -DDEBUG on newer gccKarol Herbst1-1/+1
2019-11-11nouveau: convert to new symbols checkEric Engestrom2-23/+7
2019-10-18Revert "Revert "libdrm: remove autotools support""Eric Engestrom1-35/+0
2019-10-16Revert "libdrm: remove autotools support"Marek Olšák1-0/+35
2019-10-14libdrm: remove autotools supportEric Engestrom1-35/+0
2019-10-04*-symbols-check: let meson figure out how to execute the scriptsEric Engestrom1-2/+2
2019-10-04*-symbols-check: use normal shell over bashEmil Velikov1-1/+1
2018-10-04*-symbols-check: error out when using unset variablesEmil Velikov1-0/+2
2018-10-04automake: set NM before running the testsEmil Velikov1-0/+1
2018-09-20nouveau: add missing drm_public exportsEric Engestrom2-2/+2
2018-09-19autotools: make symbols hidden by defaultLucas De Marchi1-0/+1
2018-09-19meson: make symbols hidden by defaultLucas De Marchi1-1/+1
2018-09-19nouveau: annotate public functionsLucas De Marchi3-39/+39
2018-03-20meson,configure: include config.h automaticallyEric Engestrom4-16/+0
2018-03-09meson: use pkg-config to detect libatomic_opsEric Engestrom1-1/+1
2018-02-23*-symbol-check: Don't hard-code nm executableHeiko Becker2-1/+2
2018-01-31meson: fix libdrm_nouveau pkgconfig include directoriesDylan Baker1-1/+1
2018-01-12Add meson build systemDylan Baker1-0/+58
2017-01-27android: introduce Android.common.mk to reduce boilerplateEmil Velikov1-5/+2
2017-01-27android: remove LOCAL_MODULE_TAGS := optional tagEmil Velikov1-1/+0
2016-07-23automake: Don't include Android Makefiles in the release tarballAndreas Boll1-1/+1
2016-07-06Android: strip out header files from sources listRob Herring1-1/+1
2015-12-22nouveau: clean up nouveau.h, noting deprecated members/functionsBen Skeggs1-113/+114
2015-12-22nouveau: add support for newer kernel interfacesBen Skeggs2-7/+155
2015-12-22nouveau: add new interface to create a nouveau_deviceBen Skeggs3-47/+89
2015-12-22nouveau: remove nouveau_object_find()Ben Skeggs3-13/+0
2015-12-22nouveau: make use of nouveau_drm::fd instead of nouveau_device::fdBen Skeggs3-31/+40
2015-12-22nouveau: stack legacy nouveau_device on top of nouveau_drmBen Skeggs1-25/+21
2015-12-22nouveau: introduce object to represent the kernel clientBen Skeggs3-0/+55
2015-12-22nouveau: add interfaces to query information about supported classesBen Skeggs5-1/+117
2015-12-22nouveau: add interface to call an object's methodsBen Skeggs3-0/+10
2015-12-22nouveau: make it possible to init object in pre-allocated memoryBen Skeggs1-16/+48
2015-12-22nouveau: move object functions up, to avoid future foward declsBen Skeggs1-56/+56
2015-12-22nouveau: move more abi16-specific logic into abi16.cBen Skeggs3-58/+93
2015-12-22nouveau: import and install a selection of nvif headers from the kernelBen Skeggs9-2/+472