summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)AuthorFilesLines
2014-06-14sna: Fix assertions for discarding upload cachesChris Wilson1-7/+7
2014-06-13sna: Use the right is-clipped hintChris Wilson1-9/+8
2014-06-13sna: Only discard the CPU bo if we have a GPU bo to transfer the damage toChris Wilson1-1/+2
2014-06-13sna: Refine decision whether to use the GPU or render inplaceChris Wilson3-9/+28
2014-06-13sna: Track the pageflip bo's busynessChris Wilson4-5/+25
2014-06-13sna/gen6+: Prefer the BLT for large overlapping copiesChris Wilson3-9/+15
2014-06-13sna: Try to reuse the current cursor if we fail to updateChris Wilson1-2/+4
2014-06-13sna: Reorder ignore_cpu_damage() to avoid assertsChris Wilson2-9/+16
2014-06-13sna/gen8: Allow reads from scanout to be cachedChris Wilson1-1/+1
2014-06-13sna/gen8: Check for WT support before attempting to use the WT mocsChris Wilson2-2/+2
2014-06-12sna: Try to use CPU uploads before BLT uploadsChris Wilson1-153/+253
2014-06-12sna: Refactor USE_INPLACE debug macroChris Wilson1-4/+5
2014-06-11sna/gen8: Clear a couple more push constantsChris Wilson1-7/+21
2014-06-11sna: Remove bogus assertionChris Wilson1-1/+0
2014-06-11sna: Fix direction flags for memmoveChris Wilson1-9/+8
2014-06-11sna: Use the pixmap header creation routineChris Wilson1-21/+11
2014-06-11sna/gen6+: On small GT avoid the intermediate copy for overlapsChris Wilson1-0/+3
2014-06-11sna/gen6+: Overlapping bo by definition have compatible depthsChris Wilson3-3/+0
2014-06-11sna: First copy to overlap temporary must be using GXcopyChris Wilson1-1/+1
2014-06-11sna: Remove debugging hunkChris Wilson1-1/+0
2014-06-11sna: Update damage pointer after the implicit reductionChris Wilson4-36/+45
2014-06-11sna: Fix scanout creation routine for old kernels <= 3.11Chris Wilson1-11/+16
2014-06-11sna: Add some DBG to the memmove pathChris Wilson1-5/+10
2014-06-11sna: Tweak self-copy boxes to hit the GPU more oftenChris Wilson1-3/+6
2014-06-11sna: Recheck source bo after migrating dst (in case of src == dst)Chris Wilson1-2/+7
2014-06-11sna: Skip redundant clearsChris Wilson1-0/+20
2014-06-11sna/glyphs: Always print some DBG when performing fallbackChris Wilson1-4/+4
2014-06-11sna: Add some asserts to track redundant damage operationsChris Wilson2-0/+12
2014-06-11sna/gen8: Check offset alignment before using a userptr for RENDERChris Wilson1-11/+64
2014-06-11sna: Support efficient cursor updates for old machinesChris Wilson1-1/+14
2014-06-11sna: MST topologies may change on any hotplug eventChris Wilson2-18/+2
2014-06-11sna: Create a stable output name based on MST topologyChris Wilson1-5/+105
2014-06-11sna: Ignore setting read-only for temporary userptr mapsChris Wilson1-2/+2
2014-06-11sna: Prefer to operate inplace on the GPU rather than stall on the CPUChris Wilson1-0/+5
2014-06-11sna: Discard TearFree damage before checking for an overwriting uploadChris Wilson3-32/+42
2014-06-11sna: Silence compiler warnings for discarding const Region pointsChris Wilson24-297/+293
2014-06-11sna: Squelch log messages for fb/pixmap tiling in the default caseChris Wilson1-12/+11
2014-06-11sna: Mark the GPU as all damaged when discarding CPU bo during uploadsChris Wilson1-9/+26
2014-06-10sna/dri2: Check that the window covers the whole CRTC before xchgChris Wilson2-0/+11
2014-06-10sna: Cast away compiler warningChris Wilson1-1/+1
2014-06-10sna: Expand debugging to cover gen8 BLT variationsChris Wilson2-5/+229
2014-06-10sna: Fix arguments when flipping transformed TearFree outputsChris Wilson1-2/+4
2014-06-10sna: Tidy a few asserts on the state of crtc->flip_boChris Wilson1-4/+4
2014-06-10sna: Handle the user passing "Backlight" ""Chris Wilson1-0/+2
2014-06-10sna: Queue a flip after fixing up a failed flipChris Wilson1-4/+1
2014-06-09sna: Fix the typo in the last commitChris Wilson1-1/+1
2014-06-09sna: Add an extra error message before disabling a CRTCChris Wilson1-11/+14
2014-06-09configure: Allow disabling control over the backlightChris Wilson1-0/+8
2014-06-09sna: Defer the copy back from the shadow CRTC bo until we allocate the targetChris Wilson1-27/+49
2014-06-09sna: Fix cut'n'paste DBG errorChris Wilson1-1/+1