summaryrefslogtreecommitdiffstats
path: root/src/loader/loader.c
Commit message (Expand)AuthorAgeFilesLines
* loader: cleanup copyright sectionEmil Velikov2016-10-181-40/+2
* loader: remove loader_get_driver_for_fd() driver_typeEmil Velikov2016-10-181-7/+1
* loader: remove final sysfs codepath in loader_get_device_name_for_fd()Emil Velikov2016-10-181-46/+1
* loader: remove libudev_get_device_name_for_fd and related codeEmil Velikov2016-10-181-126/+0
* loader: reimplement loader_get_user_preferred_fd via libdrmEmil Velikov2016-10-181-141/+106
* loader: annotate __driConfigOptionsLoader as staticEmil Velikov2016-10-181-1/+1
* loader: separate USE_DRICONF code into separate functionEmil Velikov2016-10-181-12/+18
* loader: slim down loader_get_pci_id_for_fd implementation(s)Emil Velikov2016-10-181-156/+16
* loader: fix sysfs uevent file parsingFrank Binns2016-09-011-2/+4
* mesa: Use AC_HEADER_MAJOR to include correct header for major().Matt Turner2016-07-261-2/+5
* loader: add a libdrm case for loader_get_device_name_for_fdJonathan Gray2016-04-211-1/+25
* loader: use HAVE_LIBDRM instead of ! __NOT_HAVE_DRM_HEmil Velikov2015-07-221-4/+4
* loader: don't leak udev_enumerateGuillaume Desmottes2015-07-111-0/+4
* loader: Look for any version of currently linked libudev.soChris Wilson2015-07-081-18/+28
* loader: move loader_open_device out of HAVE_LIBUDEV blockJulien Isorce2015-06-241-18/+18
* loader: Rename drm_open_device() to loader_open_device() and share itDerek Foreman2015-06-231-3/+3
* loader: include <sys/stat.h> for non-sysfs buildsEmil Velikov2015-03-161-1/+1
* loader: not having a pci-id should not be a warnRob Clark2015-02-211-3/+6
* loader: Check dlsym() did not fail in libudev_get_device_name_for_fd()Juha-Pekka Heikkila2014-09-231-0/+3
* loader: fds can be 0Dave Airlie2014-09-061-1/+1
* loader: Use drirc device_id parameter in complement to DRI_PRIMEAxel Davy2014-07-011-0/+27
* loader: add gpu selection code via DRI_PRIME.Axel Davy2014-07-011-0/+185
* loader: add optional /sys filesystem method for PCI identification.Gary Wong2014-05-291-0/+112
* loader: allow attempting more than one method of PCI identification.Gary Wong2014-05-291-18/+46
* loader: don't limit the non-udev path to only androidJonathan Gray2014-04-051-1/+1
* loader: use 0 instead of FALSE which isn't definedJonathan Gray2014-04-051-2/+2
* loader: add special logic to distinguish nouveau from nouveau_vieuxIlia Mirkin2014-03-191-1/+4
* dri: Add a useful error message if someone's packages missed libudev deps.Eric Anholt2014-02-011-0/+5
* dri: Also support the loader with libudev.so.0.Eric Anholt2014-02-011-0/+10
* loader: do not print the pci id during normal operationEmil Velikov2014-01-291-1/+1
* loader: print WARNING and FATAL messages using the default loggerEmil Velikov2014-01-291-1/+1
* loader: include dlfcn.h when building with HAVE_LIBUDEVEmil Velikov2014-01-281-0/+2
* loader: Add missing \n on message printingEmil Velikov2014-01-271-12/+11
* loader: Use dlsym to get our udev symbols instead of explicit linking.Eric Anholt2014-01-271-0/+42
* logger: Remove unused variable.José Fonseca2014-01-201-1/+0
* logger: s/\<log\>/log_/José Fonseca2014-01-201-13/+13
* loader: ifdef libdrm specific code and includeEmil Velikov2014-01-191-1/+6
* loader: fallback to drmGetVersion() for non-pci devicesRob Clark2014-01-181-2/+14
* loader: introduce the loader util libEmil Velikov2014-01-181-0/+304