summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-09sna: Disable detiling for gen2Chris Wilson
2015-01-09sna: Actually set the priv->mapped type for mmap(wc)Chris Wilson
2015-01-09sna: Wrap mmap accessors with sigtrap to catch oom SIGBUSChris Wilson
2015-01-09sna: Replace assert with conditional setting of sna_pixmap->mappedChris Wilson
2015-01-09sna: Add a couple of guards against using the GPU to write into snooped boChris Wilson
2015-01-09sna: Capitlize log message "display hotplut detection"Chris Wilson
2015-01-08sna: Allow use of mmap(wc) for inplace GetImageChris Wilson
2015-01-08sna: Differentiate between disabling CRTC and turning off DPMSChris Wilson
2015-01-07sna: Add mmap(wc) handling to has_coherent_ptr assertionChris Wilson
2015-01-07sna/trapezoids: Fix typo in construction of polygon linesChris Wilson
2015-01-07sna/video: Reuse fallback colorkey filler from overlay for spritesChris Wilson
2015-01-07sna/video: Provide fallback support for filling the colorkeyChris Wilson
2015-01-06sna: Copy mode.vrefresh between kernel and XChris Wilson
2015-01-06sna: Allow scanouts to be directly accessed via the GTT even when wedgedChris Wilson
2015-01-06sna: Clip copy to CRTC shadowChris Wilson
2015-01-06sna: Allow scanouts to force late attachmentChris Wilson
2015-01-06sna: Disable GPU preferences when marking it as wedgedChris Wilson
2015-01-06sna: Reject CPU blits that require format conversionsChris Wilson
2015-01-06sna/video: Do an early check for a wedged GPU before texturingChris Wilson
2015-01-06sna: Enable mmap(wc) support by defaultChris Wilson
2015-01-05sna: Don't force a batch flush at the start of a BLT fill opChris Wilson
2014-12-31sna: Don't record old vblank eventsChris Wilson
2014-12-24sna/gen7: Limit threads on HSW GT1Chris Wilson
2014-12-20sna: Fix Drawable offsets prior to performing shadow discardChris Wilson
2014-12-20sna/dri2: Check for implicit flushing after updating a Pixmap bufferChris Wilson
2014-12-20sna: Skip allocation of new TearFree buffer if not actually flippingChris Wilson
2014-12-19sna/dri2: Preserve the shadow CRTCs when copying to other areasChris Wilson
2014-12-19sna/dri2: Report changes in pitch when swapping boChris Wilson
2014-12-19sna/dri2: Look for preferred CRTC for visible portion of the windowChris Wilson
2014-12-19sna/dri2: Prevent NULL pointer dereference of Window privateChris Wilson
2014-12-19sna/dri2: Decouple Window cache on Pixmap changesChris Wilson
2014-12-16sna: Make error debug tracing available at normal debug levelsChris Wilson
2014-12-12sna: Tune handling of kernel error detection during intial setupChris Wilson
2014-12-12sna: Fix TearFree multi-monitor operation whilst wedgedChris Wilson
2014-12-12sna/trapezoids: Check the pixmap is wrapped before deferencing itChris Wilson
2014-12-12sna: Add another Xinerama vs RandR guardChris Wilson
2014-12-11sna: Catch NULL RandR screen privateChris Wilson
2014-12-09uxa/dri: Remove defunct intel->back_pixmapChris Wilson
2014-12-09uxa/dri: Fix triple buffer swappingChris Wilson
2014-12-09sna/dri3: Mesa relies upon implicit fences for X/Compositor synchronisationChris Wilson
2014-12-08sna/gen6: Poke PSMI control around WAIT_FOR_EVENT to prevent idlingChris Wilson
2014-12-08sna: Inline check for pending events before reading from drm fdChris Wilson
2014-12-04sna: Clear the read flags for the shared drm fd after useChris Wilson
2014-12-04sna: Update the fence marker after submitting a new batchChris Wilson
2014-12-01sna: Validate that the reg/insn size is well definedChris Wilson
2014-12-01sna: Clamp downsampling tile sizeChris Wilson
2014-12-01sna: Explicitly disable unused pipes after an output reconfigurationChris Wilson
2014-12-01sna: Generate a backtrace on assertion failuresChris Wilson
2014-12-01sna: Cancel pending mode change notificationChris Wilson
2014-12-01sna: Reject modesets with 0 outputsChris Wilson