summaryrefslogtreecommitdiff
path: root/src/intel_device.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-30intel: Fix failure code for reporting !drmCheckModesetingSupportedChris Wilson1-1/+1
2013-06-30intel: replace direct ioctl use with drm{Set, Drop}MasterJonathan Gray1-3/+3
2013-06-30sna: Store the path used to open the device and pass to DRIChris Wilson1-5/+27
2013-06-27intel: Use fcntl to try and set CLOEXEC if the open(O_CLOEXEC) failsChris Wilson1-4/+22
2013-06-27intel: #ifdef O_CLOEXEC for compilation on squeezeChris Wilson1-2/+9
2013-06-25sna: Drop master when closing the screenChris Wilson1-1/+3
2013-06-25intel: Use the correct errno value for reporting the drmSetVersion failureChris Wilson1-1/+1
2013-06-23sna: Only open the /dev/dri/cardX device onceChris Wilson1-0/+230