summaryrefslogtreecommitdiff
path: root/src/sna/sna_display.c
AgeCommit message (Expand)Author
2013-06-05sna: Do not conflate ignoring an output with an allocation failureChris Wilson
2013-05-30sna: Compile fix for non-debug buildsChris Wilson
2013-05-30sna: Assert that an existing scanout is the desired sizeChris Wilson
2013-05-30sna: Cleanup up error reporting after failure to init KMS interfaceChris Wilson
2013-05-30sna: Report allocations failures during Screen initialisationChris Wilson
2013-05-29sna: Log which outputs are being configured during a modesetChris Wilson
2013-05-29sna: fixup up possible_clones kms->X impedance mismatchDaniel Vetter
2013-05-29sna: Sanity check that CRTC / output combination is validChris Wilson
2013-05-28sna: Call mode update after disabling outputs upon VT switchChris Wilson
2013-05-24sna: Fix cut'n'paste compile error from previous commitChris Wilson
2013-05-24sna: Log when the framebuffer changes sizeChris Wilson
2013-04-12sna: Flush the scanout cache after resizing the displayChris Wilson
2013-04-02sna: Relax scanline waits on HSW to be emittable from either ringChris Wilson
2013-03-26sna: Fix OpenBSD backlight control implementationMark Kettenis
2013-03-22sna: Add backlight control implementationChris Wilson
2013-03-19sna: Haswell reintroduces MI_LOAD_SCAN_LINESChris Wilson
2013-03-19sna: Ignore vsync waits on tiny scanline rangesChris Wilson
2013-03-14sna: Add a few more assertions to track userptr through the cachesChris Wilson
2013-03-07sna: Remove the unused output and crtc listsChris Wilson
2013-03-07sna: Disambiguate sna_crtc_resize()Chris Wilson
2013-03-07sna: Supply a fake pipe to run completely headlessChris Wilson
2013-03-07sna: Return early if there are no outputs to setupChris Wilson
2013-03-05sna: Assert that the pixmap is not pinned before releasing the GPU boChris Wilson
2013-03-05sna: Ensure that the tearfree swap is unmapped afterwardsChris Wilson
2013-03-03sna/gen3: Add some debug around rendercopies of the fbconChris Wilson
2013-03-03sna: Eliminate a few used-once local variablesChris Wilson
2013-02-27sna: Remove the trailing '.' from the previous commitChris Wilson
2013-02-27sna: Migrate dirty tracking across ScreenPixmap updatesChris Wilson
2013-02-23sna: Tidy a call to set the gamma before setting up a CRTCChris Wilson
2013-02-11sna/dri: Update flush status for tear-free exported GPU boChris Wilson
2013-02-10sna: Backport to squeeze - Xorg-1.6, pixman-0.16, libdrm-2.4.21Chris Wilson
2013-02-08sna: Force the fallback path for unaccelerated randr damageChris Wilson
2013-02-05sna: ValleyView uses the same scanline registers as SandyBridgeChris Wilson
2013-01-31sna: Make sure the needs_flush is always accompanied by a tracking requestChris Wilson
2013-01-31sna: Pass width/height to composite for rotated displaysChris Wilson
2013-01-30sna: Add a bunch of assertions to make sure we do not misplace scanoutsChris Wilson
2013-01-30sna: Return early if the Drawable box exactly matches one CRTCChris Wilson
2013-01-23sna: Clean up WAIT_FOR_EVENT on gen2/3Chris Wilson
2013-01-23sna/dri: Prefer to use the BLT ring for vsync'ed copies on IVB+Chris Wilson
2013-01-23sna/gen6: Correct the event definition for secondary pipes for MI_WAIT_FOR_EVENTChris Wilson
2013-01-23sna/gen7: Correct the event definition for secondary pipes for MI_WAIT_FOR_EVENTChris Wilson
2013-01-21sna: Use the maximum backlight value if we fail to read the current valueChris Wilson
2013-01-20sna/gen7: Place the vsync commands in the same cachelineChris Wilson
2013-01-20sna/gen7: Offset start/end scanlines by oneChris Wilson
2013-01-20sna/gen6: Tweak programming scanline valuesChris Wilson
2013-01-18sna: Replace double negative '!RegionNotEmpty' with the equivalent RegionNilChris Wilson
2013-01-06sna: Only disable upon a failed pageflip after at least one pipe flipsChris Wilson
2012-12-28sna: Skip copying fbcon if we are already on the scanoutChris Wilson
2012-12-27sna: Sanity check config->compat_outputChris Wilson
2012-12-27sna: Do not try and set a 0x0 modeChris Wilson