summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * xf86drm: adjust device node path for minor baseJonathan Gray2016-12-241-4/+12
| | | | | | * modetest: Allow the user to specify the plane IDVille Syrjälä2016-12-191-6/+22
| | | | | | * libkms/exynos: fix memory leak in error pathSeung-Woo Kim2016-12-141-1/+2
| | | | | | * autogen.sh: set format.subjectPrefix and sendemail.to if neededEmil Velikov2016-12-141-0/+6
| | | | | | * xf86drm: fix sign-compare warningGrazvydas Ignotas2016-12-121-1/+1
| | | | | | * xf86drm: implement an OpenBSD specific drmGetDevice2Jonathan Gray2016-12-051-0/+62
| | | | | | * xf86drm: implement drmParsePciBusInfo for OpenBSDJonathan Gray2016-12-051-0/+24
| | | | | | * xf86drm: implement drmParsePciDeviceInfo for OpenBSDJonathan Gray2016-12-051-0/+41
| | | | | | * xf86drm: implement drmParseSubsystemType for OpenBSDJonathan Gray2016-12-051-0/+2
| | | | | | * xf86drm: implement drmGetMinorNameForFD for non-sysfsJonathan Gray2016-12-051-1/+34
| | | | | | * tests: automake: reorder makefile contentsEmil Velikov2016-12-051-8/+7
| | | | | | * configure: remove libudev checksEmil Velikov2016-12-051-7/+0
| | | | | | * kms: remove commented out libudev codeEmil Velikov2016-12-052-98/+0
| | | | | | * tests: remove useless legacy testsEmil Velikov2016-12-0513-1394/+1
| | | | | | * tests/drmdevice: use drmGetDevice[s]2Emil Velikov2016-12-051-9/+14
| | | | | | * xf86drm: introduce drmGetDevice[s]2Emil Velikov2016-12-052-8/+66
| | | | | | * xf86drm: parse the separate sysfs files for vendor... infoEmil Velikov2016-12-051-4/+54
| | | | | | * xf86drm: add plumbing to not retrieve PCI device revisionEmil Velikov2016-12-051-5/+9
| | | | | | * xf86drm: use maj/min in drmParsePciDeviceInfo()Emil Velikov2016-12-051-7/+6
| | | | | | * Bump version for releaseRobert Bragg2016-11-291-1/+1
| | | | | | * vc4: Add new GETPARAMs that have been merged to drm-next.Eric Anholt2016-11-281-0/+2
| | | | | | * freedreno: 64bit supportRob Clark2016-11-267-4/+49
| | | | | | * etnaviv: add etna_pipe_wait_ns(..)Christian Gmeiner2016-11-243-2/+9
| | | | | | * etnaviv: change get_abs_timeout(..) to use ns.Christian Gmeiner2016-11-243-5/+5
| | | | | | * libdrm: random typo fixesGrazvydas Ignotas2016-11-226-13/+13
| | | | | | * tests: kms: fix shadowed declaration warningGrazvydas Ignotas2016-11-221-1/+1
| | | | | | * xf86drm: introduce drmGetDeviceNameFromFd2Emil Velikov2016-11-222-0/+56
| | | | | | * automake: make the build less chattyEmil Velikov2016-11-221-0/+1
| | | | | | * intel: Add drm_intel_gem_context_get_id to intel-symbols-checkMichel Dänzer2016-11-221-0/+1
| | | | | | * intel: Add a getter for the intel_context ctx_idRobert Bragg2016-11-212-0/+13
| | | | | | * etnaviv: add API to create etna_device from private dup() fdChristian Gmeiner2016-11-204-0/+22
| | | | | | * etnaviv: add API to get drm fd from etna_deviceChristian Gmeiner2016-11-203-0/+7
| | | | | | * intel: Add Geminilake PCI IDsBen Widawsky2016-11-181-3/+10
| | | | | | * Bump version for releaseEmil Velikov2016-11-141-1/+1
| | | | | | * xd86drm: read more than 128 bytes of uevent in drmParsePciBusInfoEmil Velikov2016-11-141-2/+2
| | | | | | * headers: Add README fileEmil Velikov2016-11-142-0/+158
| | | | | | * Bump version for releaseMatt Turner2016-11-141-1/+1
| | | | | | * freedreno: Add fd_ringbuffer_flush2 to symbol check.Matt Turner2016-11-141-0/+1
| | | | | | * amdgpu: Add amdgpu_asic_id.h to Makefile.sources.Matt Turner2016-11-141-0/+1
| | | | | | * intel: Add uthash.h to Makefile.sources.Matt Turner2016-11-141-1/+2
| | | | | | * intel: Allow some codenames in INTEL_DEVID_OVERRIDENeil Roberts2016-11-141-1/+29
| | | | | | * amdgpu: add the function to get the marketing name (v4)Junwei Zhang2016-11-074-0/+191
| | | | | | * freedreno: add fence fd supportRob Clark2016-11-056-6/+36
| | | | | | * freedreno: sync uapi headerRob Clark2016-11-052-2/+22
| | | | | | * add libsync.h helperRob Clark2016-11-052-0/+149
| | | | | | * amdgpu: check parameters in amdgpu_query_gpu_infoAlex Deucher2016-10-311-0/+2
| | | | | | * intel: Look prime handle up in handle hash tableChris Wilson2016-10-241-1/+1
| | | | | | * intel: Add new symbols to intel-symbol-checkMichel Dänzer2016-10-231-0/+3
| | | | | | * intel: Migrate handle/name lookups from linear lists to hashtablesChris Wilson2016-10-222-101/+1181
| | | | | | * intel: Export raw GEM mmap interfacesChris Wilson2016-10-222-0/+158