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