summaryrefslogtreecommitdiff
path: root/src/sna/sna_display.c
AgeCommit message (Expand)Author
2012-09-14sna/dri: Add a bunch of assertions for hunting a use-after-freeChris Wilson
2012-09-14Skip adding unknown special modesChris Wilson
2012-09-10sna: Fixup possible_crtcs for ZaphodHeadsChris Wilson
2012-09-07sna: First scan for a backlight associated with the deviceChris Wilson
2012-09-07sna/prime: Fixup attaching the randr14 scanout pixmapChris Wilson
2012-09-07sna: And remember to update the ScreenPixmap after resizeChris Wilson
2012-09-07sna: Protect sna_crtc_resize() against early invocation with no RootWindowChris Wilson
2012-09-07sna/dri: Fix the double-buffer pageflipping pathChris Wilson
2012-09-06sna/prime: Distinguish forms of pinned pixmapChris Wilson
2012-09-05sna/video: Use the scanout flag and FB id for sprite framebuffersChris Wilson
2012-09-04sna: Add some DBG to the prime pathsChris Wilson
2012-09-04sna: Port prime interfacingChris Wilson
2012-08-26Add Option "Backlight" to override the probed backlight control interfaceChris Wilson
2012-08-16sna: Check for failure to pin the front bufferChris Wilson
2012-08-16sna: Avoid conflating tearfree and randr shadow modesChris Wilson
2012-08-15sna: Avoid queuing a pageflip on a DPMS off pipeChris Wilson
2012-08-15sna: Only continue to update the shadow buffer if the flips succeededChris Wilson
2012-07-31sna: Update DPMS mode on CRTC after forcing the outputs onChris Wilson
2012-07-26sna/video: Protect against attempting to use TexturedVideo whilst wedgedChris Wilson
2012-07-26sna/dri: Implement fallback handling for CopyRegion whilst wedgedChris Wilson
2012-07-25sna: Add 'gmux_backlight' to list of known devices for backwards compatabilityChris Wilson
2012-07-25sna: Prefer platform backlight devices over firmwareChris Wilson
2012-07-16sna: Disable the scanout flush when switch off via DPMSChris Wilson
2012-07-14Drop some unused includesChris Wilson
2012-07-14sna: Aim for consistency and use stdbool except for core X APIsChris Wilson
2012-07-10sna: Disable periodic scanout refresh if all outputs are disconnectedChris Wilson
2012-07-09sna: Simplify the DBG incarnationChris Wilson
2012-07-08sna: Apply the clear color when resizing the front bufferChris Wilson
2012-07-08sna/dri: Remove dead code for 'old_fb'Chris Wilson
2012-07-08sna: Fixup fb wrapperChris Wilson
2012-07-06sna: Clear garbage from the new front buffer when resizingChris Wilson
2012-07-05sna: Fallback to attaching a shadow fb if we fail to setup the crtcChris Wilson
2012-07-04sna: Pass a hint to the backends when using copy_boxes for readbackChris Wilson
2012-07-02sna: And free the DIR after useChris Wilson
2012-07-02sna: Check for non-existent /sys/class/backlight directoryChris Wilson
2012-07-02sna: Skip hidden and special entries inside /sys/class/backlightChris Wilson
2012-07-02sna: Prefer backlight iface based on /sys/class/backlight/*/typeChris Wilson
2012-07-02Add asus-nb-wmi backlight controlTom Hughes
2012-06-29sna: Make the post-flip delay explictitChris Wilson
2012-06-28sna: Fix the application of the crtc offset for posting damageChris Wilson
2012-06-28sna: Force use of per-crtc scanout if the offset is too largeChris Wilson
2012-06-28sna: Quieten kernel debug complaints when disabling crtcChris Wilson
2012-06-28sna: Flush the per-crtc render caches for rotated scanoutsChris Wilson
2012-06-27sna: s/width/height/ cut'n'paste typoChris Wilson
2012-06-25sna: Force DPMS to be on following a modesetChris Wilson
2012-06-23sna: extend RandR to support super sized monitor configurationsChris Wilson
2012-06-14sna: Make the disable-unused after vt switch distinct from DPMS offChris Wilson
2012-06-14sna: Explicitly disable the CRTC so that xserver/kernel agree after VT switchChris Wilson
2012-06-13sna: Valgrind updatesZdenek Kabelac
2012-06-13sna: Fix memleak from sna_crtc_find_plane()Chris Wilson