summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-03fixup! Make an offset cause an errormodifiersBen Widawsky1-1/+1
2017-02-03modetest: Teach modetest about CCS modifiersBen Widawsky1-0/+12
2017-02-03modetest: Teach modetest about format infoKristian H. Kristensen1-4/+40
2017-02-03Make an offset cause an errorBen Widawsky1-0/+11
2017-02-03Add DRM_IOCTL_MODE_GETPLANE2 ioctl wrapperKristian H. Kristensen4-10/+101
2017-02-02amdgpu: vamgr can be a struct instead of a pointerAlex Xie3-13/+7
2017-02-02amdgpu: vamgr_32 can be a struct instead of a pointerAlex Xie3-9/+5
2017-02-02amdgpu: Free/uninit vamgr_32 in theoretically correct orderAlex Xie1-2/+2
2017-02-01Remove unused tests/drmstat.cEmil Velikov1-419/+0
2017-01-28Bump version for 2.4.75 releaseChad Versace1-1/+1
2017-01-28intel: fix make distcheckDave Airlie1-0/+4
2017-01-28Revert "Bump version for 2.4.75 release"Dave Airlie1-1/+1
2017-01-27Bump version for 2.4.75 releaseChad Versace1-1/+1
2017-01-27intel: Export a function to re-enable implicit synchronisationChris Wilson2-0/+20
2017-01-27intel: Clear execobject flags before preserving object in reuse cacheChris Wilson1-0/+2
2017-01-27intel: Support passing of explicit fencing from execbufChris Wilson2-4/+33
2017-01-27intel: Allow the client to control implicit synchronisationChris Wilson2-4/+49
2017-01-27Import uapi/i915_drm.h from v4.10-rc5-950-g152d5750dda9Chris Wilson1-10/+266
2017-01-27amdgpu: A new option to run tests on render nodeAlex Xie3-3/+18
2017-01-27amdgpu: A new option to choose which device to run most testsAlex Xie1-17/+116
2017-01-27amdgpu: verify the tested deviceAlex Xie1-30/+115
2017-01-27tests: Use -pthread in CFLAGS instead of -lpthreadTomasz Figa3-5/+6
2017-01-27tests/nouveau: automake: fold C and CPP flagsEmil Velikov1-3/+2
2017-01-27android: silence ~550 warningsEmil Velikov1-0/+4
2017-01-27android: add note about command line defines and config.hEmil Velikov1-0/+1
2017-01-27android: add HAVE_VISIBILITY to Android.common.mkEmil Velikov2-6/+1
2017-01-27android: introduce Android.common.mk to reduce boilerplateEmil Velikov12-46/+36
2017-01-27android: remove LOCAL_MODULE_TAGS := optional tagEmil Velikov9-10/+0
2017-01-20xf86drm: Reuse sysfs_uevent_get()Thierry Reding1-48/+18
2017-01-20tests/drmdevice: Add USB, platform and host1x supportThierry Reding1-0/+37
2017-01-20xf86drm: Add platform and host1x bus supportThierry Reding2-2/+328
2017-01-20xf86drm: Add USB supportThierry Reding2-0/+188
2017-01-20xf86drm: Factor out drmDeviceAlloc()Thierry Reding1-27/+51
2017-01-19tests/util: Add support for meson moduleNeil Armstrong1-0/+1
2017-01-18xf86drm: Fix type-punned pointer build warningThierry Reding1-1/+1
2017-01-18xf86drmMode.h: Add DisplayPort MST and DPI encoders/connectorsThierry Reding1-0/+3
2017-01-18xf86drmMode.h: Use consistent paddingThierry Reding1-8/+8
2017-01-16README: Fix grammarFabio Estevam1-3/+3
2017-01-16xf86drm: fix null termination of string bufferTaro Yamada2-3/+3
2017-01-15intel: update global_name before HASH_ADDDongwon Kim1-2/+3
2017-01-13amdgpu: Provide more specific error message if non-privileged user runs amdgp...Alex Xie4-4/+27
2017-01-12Add .editorconfigThierry Reding1-0/+19
2017-01-12xf86drm: Fix indentationThierry Reding1-2/+2
2016-12-24xf86drm: don't fatal on per device error in drmGetDevice[s]2Jonathan Gray1-2/+2
2016-12-24xf86drm: add a non-sysfs version of drmGetDeviceNameFromFd2Jonathan Gray1-2/+42
2016-12-24xf86drm: adjust device node path for minor baseJonathan Gray1-4/+12
2016-12-19modetest: Allow the user to specify the plane IDVille Syrjälä1-6/+22
2016-12-14libkms/exynos: fix memory leak in error pathSeung-Woo Kim1-1/+2
2016-12-14autogen.sh: set format.subjectPrefix and sendemail.to if neededEmil Velikov1-0/+6
2016-12-12xf86drm: fix sign-compare warningGrazvydas Ignotas1-1/+1