summaryrefslogtreecommitdiff
path: root/src/drmmode_display.c
AgeCommit message (Expand)Author
2015-04-23Update scanout pixmap contents before setting a mode with itMichel Dänzer
2015-04-23Defer initial modeset until the first BlockHandler invocationMichel Dänzer
2015-04-23Defer initial drmmode_copy_fb call until root window creationMichel Dänzer
2015-04-23Only copy fbcon BO contents if bgNoneRoot is TRUEMichel Dänzer
2015-04-17Add Option "TearFree" v4Michel Dänzer
2015-04-03glamor: Add Option "ShadowPrimary" v2Michel Dänzer
2015-04-03glamor: Add radeon_pixmap parameter to radeon_glamor_create_textured_pixmapMichel Dänzer
2015-04-03Add RADEON_CREATE_PIXMAP_SCANOUT flagMichel Dänzer
2015-04-03Split out struct drmmode_scanout for rotation shadow buffer informationMichel Dänzer
2015-04-03Rename scanout_pixmap_x field to prime_pixmap_xMichel Dänzer
2015-03-30Move radeon_drm_handler/abort_proc fields to drmmode_flipdata_recMichel Dänzer
2015-03-30Simplify radeon_do_pageflip() error handling slightly moreMichel Dänzer
2015-03-30Increase robustness against DRM page flip ioctl failures v3Michel Dänzer
2015-03-25Make radeon_do_pageflip take a BO handle directlyMichel Dänzer
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