summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Wilson25-297/+317
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-102.99.912 snapshotChris Wilson2-1/+56
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 Wilson3-1/+22
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
2014-06-09sna/dri2: Avoid trying to flip between bo with different pitchesChris Wilson1-0/+8
2014-06-09sna: Fixup normal flips between different pitchesChris Wilson1-75/+99
2014-06-09sna/dri2: Allow TearFree flipping to individual CRTCChris Wilson5-95/+573
2014-06-09sna: Do not rely on udev_monitor_receive_device() being non-blockingChris Wilson1-4/+11
2014-06-08uxa: Do not FreePixmap(screen->devPrivate)Chris Wilson1-0/+2
2014-06-08sna/dri2: DBG compile fixChris Wilson1-2/+2
2014-06-08sna/dri2: Allow xchg to replace the frontbuffer when all outputs are offChris Wilson1-1/+1
2014-06-08sna/dri2: Use xchg for offscreen drawables where applicableChris Wilson1-1/+4
2014-06-08sna/dri2: Explicitly drain the pending event queue before swappingChris Wilson1-9/+25
2014-06-08sna/dri2: Mark frames under constructionChris Wilson1-14/+21
2014-06-08sna/dri2: Check the xchg against the Pixmap sizeChris Wilson1-4/+7
2014-06-07sna: Restore backlight when switching to VTChris Wilson1-5/+21
2014-06-07sna: Fix reporting of TearFreeChris Wilson1-2/+2
2014-06-07sna: Release CRTC on VT switchChris Wilson1-10/+8
2014-06-07sna: Allow TearFree to be enabled by default via configureChris Wilson2-4/+20
2014-06-07sna: Fix TearFree for non-compositorsChris Wilson2-73/+59
2014-06-06sna: Fix no relaxed delta path for gen4+Chris Wilson1-1/+1
2014-06-06sna: Auto-retire upload proxiesChris Wilson4-21/+58
2014-06-06sna: Only allow the inplace copy to replace a complete overwritten GPU boChris Wilson1-10/+13
2014-06-06sna: Rearrange scanout_flush checking to avoid potential crashChris Wilson1-28/+21
2014-06-06sna: Report KMS driver versionChris Wilson3-2/+42
2014-06-06man: Update notes about TearFreeChris Wilson1-3/+5
2014-06-06sna/dri2: Restore flush on front buffers after swapping boChris Wilson1-9/+14
2014-06-06sna: Hook up a backlight udev monitor for external changesChris Wilson2-4/+150
2014-06-05sna: When the output is off, report the cached backlight valueChris Wilson1-3/+11
2014-06-05sna: Inline calls to save/restore backlight around output DPMSChris Wilson1-31/+16
2014-06-05sna: Set initial output DPMS state from kernelChris Wilson1-10/+11
2014-06-05sna: Make sure we recompute the vblank interval after reconfiguring the CRTCChris Wilson1-3/+2
2014-06-05sna: Skip marking the CRTC as damaged for TearFreeChris Wilson1-1/+1