summaryrefslogtreecommitdiff
path: root/src/sna/sna_display.c
AgeCommit message (Expand)Author
2014-03-17sna: Improve guard against loading palettes whilst headlessChris Wilson
2014-02-21sna: Do not attempt fallback configuration without any CRTCsChris Wilson
2014-02-20backlight: Make search routine for device specific backlight commonChris Wilson
2014-02-20sna: Query cursor size from the kernelChris Wilson
2014-02-15backlight: Amalgamate hardcoded priority tablesChris Wilson
2014-02-15intel: Add a helper for setting backlight without root rightsChris Wilson
2014-02-14sna: Inherit the native rotation on initial output probingChris Wilson
2014-02-14sna: Reorganise native rotation ioctls to compile on old LinuxChris Wilson
2014-02-14sna: Guard use of DRM_MODE_OBJECT type idsChris Wilson
2014-02-14sna: Check that the backlight interface is in sysfs before accessChris Wilson
2014-02-13sna: Increase the acceptable screen size rangeChris Wilson
2014-02-13sna: Filter out requests to create a 0x0 frontbufferChris Wilson
2014-02-13sna: Check for access to backlight interfaceChris Wilson
2014-02-13sna: Clear DPMS tracking on VT switchChris Wilson
2014-02-13sna: Extend native rotation support to spritesChris Wilson
2014-02-13sna: Enable coordinate transforms for native CRTC rotationChris Wilson
2014-02-13sna: Always assign a name to the modesChris Wilson
2014-02-12sna: Support native primary plane rotationsChris Wilson
2014-02-12Revert "sna/gen6: Serialise write to DERRMR register using STORE_REGISTER_MEM"Chris Wilson
2014-02-11sna/gen6: Serialise write to DERRMR register using STORE_REGISTER_MEMChris Wilson
2014-01-30sna: Silence a compiler warning for mismatching const stringsChris Wilson
2014-01-30sna: Suppress warning for freeing a "constant" stringChris Wilson
2014-01-30sna: Handle char *backlight_ifaceChris Wilson
2014-01-29sna: Fix format specifier typo ('%D') in DBGChris Wilson
2014-01-29sna: Skip undamaged TearFree redisplaysChris Wilson
2014-01-28sna: Cancel the backlight change if set-property(DPMS) failsChris Wilson
2014-01-23sna: Protect against fake CRTCs during initial probeChris Wilson
2014-01-23sna: Avoid erroneous discarding operations for partial compositesChris Wilson
2014-01-21sna: Initialise the TearFree shadow output from the current front bufferChris Wilson
2014-01-20sna: Increase limit on number of possible outputsChris Wilson
2014-01-19sna: Discard pending wait_for_shadow updates before the TearFree flipChris Wilson
2014-01-16sna: Avoid allocating temporary storage for TearFree rotationsChris Wilson
2014-01-10sna/dri: Handle TearFree vblanks whilst the pipe is offChris Wilson
2014-01-06sna: Always treat DPMSModeSuspend/Standby similar to DPMSModeOffChris Wilson
2013-12-15sna: Remove stale assertionChris Wilson
2013-12-11sna: Remove unused variableChris Wilson
2013-12-11sna: Enable scanline waits for BroadwellChris Wilson
2013-12-09sna: Fallback gracefully when redisplaying after a GPU hangChris Wilson
2013-12-05sna: Compilation fixes for squeezeChris Wilson
2013-12-04sna: Update Baytrail VSync logicChris Wilson
2013-11-26sna: Update connector-type-to-string mappingChris Wilson
2013-11-25sna: Correct plurization of axis for modesetting log messageChris Wilson
2013-11-25sna: Include reflections when logging mode changesChris Wilson
2013-11-25sna: Log mode switches on virtual outputsChris Wilson
2013-11-18sna: Tell valgrind about the returned mode listChris Wilson
2013-11-07sna/gen7: Request secure batches for Haswell vsyncChris Wilson
2013-10-29sna/gen7: Refactor BYT vsync using IVB routinesChris Wilson
2013-10-28sna: Quieten a couple of valgrind warnings about unknown ioctlsChris Wilson
2013-10-27sna: Handle transient TearFree flip failuresChris Wilson
2013-10-24sna: Fix canonical mode name to correctly use asprintfChris Wilson