summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-16sna: Do not cache the current crtc bo after performing the setcrtcChris Wilson
2016-05-14sna/dri2: Refactor open-coded __kgem_bo_is_busyChris Wilson
2016-05-14sna/dri2: Force blocking wait if vblank queue failsChris Wilson
2016-05-13sna/gen6+: Don't force a switch to BLT if the target bo cannot be blittedChris Wilson
2016-05-09sna/dri2: Enforce swap-limits on stale buffersChris Wilson
2016-05-07sna/dri2: Force consideration of the DRI2CopyRegion source as uncleanChris Wilson
2016-05-07sna: Add a special case for fast DRI2CopyRegion and NoAccelChris Wilson
2016-05-07sna: Do not force ping-pong migration for TearFree + NoAccelChris Wilson
2016-05-04test: Exercise XVidMode switchingChris Wilson
2016-04-30sna/dri2: Free the pending back buffer after useChris Wilson
2016-04-23sna: Limit generic convolution to smallish kernelsChris Wilson
2016-04-22uxa: Enable Y-tiling BLT supportChris Wilson
2016-04-20sna: Fix reporting of errno after setcrtc failureChris Wilson
2016-04-20sna: Force the shadow buffer even after we fail to set the crtc for TearFreeChris Wilson
2016-04-18sna/present: Postpone recursed vblank during TearFree by 1msChris Wilson
2016-04-17sna: Block SIGIO when we are trying to flipChris Wilson
2016-04-17sna/gen8+: Flush pipecontrols when forcing a pipeline stallChris Wilson
2016-04-17sna: Tweak flushing before adding a new bo into a batchChris Wilson
2016-04-17sna/present: Fix requeuing after interrupting TearFreeChris Wilson
2016-04-16sna: Fix alignment vs length check when adjusting dst pointerChris Wilson
2016-04-15sna: Mark the transformed cursor image as dirtyChris Wilson
2016-04-15sna/blt: Reuse computed partial tile offset in copy_from_tiledChris Wilson
2016-04-15sna/gen6: Encourage migration of small BLT operationsChris Wilson
2016-04-15sna/gen9: Update mocs selectionChris Wilson
2016-04-10sna/present: Prevent recursion when handling TearFree waitsChris Wilson
2016-04-09sna: Restict reduction of ADD white when we have compatibile formatsChris Wilson
2016-04-09sna: Apply the precomputed BLT colors for SRC reductionsChris Wilson
2016-04-09sna: Replace lost offset when copying from tiled memoryChris Wilson
2016-04-08sna/present: Refuse to queue a vblank on a disabled CRTCChris Wilson
2016-04-08sna/present: Handle 64bit wraparound in msc comparisonsChris Wilson
2016-04-08sna/present: Fixup msc when reporting a fake vblank with 0 delayChris Wilson
2016-04-08sna/gen9: Bias GT for pipeline selectionChris Wilson
2016-04-08sna: Avoid rep mov (builtin memcpy) for WC writesChris Wilson
2016-04-08sna: Specialise alignment paths for storingChris Wilson
2016-04-08sna: Unroll the innermost SSE2 loop one more timeChris Wilson
2016-04-08sna: Force inlinement of SSE2 builtinsChris Wilson
2016-04-08sna: Invert the function wrapping for sse64xN/sse64Chris Wilson
2016-04-07sna: Don't limit CRTC idChris Wilson
2016-04-07sna: Fixup SSE2 alignment instructions for copying to client memoryChris Wilson
2016-04-07sna/present: Clamp to maximum timer delayChris Wilson
2016-04-06sna/present: Clear flags on the vblank event's CRTC earlyChris Wilson
2016-04-06sna/blt: Don't skip the final src/dst_stride adjustmentChris Wilson
2016-04-06sna: Restrict sse2 routines to __x86_64__Chris Wilson
2016-04-06sna: Mark sse2 routines as "fast"Chris Wilson
2016-04-06sna: Manually expand sse2 memcpy to compensate for a bad compilerChris Wilson
2016-04-06sna/gen9: Quick and dirty implementationChris Wilson
2016-04-06sna/present: Only compensate the timer delay on the final frameChris Wilson
2016-04-06sna/present: Only use the HW vblank for the last frameChris Wilson
2016-04-06sna/present: Skip the unflip if a no-opChris Wilson
2016-04-05sna/present: Arm the fake vblank timer to wake up one frame earlyChris Wilson