summaryrefslogtreecommitdiff
path: root/src/sna/sna_display.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-21sna: Set the canonical name for the current mode if none matchChris Wilson1-0/+31
2013-10-21sna: Copy the EDID mode name for the current CRTC modeChris Wilson1-0/+11
2013-10-21sna: Suppress log messages for unchanging EDIDChris Wilson1-1/+21
2013-10-20sna: Fix the addition of the current output Mode to the probed listsChris Wilson1-26/+16
2013-10-19sna: Unmap pixmap prior to release GPU boChris Wilson1-0/+1
2013-10-17sna: Assert mapped stateChris Wilson1-6/+1
2013-10-16sna: Only carry 32/64-bit compat wrapper for drm_mode_get_connectorChris Wilson1-34/+26
2013-10-15sna: Expand packed KMS structs for 64-bit alignmentChris Wilson1-65/+81
2013-10-15sna: Add DBG along all output init failure pathsChris Wilson1-4/+17
2013-10-15Revert "sna: Preserve the user backlight value for get_property calls"Chris Wilson1-9/+0
2013-10-15sna: Disable updating properties upon reading their valuesChris Wilson1-5/+6
2013-10-15sna: Preserve the user backlight value for get_property callsChris Wilson1-1/+11
2013-10-13sna: Fix typo in DBGChris Wilson1-1/+1
2013-10-13sna: Cleanup up unused variablesChris Wilson1-2/+0
2013-10-13sna: Update DPMS on attached outputs before disabling the CRTCChris Wilson1-12/+42
2013-10-13sna: Cleanup allocation of sna_output after late syscall failChris Wilson1-1/+3
2013-10-10sna: Sanitize output->crtc before falling back oto xf86InitialConfigurationChris Wilson1-2/+16
2013-10-09sna: Steal the current mode nameChris Wilson1-1/+2
2013-10-09sna: Append the current mode to the output list if not foundChris Wilson1-6/+44
2013-10-08sna: Emit DBG for when we fallback to xf86InitialConfig detectionChris Wilson1-1/+6
2013-10-04sna: The device fd is marked as non-blocking so beware the busy-waitChris Wilson1-1/+10
2013-10-03intel: Remove dependence upon having PciInfoChris Wilson1-1/+5
2013-09-27sna: Catch SIGBUS to prevent X deathChris Wilson1-20/+23
2013-09-27sna: Make sure the transformed CRTC box is clipped correctly.Chris Wilson1-10/+21
2013-09-26sna: Simplify the clearing of a transformed frontbufferChris Wilson1-1/+13
2013-09-23sna: Check OPTION_PREFERRED_MODE rather than M_T_USERPREFChris Wilson1-14/+20
2013-09-19sna: Do not change DPMS mode on unconnected outputsChris Wilson1-34/+87
2013-09-19sna: Add output names to DBG dpms changesChris Wilson1-1/+3
2013-09-19intel: Fix includes for intel_optionsChris Wilson1-1/+0
2013-09-18intel: Compile fixes for base install of SLED11.sp3Chris Wilson1-49/+96
2013-09-18sna: Fix off-by-one in computation of valid CRTC maskChris Wilson1-1/+1
2013-09-18sna: Disable same-edid detectionChris Wilson1-2/+1
2013-09-17sna: Clamp the possible-crtc mask to the real CRTCsChris Wilson1-3/+12
2013-09-17intel: Make the option to control VSync and PageFlip explictChris Wilson1-0/+3
2013-09-09sna/hsw: Scanline waits require both DERRMR and forcewakeChris Wilson1-6/+30
2013-09-09sna/hsw: Fix the event selection for scanline waits on pipe AChris Wilson1-2/+2
2013-09-07sna: Only update the CRTCs after a resize if masterChris Wilson1-0/+4
2013-09-03sna: Add some more DBGChris Wilson1-3/+3
2013-08-31sna: Expand the array of fake outputs if the last is usedChris Wilson1-1/+1
2013-08-30sna: Allow user specification of number of VirtualHeadsChris Wilson1-16/+46
2013-08-25sna: Make SetScreenPixmap do as it saysChris Wilson1-8/+6
2013-08-25sna: Add a few more checks for a hosted Xserver before walking CRTC listsChris Wilson1-5/+15
2013-08-15sna: Clip the tiled copy during framebuffer resizeChris Wilson1-4/+11
2013-08-14sna: Make sure the frontbuffer exists before doing pitch checksChris Wilson1-6/+9
2013-08-14sna: Rename sna_pixmap_get_bo()Chris Wilson1-3/+3
2013-08-14sna: Tile the old image onto the new framebuffer when enlargingChris Wilson1-31/+55
2013-08-10sna: Avoid confusing conflicting CRTC probes vs a DRM raceChris Wilson1-43/+35
2013-08-09sna: Squelch a "valid" mode without a dotclockChris Wilson1-1/+1
2013-08-09intel: Disable incompatible features whilst hostedChris Wilson1-3/+15
2013-08-08Micro-optimise box intersectionsRaul Fernandes1-1/+7