summaryrefslogtreecommitdiff
path: root/src/sna/sna_display.c
Commit message (Expand)AuthorAgeFilesLines
* sna: Eliminate sna_mode_wants_tear_free()Ville Syrjälä2023-02-011-59/+0
* sna: Fix async flipsVille Syrjälä2023-02-011-11/+9
* sna: Squelch compiler warning for unused varChris Wilson2019-09-271-3/+1
* sna: Use memcmp() to avoid strict aliasing warnsVille Syrjälä2019-09-191-1/+1
* sna: Use named initializersVille Syrjälä2019-09-191-3/+3
* sna: Annotate more fall throughsVille Syrjälä2019-09-191-3/+4
* sna: Support 10bpc gamma via the GAMMA_LUT crtc propertyVille Syrjälä2019-07-101-39/+208
* sna: Refactor property parsingVille Syrjälä2019-07-101-19/+48
* sna: Switch back to hwcursor on the next cursor updateVille Syrjälä2019-03-011-14/+6
* sna: Switch off old outputs on topology changesChris Wilson2019-01-101-0/+14
* sna: Skip restoring a mode for link-status=bad if the crtc was idleChris Wilson2018-12-031-0/+3
* sna: Only generate a coldprobe RR probe when RandR is enabledChris Wilson2018-10-191-4/+1
* sna/video/sprite: Query planes for RGB565Ville Syrjälä2018-05-311-0/+76
* sna/video/sprite: Add sprite planes in orderVille Syrjälä2018-05-311-1/+1
* sna: Handle wedged devices during sna_crtc_redisplayChris Wilson2018-04-131-4/+8
* sna: Discard the per-crtc TearFree back buffer on resizeChris Wilson2018-04-041-0/+5
* sna: Reorder vblank/flip event handling to avoid TearFree recursionChris Wilson2018-04-031-27/+10
* sna: Skip shadow redisplay if flips still pendingChris Wilson2018-04-031-17/+6
* sna: Report the move_to_gpu failed if the allocation failedChris Wilson2018-04-031-15/+10
* sna: Defer submission of the next shadow frame until halfway throughChris Wilson2018-04-011-2/+4
* sna: CustomEDID fixdom.constant@free.fr2018-03-021-16/+12
* sna: Add XV_COLORSPACE attribute support for sprite Xv adaptorsVille Syrjälä2018-03-021-31/+118
* sna: Disable DPMS-deferred modesetting when run as a secondary screenChris Wilson2017-11-091-1/+1
* sna: Fix up assert()sChris Wilson2017-10-121-2/+2
* sna: Validate rrPrimaryOutput belongs to our ScreenChris Wilson2017-10-121-5/+7
* sna: Move the public sna_crtc fields into a named structChris Wilson2017-10-121-7/+6
* sna: Avoid fopen inside signalsafe debug pathsChris Wilson2017-10-081-10/+21
* sna/present: Queue the keepalive vblankChris Wilson2017-10-081-0/+2
* sna: Tweak fb size assertionChris Wilson2017-08-301-1/+1
* sna: Check active_scanout flag across TearFree exchangeChris Wilson2017-06-071-0/+3
* sna: Squash compiler warning for mismatched pointersChris Wilson2017-06-071-8/+8
* sna: Fix fallback clearing of the shadowChris Wilson2017-04-181-1/+1
* sna: Use a slightly larger preallocated array for propertiesChris Wilson2017-04-101-4/+6
* sna: Use the first active crtc as the primary output fallbackChris Wilson2017-03-251-4/+19
* sna: Protect against RROutputPrimary being on a slaveChris Wilson2017-03-251-1/+3
* sna: Repeat EDID read if it changes beneath usChris Wilson2017-03-101-19/+22
* sna: Check link-status after a hotplug eventChris Wilson2017-02-161-3/+51
* Revert "sna: Force CRTC off when DP-MST are unplugged"Chris Wilson2017-02-011-7/+1
* sna: Explicitly disable unused CRTCChris Wilson2017-02-011-1/+3
* sna: Remove bogus assert that the connector is a zombie before reattachingChris Wilson2017-02-011-1/+0
* sna: Force CRTC off when DP-MST are unpluggedChris Wilson2017-02-011-1/+7
* sna: Reorder frontbuffer resize vs flip event queue drainingChris Wilson2016-12-051-8/+8
* sna: Add missing NULL check for readdir result in has_connector_backlightJames Clarke2016-12-051-0/+3
* sna: Always ask the client to reprobe after userspaceChris Wilson2016-11-301-1/+6
* sna: Set reprobe flag on attached connectors after setcrtc failureChris Wilson2016-11-181-1/+17
* sna: Ensure we re-calculate fb_to_cursor transform if sharing cursorMatt Roper2016-11-161-14/+14
* sna: Acquire cursor before use in sna_cursor_set_position()Chris Wilson2016-11-151-9/+8
* sna: Recompute the cursor after a modesetChris Wilson2016-11-151-0/+7
* sna: Mark up CPU writes for scanout flushChris Wilson2016-11-051-1/+7
* sna: Keep the backlight iface name on the heapChris Wilson2016-10-241-7/+5