summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-2210-2/+473
* tests: remove missleading commentsStefan Agner2015-12-181-14/+1
* vbltest: Use util_open()Thierry Reding2015-12-182-21/+20
* proptest: Use util_open()Thierry Reding2015-12-181-22/+38
* modetest: Use util_open()Thierry Reding2015-12-181-24/+3
* tests: Add helper to open a device/moduleThierry Reding2015-12-182-0/+57
* tests: kms: Implement universal planes testThierry Reding2015-12-182-2/+365
* tests: kms: Implement CRTC stealing testThierry Reding2015-12-182-0/+172
* tests: Add libkms-test libraryThierry Reding2015-12-189-1/+795
* proptest: Add Android supportThierry Reding2015-12-183-2/+19
* tests: Move name tables to libutilThierry Reding2015-12-185-101/+165
* tests: Split helpers into libraryThierry Reding2015-12-1823-990/+1223
* exynos: bump version numberTobias Jakobi2015-12-181-1/+1
* tests/exynos: add test for g2d_moveTobias Jakobi2015-12-182-0/+133
* exynos/fimg2d: add g2d_moveTobias Jakobi2015-12-182-0/+98
* exynos: fimg2d: add g2d_set_directionTobias Jakobi2015-12-181-0/+51
* tests/exynos: use XRGB8888 for framebufferTobias Jakobi2015-12-181-1/+1
* tests/exynos: add fimg2d event testTobias Jakobi2015-12-183-2/+336
* exynos/fimg2d: add g2d_config_eventTobias Jakobi2015-12-183-2/+28
* tests/exynos: add fimg2d performance analysisTobias Jakobi2015-12-183-2/+345
* exynos: Introduce exynos_handle_event()Tobias Jakobi2015-12-184-0/+115
* intel: Add drm_intel_bo_set_softpin_offset to intel-symbol-checkKristian Høgsberg Kristensen2015-12-141-0/+1
* Add tests/drmdevice to .gitignoreKristian Høgsberg Kristensen2015-12-141-0/+1
* intel: Add support for softpinMichał Winiarski2015-12-144-27/+169
* intel: add drm_intel_bo_use_48b_address_range to symbol-check testMichel Thierry2015-12-141-0/+1
* intel: 48b ppgtt support (EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag)Michel Thierry2015-12-144-19/+95
* intel: Update i915_drm.hKristian Høgsberg Kristensen2015-12-141-10/+49
* intel: add the missing <strings.h> includeChih-Wei Huang2015-12-011-0/+1
* amdgpu: Make amdgpu_cs_calculate_timeout() return something sensible on errorTom St Denis2015-11-201-2/+4
* amdgpu: fix overflow for timeout calculationJammy Zhou2015-11-201-2/+6
* configure.ac: test for the same atomic function as the one we useEmil Velikov2015-11-161-1/+1
* configure.ac: rework compiler builtin atomic testsJonathan Gray2015-11-161-2/+2
* radeon: Handle surface offsets exceeding 32 bits correctlyMichel Dänzer2015-11-101-8/+9
* libdrm: Use userspace compatible type in fourcc_mod_code macroTvrtko Ursulin2015-11-051-1/+1
* intel: Cleanup SKL PCI ID definitions.Ben Widawsky2015-11-031-18/+22
* intel: Add SKL GT4 PCI IDsBen Widawsky2015-11-031-4/+14
* amdgpu: Cleanly handle ENOMEM on result in amdgpu_bo_list_create()Tom St Denis2015-10-221-2/+9
* amdgpu: Fix use-after-free bug in vamgr_deinitTom St Denis2015-10-221-2/+2
* amdgpu: Unlock mutex if base_required is invalidTom St Denis2015-10-221-1/+3
* drm: add virtgpu_drm.hDave Airlie2015-10-211-0/+167
* xf86drm: Handle unrecognized subsystems safely in drmGetDevice[s]()Matt Roper2015-10-201-2/+2
* xf86drm: Fix error handling for drmGetDevice()Matt Roper2015-10-201-5/+5
* Fix void pointer arithmetic in drmProcessPciDeviceMichel Dänzer2015-10-141-9/+10
* xf86drm: Fix error handling for drmGetDevices()Matt Roper2015-10-021-5/+5
* xf86drm: include <limits.h> for PATH_MAXFelix Janda2015-09-281-0/+1
* xf86drm: remove makedev() hack/workaroundEmil Velikov2015-09-211-8/+0
* exynos/fimg2d: remove g2d_context from public headerTobias Jakobi2015-09-212-13/+16
* exynos/fimg2d: add message prefixTobias Jakobi2015-09-211-14/+16
* exynos/fimg2d: make g2d_add_cmd() less heavyTobias Jakobi2015-09-211-11/+7