summaryrefslogtreecommitdiff
path: root/src/drmmode_display.c
AgeCommit message (Expand)Author
2015-03-17Move #include "radeon_glamor.h" from radeon.h to where it's neededMichel Dänzer
2015-03-17DRI2: Split out helper for getting UST and MSC of a specific CRTCMichel Dänzer
2015-03-17DRI2: Use helper functions for DRM event queue management v3Michel Dänzer
2015-02-19Proper leak fix, previous leak fix was bogus.Jerome Glisse
2015-02-19Avoid leaking memory on output.Jerome Glisse
2015-01-14radeon: remove unneeded inclusion of sarea.hRolf Eike Beer
2014-11-17Prefer drmModeSetCursor2 over drmModeSetCursorMichel Dänzer
2014-11-11radeon: add support for DP 1.2 display hotplug (v2)Dave Airlie
2014-11-11radeon: move output name creation to its own functionDave Airlie
2014-11-11radeon: stop caching mode resourcesDave Airlie
2014-08-12radeon: drop redundant radeon_drm.h includesAndreas Boll
2014-06-30Handle CRTC DPMS from output DPMS hooksMichel Dänzer
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