summaryrefslogtreecommitdiff
path: root/src/drmmode_display.c
AgeCommit message (Expand)Author
2014-05-02radeon: fix use-after-free in modesetting cleanupDave Airlie
2014-04-28Revert "Adapt to load_cursor_argb signature change in xserver 1.15.99.902"Michel Dänzer
2014-04-15Adapt to load_cursor_argb signature change in xserver 1.15.99.902Michel Dänzer
2014-02-25Only log debugging output about initializing colormaps when we're doing soMichel Dänzer
2014-02-21radeon: don't install colormap handling if there are no crtcsAlex Deucher
2013-09-27radeon: fix limit handling for cards with >4G of ramAlex Deucher
2013-08-22Fix shadowfb on big-endian machinesMark Kettenis
2013-08-05drmmode: add support for multi-screen reverse optimusAlex Deucher
2013-08-05radeon: add support for reverse prime (v2)Dave Airlie
2013-08-05radeon: fix naming clashes with multiple GPUs (v3)Alex Deucher
2013-06-28radeon: update cursor handling for CIKAlex Deucher
2013-06-17radeon: fix a memory leak in get_modes() callback.Leo Liu
2013-05-29drmmode: calculate interpolated vblanks while in dpms-off stateIlija Hadzic
2013-05-29drmmode: remove dead code from drmmode_crtc_dpmsIlija Hadzic
2013-05-29drmmode: add drmmode_get_current_ust functionIlija Hadzic
2013-04-18radeonsi: add 2d tiling supportJerome Glisse
2013-03-21drmmode: handle failure of drmModeGetConnectorMaarten Lankhorst
2013-03-21radeon: add refcounts to fix up zaphod open/close.Maarten Lankhorst
2013-03-20Cleanup drmmode in CloseScreen.Maarten Lankhorst
2013-01-11Make CRTC shadow pixmaps usable by glamor.Michel Dänzer
2013-01-11DRI2/r[345]xx: 16 bit depth buffers use square micro tiling.Michel Dänzer
2013-01-10Drop support for X servers older than 1.7.Michel Dänzer
2012-12-11Remove dead code flagged by gcc -Wunused-but-set-variable.Michel Dänzer
2012-12-04radeon: avoid copying over itself ddx fbJerome Glisse
2012-09-03radeon: add capability and provider supportDave Airlie
2012-07-10Initial glamor support.Michel Dänzer
2012-06-16radeon: migrate remainder of radeon_driver.c to rest of driverDave Airlie
2012-06-15radeon: more unused stuffDave Airlie
2012-06-15radeon: drop all UMS/DRI1/XAA/overlay support.Dave Airlie
2012-06-06Don't wait on a CRTC which has been disabled via DPMS (bug #49761).Michel Dänzer
2012-06-02radeon: improve smooth startup fallbacks.Dave Airlie
2012-06-02radeon: fix smooth startup with tiling enabled.Dave Airlie
2012-06-01drmmode: drop flags arg to adjust frame.Dave Airlie
2012-05-23ati: convert to new screen conversion APIsDave Airlie
2012-03-06Re-register DRM FD wakeup handler for each server generation.Michel Dänzer
2012-02-13radeon: r6xx-eg use linear general when using scratch boJerome Glisse
2012-02-10radeon: fix crash in drmmode_create_bo_pixmap()Alex Deucher
2012-02-06r600-evergreen: use common surface allocator for tiling v11Jerome Glisse
2011-11-11ati: enable bg none when fbcon succeeds and we are built against ABI after 10.Dave Airlie
2011-11-04DRI/DRI2: remove hard-coded limitation to 6 crtcsIlija Hadzic
2011-08-01kms: fix possible leak in pageflip codeAlex Deucher
2011-08-01kms: Move flip_count and co. to a per swap structureVille Syrjala
2011-05-13KMS: Fix output properties logic error.Michel Dänzer
2011-02-28kms: don't rotate if acceleration is not enabledAlex Deucher
2011-02-12kms: use worst case base/pitch align if we don't have drm tiling infoAlex Deucher
2011-02-12kms: fix rotate pitch alignAlex Deucher
2011-02-11kms/6xx+: endian swap cursor uploadsCédric Cano
2011-02-106xx+: switch to linear aligned rather than linear generalAlex Deucher
2011-02-01kms/pre-6xx: fix pageflipping with tilingAlex Deucher
2011-01-11kms: fix pitch aligment for scanoutAlex Deucher