summaryrefslogtreecommitdiff
path: root/src/sna/sna_display.c
AgeCommit message (Expand)Author
2024-05-07sna: Switch debugs/errors to use crtc index rather than pipeVille Syrjälä
2024-05-07sna: Switch to using crtc index instead of pipeVille Syrjälä
2023-02-01sna: Eliminate sna_mode_wants_tear_free()Ville Syrjälä
2023-02-01sna: Fix async flipsVille Syrjälä
2019-09-27sna: Squelch compiler warning for unused varChris Wilson
2019-09-19sna: Use memcmp() to avoid strict aliasing warnsVille Syrjälä
2019-09-19sna: Use named initializersVille Syrjälä
2019-09-19sna: Annotate more fall throughsVille Syrjälä
2019-07-10sna: Support 10bpc gamma via the GAMMA_LUT crtc propertyVille Syrjälä
2019-07-10sna: Refactor property parsingVille Syrjälä
2019-03-01sna: Switch back to hwcursor on the next cursor updateVille Syrjälä
2019-01-10sna: Switch off old outputs on topology changesChris Wilson
2018-12-03sna: Skip restoring a mode for link-status=bad if the crtc was idleChris Wilson
2018-10-19sna: Only generate a coldprobe RR probe when RandR is enabledChris Wilson
2018-05-31sna/video/sprite: Query planes for RGB565Ville Syrjälä
2018-05-31sna/video/sprite: Add sprite planes in orderVille Syrjälä
2018-04-13sna: Handle wedged devices during sna_crtc_redisplayChris Wilson
2018-04-04sna: Discard the per-crtc TearFree back buffer on resizeChris Wilson
2018-04-03sna: Reorder vblank/flip event handling to avoid TearFree recursionChris Wilson
2018-04-03sna: Skip shadow redisplay if flips still pendingChris Wilson
2018-04-03sna: Report the move_to_gpu failed if the allocation failedChris Wilson
2018-04-01sna: Defer submission of the next shadow frame until halfway throughChris Wilson
2018-03-02sna: CustomEDID fixdom.constant@free.fr
2018-03-02sna: Add XV_COLORSPACE attribute support for sprite Xv adaptorsVille Syrjälä
2017-11-09sna: Disable DPMS-deferred modesetting when run as a secondary screenChris Wilson
2017-10-12sna: Fix up assert()sChris Wilson
2017-10-12sna: Validate rrPrimaryOutput belongs to our ScreenChris Wilson
2017-10-12sna: Move the public sna_crtc fields into a named structChris Wilson
2017-10-08sna: Avoid fopen inside signalsafe debug pathsChris Wilson
2017-10-08sna/present: Queue the keepalive vblankChris Wilson
2017-08-30sna: Tweak fb size assertionChris Wilson
2017-06-07sna: Check active_scanout flag across TearFree exchangeChris Wilson
2017-06-07sna: Squash compiler warning for mismatched pointersChris Wilson
2017-04-18sna: Fix fallback clearing of the shadowChris Wilson
2017-04-10sna: Use a slightly larger preallocated array for propertiesChris Wilson
2017-03-25sna: Use the first active crtc as the primary output fallbackChris Wilson
2017-03-25sna: Protect against RROutputPrimary being on a slaveChris Wilson
2017-03-10sna: Repeat EDID read if it changes beneath usChris Wilson
2017-02-16sna: Check link-status after a hotplug eventChris Wilson
2017-02-01Revert "sna: Force CRTC off when DP-MST are unplugged"Chris Wilson
2017-02-01sna: Explicitly disable unused CRTCChris Wilson
2017-02-01sna: Remove bogus assert that the connector is a zombie before reattachingChris Wilson
2017-02-01sna: Force CRTC off when DP-MST are unpluggedChris Wilson
2016-12-05sna: Reorder frontbuffer resize vs flip event queue drainingChris Wilson
2016-12-05sna: Add missing NULL check for readdir result in has_connector_backlightJames Clarke
2016-11-30sna: Always ask the client to reprobe after userspaceChris Wilson
2016-11-18sna: Set reprobe flag on attached connectors after setcrtc failureChris Wilson
2016-11-16sna: Ensure we re-calculate fb_to_cursor transform if sharing cursorMatt Roper
2016-11-15sna: Acquire cursor before use in sna_cursor_set_position()Chris Wilson
2016-11-15sna: Recompute the cursor after a modesetChris Wilson