summaryrefslogtreecommitdiff
path: root/src/sna/sna_display.c
AgeCommit message (Expand)Author
2013-10-23sna: Reset bo after allocation failure during wait-for-shadowChris Wilson
2013-10-22sna: Flush the pending move-to-gpu upon Pixmap freeChris Wilson
2013-10-22sna: Pass the async hint when pushing GPU damage for redisplayChris Wilson
2013-10-22sna: Make sure CPU damage is flushed to the TearFree shadowChris Wilson
2013-10-22sna: Only force the TearFree exchange before a writeChris Wilson
2013-10-22sna: Free our CRTC private after failing to create the xf86CrtcChris Wilson
2013-10-21sna: Enable TearFree rendering for transformed scanoutsChris Wilson
2013-10-21sna: Eliminate the synchronous wait from inside TearFreeChris Wilson
2013-10-21sna: Improve handling of blit fallbacks for untransfomed large scanoutsChris Wilson
2013-10-21sna: Set the canonical name for the current mode if none matchChris Wilson
2013-10-21sna: Copy the EDID mode name for the current CRTC modeChris Wilson
2013-10-21sna: Suppress log messages for unchanging EDIDChris Wilson
2013-10-20sna: Fix the addition of the current output Mode to the probed listsChris Wilson
2013-10-19sna: Unmap pixmap prior to release GPU boChris Wilson
2013-10-17sna: Assert mapped stateChris Wilson
2013-10-16sna: Only carry 32/64-bit compat wrapper for drm_mode_get_connectorChris Wilson
2013-10-15sna: Expand packed KMS structs for 64-bit alignmentChris Wilson
2013-10-15sna: Add DBG along all output init failure pathsChris Wilson
2013-10-15Revert "sna: Preserve the user backlight value for get_property calls"Chris Wilson
2013-10-15sna: Disable updating properties upon reading their valuesChris Wilson
2013-10-15sna: Preserve the user backlight value for get_property callsChris Wilson
2013-10-13sna: Fix typo in DBGChris Wilson
2013-10-13sna: Cleanup up unused variablesChris Wilson
2013-10-13sna: Update DPMS on attached outputs before disabling the CRTCChris Wilson
2013-10-13sna: Cleanup allocation of sna_output after late syscall failChris Wilson
2013-10-10sna: Sanitize output->crtc before falling back oto xf86InitialConfigurationChris Wilson
2013-10-09sna: Steal the current mode nameChris Wilson
2013-10-09sna: Append the current mode to the output list if not foundChris Wilson
2013-10-08sna: Emit DBG for when we fallback to xf86InitialConfig detectionChris Wilson
2013-10-04sna: The device fd is marked as non-blocking so beware the busy-waitChris Wilson
2013-10-03intel: Remove dependence upon having PciInfoChris Wilson
2013-09-27sna: Catch SIGBUS to prevent X deathChris Wilson
2013-09-27sna: Make sure the transformed CRTC box is clipped correctly.Chris Wilson
2013-09-26sna: Simplify the clearing of a transformed frontbufferChris Wilson
2013-09-23sna: Check OPTION_PREFERRED_MODE rather than M_T_USERPREFChris Wilson
2013-09-19sna: Do not change DPMS mode on unconnected outputsChris Wilson
2013-09-19sna: Add output names to DBG dpms changesChris Wilson
2013-09-19intel: Fix includes for intel_optionsChris Wilson
2013-09-18intel: Compile fixes for base install of SLED11.sp3Chris Wilson
2013-09-18sna: Fix off-by-one in computation of valid CRTC maskChris Wilson
2013-09-18sna: Disable same-edid detectionChris Wilson
2013-09-17sna: Clamp the possible-crtc mask to the real CRTCsChris Wilson
2013-09-17intel: Make the option to control VSync and PageFlip explictChris Wilson
2013-09-09sna/hsw: Scanline waits require both DERRMR and forcewakeChris Wilson
2013-09-09sna/hsw: Fix the event selection for scanline waits on pipe AChris Wilson
2013-09-07sna: Only update the CRTCs after a resize if masterChris Wilson
2013-09-03sna: Add some more DBGChris Wilson
2013-08-31sna: Expand the array of fake outputs if the last is usedChris Wilson
2013-08-30sna: Allow user specification of number of VirtualHeadsChris Wilson
2013-08-25sna: Make SetScreenPixmap do as it saysChris Wilson