summaryrefslogtreecommitdiff
path: root/src/intel_device.c
AgeCommit message (Expand)Author
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