summaryrefslogtreecommitdiff
path: root/src/intel_device.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-19sna: Increase the size of the path name buffer a bitVille Syrjälä1-1/+1
2018-02-08intel: Only check file type bits not mode when searching for rendernodesChris Wilson1-5/+5
2017-02-28intel: Fix checking xf86LoadKernelModule for successChris Wilson1-1/+1
2016-07-14intel: Fix fd (and mem) leak when intel_scrn_create failsHans de Goede1-0/+21
2015-07-31intel: Refactor i915.ko loading supportChris Wilson1-3/+24
2015-03-25Use AC_HEADER_MAJOR to find how to include major()Chris Wilson1-0/+6
2015-02-10Enable support for render-nodes by default with DRI3Chris Wilson1-2/+0
2015-02-10dri2: Disable integration with render-nodesChris Wilson1-0/+6
2015-02-10intel: Fix checking for compatible render nodeChris Wilson1-1/+11
2014-10-08intel: Store pointer to struct intel_deviceChris Wilson1-32/+27
2014-08-31intel: Only include sys/mount.h on LinuxChris Wilson1-3/+6
2014-08-26intel: Limit read to always fit in the bufferChris Wilson1-1/+1
2014-08-18intel: Only dump debugfs on linuxChris Wilson1-0/+2
2014-08-09intel: If need be, try mounting debugfsChris Wilson1-0/+8
2014-08-09intel: Log open clients on master takeover failChris Wilson1-0/+75
2014-07-23sna: Disable rendering with the DRM device whilst away from VTChris Wilson1-0/+11
2014-06-24intel: Wait for our expected device node to appearChris Wilson1-19/+28
2014-06-24intel: Wait for the DRM device to loadChris Wilson1-16/+149
2014-06-13intel: Check that the fd points to i915 after authorisingChris Wilson1-2/+2
2014-06-06sna: Report KMS driver versionChris Wilson1-0/+10
2014-06-02intel: Clear structs for valgrindChris Wilson1-4/+13
2014-06-02intel: Add common routines and configure probing for DRI3Chris Wilson1-15/+69
2014-04-09intel: If a non-root user starts X, don't release masterChris Wilson1-0/+16
2014-03-20intel: Do not close server fdsChris Wilson1-7/+5
2014-03-20intel: Refactor finding device path if unknownChris Wilson1-21/+13
2014-03-18intel: Don't close the fd on probe failure if it is server managedHans de Goede1-1/+2
2014-03-18uxa: Add support for server managed fds (via intel_device)Chris Wilson1-14/+0
2014-03-13intel: Fallback to drmGetDeviceNameFromFd()Chris Wilson1-1/+2
2014-03-11intel: Protect against a NULL platform device with server fdChris Wilson1-0/+3
2014-03-10intel: Supply a fallback guess for the device pathChris Wilson1-0/+26
2014-03-10intel: Add support for server managed fdsHans de Goede1-17/+11
2014-02-15intel: export fd_set_cloexec / fd_set_nonblockHans de Goede1-34/+1
2014-02-15intel: Fix fd_set_nonblockHans de Goede1-2/+2
2014-01-17intel: Silence a compiler warning (-Wshadow)Chris Wilson1-2/+2
2013-10-28sna: Quieten a couple of valgrind warnings about unknown ioctlsChris Wilson1-1/+2
2013-10-05intel: Filter out the control bit from the device minorChris Wilson1-2/+2
2013-10-03intel: Allow opening the device only through platform informationChris Wilson1-0/+3
2013-10-03intel: Handle fallback probing without match_dataChris Wilson1-11/+26
2013-10-03intel: Remove dependence upon having PciInfoChris Wilson1-0/+17
2013-10-03intel: Querying device attributes must be non-NULLChris Wilson1-3/+17
2013-10-03intel: Fix fallout from accident push of ODEV_ATTRIB_FDChris Wilson1-10/+11
2013-10-02intel: Query platform fdChris Wilson1-1/+23
2013-10-02intel: Pass the platform device along to the open routinesChris Wilson1-2/+19
2013-09-18intel: Compile fixes for base install of SLED11.sp3Chris Wilson1-0/+2
2013-09-07Revert "sna: Add XMir support"Chris Wilson1-24/+0
2013-09-04sna: Add XMir supportChris Wilson1-0/+24
2013-08-31sna: Open the device non-blockingChris Wilson1-2/+19
2013-08-23intel: Add experimental rendernode supportChris Wilson1-7/+47
2013-08-09intel: Disable incompatible features whilst hostedChris Wilson1-1/+12
2013-07-02intel: Move the validation of the KMS device into the open routineChris Wilson1-6/+52