summaryrefslogtreecommitdiff
path: root/src/sna/sna_display.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-26sna/video: Protect against attempting to use TexturedVideo whilst wedgedChris Wilson1-1/+1
2012-07-26sna/dri: Implement fallback handling for CopyRegion whilst wedgedChris Wilson1-1/+1
2012-07-25sna: Add 'gmux_backlight' to list of known devices for backwards compatabilityChris Wilson1-0/+1
2012-07-25sna: Prefer platform backlight devices over firmwareChris Wilson1-1/+1
2012-07-16sna: Disable the scanout flush when switch off via DPMSChris Wilson1-24/+30
2012-07-14Drop some unused includesChris Wilson1-18/+4
2012-07-14sna: Aim for consistency and use stdbool except for core X APIsChris Wilson1-19/+18
2012-07-10sna: Disable periodic scanout refresh if all outputs are disconnectedChris Wilson1-2/+3
2012-07-09sna: Simplify the DBG incarnationChris Wilson1-5/+0
2012-07-08sna: Apply the clear color when resizing the front bufferChris Wilson1-7/+18
2012-07-08sna/dri: Remove dead code for 'old_fb'Chris Wilson1-2/+1
2012-07-08sna: Fixup fb wrapperChris Wilson1-4/+3
2012-07-06sna: Clear garbage from the new front buffer when resizingChris Wilson1-4/+63
2012-07-05sna: Fallback to attaching a shadow fb if we fail to setup the crtcChris Wilson1-30/+42
2012-07-04sna: Pass a hint to the backends when using copy_boxes for readbackChris Wilson1-3/+4
2012-07-02sna: And free the DIR after useChris Wilson1-0/+1
2012-07-02sna: Check for non-existent /sys/class/backlight directoryChris Wilson1-0/+3
2012-07-02sna: Skip hidden and special entries inside /sys/class/backlightChris Wilson1-0/+3
2012-07-02sna: Prefer backlight iface based on /sys/class/backlight/*/typeChris Wilson1-41/+111
2012-07-02Add asus-nb-wmi backlight controlTom Hughes1-0/+1
2012-06-29sna: Make the post-flip delay explictitChris Wilson1-0/+3
2012-06-28sna: Fix the application of the crtc offset for posting damageChris Wilson1-2/+2
2012-06-28sna: Force use of per-crtc scanout if the offset is too largeChris Wilson1-0/+9
2012-06-28sna: Quieten kernel debug complaints when disabling crtcChris Wilson1-7/+6
2012-06-28sna: Flush the per-crtc render caches for rotated scanoutsChris Wilson1-1/+3
2012-06-27sna: s/width/height/ cut'n'paste typoChris Wilson1-1/+1
2012-06-25sna: Force DPMS to be on following a modesetChris Wilson1-4/+27
2012-06-23sna: extend RandR to support super sized monitor configurationsChris Wilson1-322/+857
2012-06-14sna: Make the disable-unused after vt switch distinct from DPMS offChris Wilson1-2/+13
2012-06-14sna: Explicitly disable the CRTC so that xserver/kernel agree after VT switchChris Wilson1-102/+55
2012-06-13sna: Valgrind updatesZdenek Kabelac1-0/+1
2012-06-13sna: Fix memleak from sna_crtc_find_plane()Chris Wilson1-16/+26
2012-06-12sna: Hook up AdjustFrame()Chris Wilson1-0/+10
2012-06-07sna: Suppress DBG prints along potential SIGIO pathsChris Wilson1-3/+15
2012-06-02sna: Clear the counters prior to querying the propertyChris Wilson1-0/+4
2012-06-02sna: Add some DBG to retreiving EDIDChris Wilson1-12/+33
2012-06-02sna: Remove some unused members from the KMS state trackingChris Wilson1-29/+19
2012-06-02sna: NameForAtom may return NULLChris Wilson1-0/+2
2012-05-29sna: Make finding DPMS property valgrind cleanChris Wilson1-31/+30
2012-05-29sna: Make GetEDID valgrind clean.Chris Wilson1-13/+11
2012-05-29sna: Make GetEncoder() valgrind cleanChris Wilson1-11/+8
2012-05-29sna: Trim the set of includesChris Wilson1-1/+2
2012-05-28sna: Use the local function for turning the cursor off prior to releaseChris Wilson1-1/+1
2012-05-28sna: Make sna_copy_fbcon() valgrind cleanChris Wilson1-25/+28
2012-05-28sna: Just use the CRTC id from the arrayChris Wilson1-5/+1
2012-05-28sna: Make sna_crtc_apply() valgrind cleanChris Wilson1-5/+13
2012-05-28sna: Make AddFB valgrind cleanChris Wilson1-11/+16
2012-05-28sna: Make sna_crtc_is_bound() valgrind cleanChris Wilson1-0/+1
2012-05-28sna: Add a little bit more verbosity to cursor routines for valgrindChris Wilson1-21/+45
2012-05-27sna: Validate all CRTCs after updating oneChris Wilson1-9/+11