summaryrefslogtreecommitdiff
path: root/src/intel_device.c
AgeCommit message (Expand)Author
2014-07-23sna: Disable rendering with the DRM device whilst away from VTChris Wilson
2014-06-24intel: Wait for our expected device node to appearChris Wilson
2014-06-24intel: Wait for the DRM device to loadChris Wilson
2014-06-13intel: Check that the fd points to i915 after authorisingChris Wilson
2014-06-06sna: Report KMS driver versionChris Wilson
2014-06-02intel: Clear structs for valgrindChris Wilson
2014-06-02intel: Add common routines and configure probing for DRI3Chris Wilson
2014-04-09intel: If a non-root user starts X, don't release masterChris Wilson
2014-03-20intel: Do not close server fdsChris Wilson
2014-03-20intel: Refactor finding device path if unknownChris Wilson
2014-03-18intel: Don't close the fd on probe failure if it is server managedHans de Goede
2014-03-18uxa: Add support for server managed fds (via intel_device)Chris Wilson
2014-03-13intel: Fallback to drmGetDeviceNameFromFd()Chris Wilson
2014-03-11intel: Protect against a NULL platform device with server fdChris Wilson
2014-03-10intel: Supply a fallback guess for the device pathChris Wilson
2014-03-10intel: Add support for server managed fdsHans de Goede
2014-02-15intel: export fd_set_cloexec / fd_set_nonblockHans de Goede
2014-02-15intel: Fix fd_set_nonblockHans de Goede
2014-01-17intel: Silence a compiler warning (-Wshadow)Chris Wilson
2013-10-28sna: Quieten a couple of valgrind warnings about unknown ioctlsChris Wilson
2013-10-05intel: Filter out the control bit from the device minorChris Wilson
2013-10-03intel: Allow opening the device only through platform informationChris Wilson
2013-10-03intel: Handle fallback probing without match_dataChris Wilson
2013-10-03intel: Remove dependence upon having PciInfoChris Wilson
2013-10-03intel: Querying device attributes must be non-NULLChris Wilson
2013-10-03intel: Fix fallout from accident push of ODEV_ATTRIB_FDChris Wilson
2013-10-02intel: Query platform fdChris Wilson
2013-10-02intel: Pass the platform device along to the open routinesChris Wilson
2013-09-18intel: Compile fixes for base install of SLED11.sp3Chris Wilson
2013-09-07Revert "sna: Add XMir support"Chris Wilson
2013-09-04sna: Add XMir supportChris Wilson
2013-08-31sna: Open the device non-blockingChris Wilson
2013-08-23intel: Add experimental rendernode supportChris Wilson
2013-08-09intel: Disable incompatible features whilst hostedChris Wilson
2013-07-02intel: Move the validation of the KMS device into the open routineChris Wilson
2013-06-30intel: Fix failure code for reporting !drmCheckModesetingSupportedChris Wilson
2013-06-30intel: replace direct ioctl use with drm{Set, Drop}MasterJonathan Gray
2013-06-30sna: Store the path used to open the device and pass to DRIChris Wilson
2013-06-27intel: Use fcntl to try and set CLOEXEC if the open(O_CLOEXEC) failsChris Wilson
2013-06-27intel: #ifdef O_CLOEXEC for compilation on squeezeChris Wilson
2013-06-25sna: Drop master when closing the screenChris Wilson
2013-06-25intel: Use the correct errno value for reporting the drmSetVersion failureChris Wilson
2013-06-23sna: Only open the /dev/dri/cardX device onceChris Wilson