summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-31headers: Update drm.hfor-xexaxoDaniel Vetter1-26/+41
2016-03-31headers: Update drm_mode.hDaniel Vetter1-51/+119
2016-03-31headers: Update drm_fourcc.hDaniel Vetter1-4/+13
2016-03-31headers: Update drm_sarea.hDaniel Vetter1-0/+2
2016-03-31headers: Update drm_i915.hDaniel Vetter1-8/+35
2016-03-30tests/kms-steal-crtc: Use correct includesDaniel Vetter1-0/+1
2016-03-30headers: Remove _DRM_GEMDaniel Vetter1-1/+0
2016-02-04android: enable building static version of libdrmSumit Semwal1-0/+19
2016-02-04libkms: add libdrm to Requires.privateEmil Velikov1-0/+1
2016-02-04radeon: add libdrm to Requires.privateEmil Velikov1-0/+1
2016-02-04amdgpu: add libdrm as private requirement/dependencyEmil Velikov1-0/+1
2016-02-03vc4: Add headers and .pc files for VC4 userspace development.Eric Anholt7-0/+742
2016-02-03util: Add support for vc4.Eric Anholt1-0/+1
2016-02-03vc4: Add the DRM header file.Eric Anholt2-0/+280
2016-01-27tests/kmstest: inverse the order of LDADD librariesEmil Velikov1-2/+2
2016-01-26tests: Include poll.h rather than sys/poll.hKylie McClain2-2/+2
2016-01-26tests: Include sys/select.hKhem Raj5-1/+13
2016-01-26tests: util: Fixup util_open() parameter orderThierry Reding3-3/+3
2016-01-26tests: add fsl-dcu-drm to modulesStefan Agner1-0/+1
2016-01-26kmstest: Use util_open()Stefan Agner2-17/+32
2016-01-24configure.ac: don't detect disabled options dependenciesMarcin Ślusarz1-14/+22
2016-01-22xf86drm: Bound strstr() to the allocated dataDamien Lespiau1-1/+2
2016-01-21radeon: Pass radeon_bo_open flags to the DRM_RADEON_GEM_CREATE ioctlMichel Dänzer1-1/+1
2016-01-20amdgpu: Add new symbols to amdgpu-symbols-checkMichel Dänzer1-0/+4
2016-01-20amdgpu: list each entry safely for sw semaphore when submit ibJunwei Zhang1-2/+2
2016-01-20tests/amdgpu: add semaphore testChunming Zhou1-0/+133
2016-01-20amdgpu: add semaphore supportMarek Olšák3-4/+249
2016-01-20amdgpu: validate user memory for userptrChunming Zhou1-1/+2
2016-01-20amdgpu: drop address patching logicsmonk.liu1-10/+1
2016-01-20configure.ac: disable annoying warning -Wmissing-field-initializersMarek Olšák2-3/+2
2016-01-07Fix memory leak with drmModeGetConnectorCurrent()Ville Syrjälä1-4/+7
2016-01-06intel/kbl: Add Kabylake PCI idsRodrigo Vivi1-1/+56
2015-12-22intel: Restore formatting of offsets in debug statementsMichał Winiarski1-9/+14
2015-12-22Bump version for releaseBen Skeggs1-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 Skeggs10-2/+473
2015-12-18tests: remove missleading commentsStefan Agner1-14/+1
2015-12-18vbltest: Use util_open()Thierry Reding2-21/+20
2015-12-18proptest: Use util_open()Thierry Reding1-22/+38