summaryrefslogtreecommitdiff
path: root/src/sna/sna_display.c
AgeCommit message (Expand)Author
2013-08-25sna: Add a few more checks for a hosted Xserver before walking CRTC listsChris Wilson
2013-08-15sna: Clip the tiled copy during framebuffer resizeChris Wilson
2013-08-14sna: Make sure the frontbuffer exists before doing pitch checksChris Wilson
2013-08-14sna: Rename sna_pixmap_get_bo()Chris Wilson
2013-08-14sna: Tile the old image onto the new framebuffer when enlargingChris Wilson
2013-08-10sna: Avoid confusing conflicting CRTC probes vs a DRM raceChris Wilson
2013-08-09sna: Squelch a "valid" mode without a dotclockChris Wilson
2013-08-09intel: Disable incompatible features whilst hostedChris Wilson
2013-08-08Micro-optimise box intersectionsRaul Fernandes
2013-08-01sna: Add a few more details to the log for mode switchingChris Wilson
2013-07-30Suppress a bunch of compiler warnings for using constant stringsChris Wilson
2013-07-29Add support for the dell backlight interfaceEgbert Eich
2013-07-22sna: Bail if we fail to find the attached CRTC during probingChris Wilson
2013-07-20sna: Release cloned pixmap when updating tearfree scanoutChris Wilson
2013-07-20sna: Inform the upper layers that we turn the CRTC on after a modesetChris Wilson
2013-07-19sna: Tidy a few DBG regarding cached uploadsChris Wilson
2013-07-15sna: Change message context to PROBED for initial configurationChris Wilson
2013-07-11sna: Remove the duplicated open-coding of SetScreenPixmapChris Wilson
2013-07-04sna: Use a stack allocated PixmapRec for the fbcon copyChris Wilson
2013-07-04sna: Set 1024x768 fb in absence of any connected devicesChris Wilson
2013-07-04sna: Fix gamma query to not request uninitialized valuesChris Wilson
2013-07-04sna: Set the initial gamma from the attached monitor configurationChris Wilson
2013-07-03sna: Always read back the gamma, even for a inactive CRTCChris Wilson
2013-07-03sna: Tidy up the user override enumsChris Wilson
2013-07-03sna: Fix configuration user overrides on xorg-server < 1.14.99.1Chris Wilson
2013-07-03intel: Add an option for forced rediscovery of output status on startupChris Wilson
2013-07-02sna: Simplify validation of active CRTCsChris Wilson
2013-07-02sna: Hook into crtc_notify rather than ModeSetChris Wilson
2013-07-02sna: Include connector status in the initial probeChris Wilson
2013-07-01sna: Allow scanouts to be untiled if need beChris Wilson
2013-06-27sna: Add the probed CRTC mode to the list of output modesChris Wilson
2013-06-27sna: Set the current mode when initialising CRTCsChris Wilson
2013-06-27sna: Fake the output physical width/height from the CRTC sizeChris Wilson
2013-06-26sna: Se the default gamma if left uninitialized by the driverChris Wilson
2013-06-26sna: Correct typo s/\j/\n/Chris Wilson
2013-06-26sna: Explicitly initialise the probed transform for a CRTCChris Wilson
2013-06-26sna: Set RR_Rotate_0 instead of 0 as desired initial rotationChris Wilson
2013-06-26sna: Fallback to xf86InitialConfiguration if nothing is connectedChris Wilson
2013-06-26sna: Use the existing configuration for initial modesChris Wilson
2013-06-20sna: Fix tiled scanout limits for ValleyviewChris Wilson
2013-06-19sna: Fix the pitch limits for gen3 scanoutChris Wilson
2013-06-19sna: Switch to a per-crtc pixmap if the pitch exceeds scanout limitationsChris Wilson
2013-06-19sna: Assert that the scanout fits within the allocated bufferChris Wilson
2013-06-17sna: Refactor scanout flushingChris Wilson
2013-06-11sna: Tidy batch submission around CRTC updatesChris Wilson
2013-06-10sna: Keep the cached EDID if it hasn't changedChris Wilson
2013-06-09sna: Streamline connector probingChris Wilson
2013-06-06sna: Fix format specifier for mismatching int/long in DBGChris Wilson
2013-06-05sna: Do not conflate ignoring an output with an allocation failureChris Wilson
2013-05-30sna: Compile fix for non-debug buildsChris Wilson