summaryrefslogtreecommitdiff
path: root/src/sna/sna_display.c
AgeCommit message (Expand)Author
2014-10-16sna: Allow TearFree updates to continue even when the GPU is wedgedChris Wilson
2014-10-16sna: Fixup a failed per-CRTC TearFree flipChris Wilson
2014-10-15sna: Prevent recursion during last-gasp disabling of outputsChris Wilson
2014-10-11sna: Log if we disable the backlight after failure to switch it onChris Wilson
2014-10-07sna: Fix the TearFree flip handler for the change in argument orderChris Wilson
2014-10-07sna: Retrieve private pointer from vblank cookieChris Wilson
2014-10-05sna: Double check for no residual CPU damage along redisplay fast pathChris Wilson
2014-10-05sna: Only use copy redisplay fast path if we have a source GPU boChris Wilson
2014-10-03sna: Update vblank interval after enabling outputsChris Wilson
2014-09-29sna: Clear padding in rotation properties for valgrindChris Wilson
2014-09-28sna: Use move-to-gpu for explicit handling of damage during fbcon copyChris Wilson
2014-09-26sna: Allow move-to-gpu to fail during ScreenCreateResourcesChris Wilson
2014-09-25sna: Pass scanout hints along to move-to-gpuChris Wilson
2014-09-25sna: Check scanout Pixmaps are the correct pitch and convert if necessaryChris Wilson
2014-09-25sna: Use shadow CRTC bo if we fail to obtain an framebuffer for the PixmapChris Wilson
2014-09-24sna: Relax constant numCrtcs assertion when ZaphodHeads is activeChris Wilson
2014-09-24sna: Reuse the same buffer when panning large CRTCsChris Wilson
2014-09-24sna: Initialise the per-CRTC shadow bo on first useChris Wilson
2014-09-15sna: Last ditch attempt to make extra large batches fitChris Wilson
2014-09-15sna: Update the list of outputs after a failed modesetChris Wilson
2014-09-12sna: Mark the CRTC as disabled when hiding the planeChris Wilson
2014-09-12sna: DBG compile fixChris Wilson
2014-09-12sna: Use default monitor options on the first outputChris Wilson
2014-09-11sna: Request the backlight to be disabled along with DPMS offChris Wilson
2014-09-10sna: Fix use of GETBLOB ioctl for grabbing the MST pathChris Wilson
2014-09-08sna: Fix backlight assertion after only hiding planesChris Wilson
2014-09-07sna: Disable the fb on switching away from XChris Wilson
2014-09-07sna: Compute clones on final orderingChris Wilson
2014-09-03sna: Skip over hotunplugged outputs during CRTC setChris Wilson
2014-09-01sna: Fallback to normal composite if the blt redisplay failsChris Wilson
2014-08-26sna: Fix attaching to a headless configurationChris Wilson
2014-08-21sna: Propagate failure from changing backlight valueChris Wilson
2014-08-21sna: Only send the bl change notification if the randr_output existsChris Wilson
2014-08-14sna: Select appropriate tiling mode for TearFree shadow bufferChris Wilson
2014-08-14sna: DBG Log all failure paths in allocating CRTC pixmapsChris Wilson
2014-08-14sna: Add error message to explain modesetting failures due to allocationChris Wilson
2014-08-14sna: Do not force creation of a linear GPU bo that we don't wantChris Wilson
2014-08-14sna: Use a shadow buffer for linear framebufferChris Wilson
2014-08-13sna: Relax the square cursor assumptionChris Wilson
2014-08-12sna: Only apply a DPMS change for an enabled CRTCChris Wilson
2014-08-12sna: Suppress "switch to mode" messages for internal CRTC appliesChris Wilson
2014-08-12sna: Separate panel checks from adding default modesChris Wilson
2014-08-11sna: Parse output options early during initialisationChris Wilson
2014-08-10sna: Respect monitor option "DefaultModes"Chris Wilson
2014-08-09sna: Reorder output array to match primary placement for InitialConfigurationChris Wilson
2014-08-08sna: Restore the clear before pwriting the cursorChris Wilson
2014-08-08sna: Clear old cursors when resizingChris Wilson
2014-08-07sna: Flush cursor width changesChris Wilson
2014-08-06sna: Enable kernel rotation support by defaultChris Wilson
2014-08-05sna: Set the RandR primary output from the optionChris Wilson