summaryrefslogtreecommitdiff
path: root/src/sna/sna_driver.c
AgeCommit message (Expand)Author
2016-07-21sna: Unregister the BlockHandler on closeChris Wilson
2016-07-20Update to ABI 22 and NotifyFdChris Wilson
2016-07-02DRI3 is not supported by mesa/i915Chris Wilson
2016-05-28sna: Restore TearFree operation after switching everything offChris Wilson
2016-02-18sna: Use dirtyfb for fallback direct renderingChris Wilson
2015-11-22sna: Disable secondary planes on taking over VTChris Wilson
2015-10-01sna: Indicate when we expect to call RRGetInfo during discoveryChris Wilson
2015-09-22sna: Check for udev events before readingChris Wilson
2015-08-19sna: Release the mode before releasing the accel backend on LeaveVTChris Wilson
2015-07-28sna: Batch process hotplug eventsChris Wilson
2015-07-26sna: Add a few more DBG and assertions around Present/TearFree interactionsChris Wilson
2015-06-01sna: Force Linear FB when swizzling is unknown and fencing disabledChris Wilson
2015-05-28sna: sna_set_desired_mode() always returns true, make it voidChris Wilson
2015-05-04Remove the driver option to delete connectors on unpluggingChris Wilson
2015-04-12sna: Mark the GPU as available before doing the mode restore on VT enterChris Wilson
2015-04-09sna: Fix RandR detection to work before dixPrivateKeyRegisteredChris Wilson
2015-03-13sna: Remove redundant RRGetInfo on hotplug discoveryChris Wilson
2015-03-05sna: Remove the flush after waking up between clientsChris Wilson
2015-02-24sna: udev integration depends on fstat and sys/stat.hChris Wilson
2015-02-04Allow runtime selection between DRI levelsChris Wilson
2015-01-31Unify Option "DRI" parsingChris Wilson
2015-01-26sna: Log maximum number of CPU threadsChris Wilson
2015-01-26sna: Tweak treatment of DPMS mode to be consistent at all layersChris Wilson
2015-01-23sna: Add a fallback DBG for the git versionChris Wilson
2015-01-22sna: Declare outputs as hidden at startChris Wilson
2015-01-21sna: Keep front_active consistent across DPMS eventsChris Wilson
2015-01-20sna: Add missing include of DPMS constantsChris Wilson
2015-01-20sna: Finish e6227daff1e3eChris Wilson
2015-01-20sna: Add a loud DBG message when enabledChris Wilson
2015-01-13sna: Wrap direct access to ScrnInfoPtr->pScreenChris Wilson
2015-01-09sna: Capitlize log message "display hotplut detection"Chris Wilson
2015-01-08sna: Differentiate between disabling CRTC and turning off DPMSChris Wilson
2014-12-11sna: Catch NULL RandR screen privateChris Wilson
2014-12-04sna: Clear the read flags for the shared drm fd after useChris Wilson
2014-11-04sna: Correct units for videoRamChris Wilson
2014-11-04sna: Reuse the queried aperture size for videoRam determinationChris Wilson
2014-10-13sna: Drain all udev events before checking output statusChris Wilson
2014-10-08intel: Store pointer to struct intel_deviceChris Wilson
2014-10-07sna: Wrap rrGetInfo so that we can probe when udev is not activeChris Wilson
2014-09-29sna; Markup that we are ignoring errors from early ScreenCreateResourcesChris Wilson
2014-09-26sna: Allow move-to-gpu to fail during ScreenCreateResourcesChris Wilson
2014-09-10sna: Emit assertions with FatalErrorChris Wilson
2014-09-10sna: Relax early failure to set KMS modesChris Wilson
2014-08-26sna: Fix attaching to a headless configurationChris Wilson
2014-08-18sna: Be defensive during FreeScreen()Chris Wilson
2014-08-18sna: Add some DBG warnings for early PreInit failuresChris Wilson
2014-08-08sna: Update check for static driver data on loading errorChris Wilson
2014-08-08Prepare for spurious Xv ABI changesChris Wilson
2014-08-05sna: Set the RandR primary output from the optionChris Wilson
2014-07-23sna: Disable rendering with the DRM device whilst away from VTChris Wilson