summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2014-12-01sna: Add a few more asserts to sna_crtc_flip()Chris Wilson
2014-12-01sna: Do not post shadow updates in the middle of output reconfigurationChris Wilson
2014-12-01sna: Clean up DBG compile warningsChris Wilson
2014-12-01sna: Report when we disable TearFree due to an error in operationChris Wilson
2014-11-28sna: Reject attempts to set an invalid modeChris Wilson
2014-11-20sna/transform: Correctly check for imprecise fractional translationsChris Wilson
2014-11-20sna/dri2: Improve precision of completion event for no-op swapsChris Wilson
2014-11-20sna/dri2: Add more DBG to explain invalid framesChris Wilson
2014-11-20sna: DBG compile fixChris Wilson
2014-11-19sna: Tweak alignment constraints on gen8 to allow BLTChris Wilson
2014-11-19sna: Add more checks and asserts for BLT capable boChris Wilson
2014-11-19sna: gen8 BLT broken when address has bit 4 setMika Kuoppala
2014-11-19sna/dri2: Remove unused functionChris Wilson