summaryrefslogtreecommitdiff
path: root/src/sna/sna_display.c
AgeCommit message (Expand)Author
2012-12-03sna: Tidy addition of fake GTF modes for panelsChris Wilson
2012-11-30Convert generation counter to octalChris Wilson
2012-11-26sna: Disable shadow tracking upon regenChris Wilson
2012-11-12sna: Compile against ancient libdrmChris Wilson
2012-11-11sna: Flush pending rendering before enabling an outputChris Wilson
2012-10-31sna: Preserve mode if flushing before a scanline waitChris Wilson
2012-10-22sna: Update DRI buffer if attached to the framebuffer for TearFree flipsChris Wilson
2012-10-17sna: Use the secure batches to program scanline waits on gen6+Chris Wilson
2012-10-12Fix possible_clones computation for shared encoders between outputsPaulo Zanoni
2012-10-02sna: Remember to call ValidatePicture() before using newly created PicturesChris Wilson
2012-09-27sna: Attempt to restore the current mode if pipe is disabled on DPMS onChris Wilson
2012-09-25sna: Make sure the batch is flushed before setting DPMSChris Wilson
2012-09-21sna: Do not query for the NULL edid propertyChris Wilson
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