summaryrefslogtreecommitdiff
path: root/src/intel_device.c
AgeCommit message (Expand)Author
2024-05-07intel: Fix some theoretical buffer overflowHEADmasterVille Syrjälä
2019-09-19sna: Increase the size of the path name buffer a bitVille Syrjälä
2018-02-08intel: Only check file type bits not mode when searching for rendernodesChris Wilson
2017-02-28intel: Fix checking xf86LoadKernelModule for successChris Wilson
2016-07-14intel: Fix fd (and mem) leak when intel_scrn_create failsHans de Goede
2015-07-31intel: Refactor i915.ko loading supportChris Wilson
2015-03-25Use AC_HEADER_MAJOR to find how to include major()Chris Wilson
2015-02-10Enable support for render-nodes by default with DRI3Chris Wilson
2015-02-10dri2: Disable integration with render-nodesChris Wilson
2015-02-10intel: Fix checking for compatible render nodeChris Wilson
2014-10-08intel: Store pointer to struct intel_deviceChris Wilson
2014-08-31intel: Only include sys/mount.h on LinuxChris Wilson
2014-08-26intel: Limit read to always fit in the bufferChris Wilson
2014-08-18intel: Only dump debugfs on linuxChris Wilson
2014-08-09intel: If need be, try mounting debugfsChris Wilson
2014-08-09intel: Log open clients on master takeover failChris Wilson
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