summaryrefslogtreecommitdiff
path: root/src/drmmode_display.h
AgeCommit message (Expand)Author
2017-08-29Remove drmmode_scanout_freeMichel Dänzer
2017-08-29Make all active CRTCs scan out an all-black framebuffer in LeaveVTMichel Dänzer
2017-08-29Create drmmode_set_mode helperMichel Dänzer
2017-08-17Always allow Present page flipping with TearFreeMichel Dänzer
2017-08-17Handle multiple "pending" Present flipsMichel Dänzer
2017-08-17Wait for pending flips synchronously before turning off a CRTCMichel Dänzer
2017-08-17Create drmmode_wait_vblank helperMichel Dänzer
2017-08-17Pass reference CRTC to radeon_do_pageflip directlyMichel Dänzer
2017-08-15Remove drmmode_crtc->scanout_destroy[] arrayMichel Dänzer
2017-08-02Allow DRI page flipping when some CRTCs use separate scanout buffersMichel Dänzer
2017-08-02Add drmmode_crtc_can_flip helperMichel Dänzer
2017-07-13If a TearFree flip fails, fall back to non-TearFree operationMichel Dänzer
2017-06-30Use pRADEONEnt->fd exclusively for the DRM file descriptorMichel Dänzer
2017-06-30Improve drmmode_fb_reference debugging codeMichel Dänzer
2017-05-11Remove unused struct members from drmmode_display.hMichel Dänzer
2017-05-11Simplify tracking of PRIME scanout pixmapMichel Dänzer
2017-05-11Use reference counting for tracking KMS framebuffer lifetimesMichel Dänzer
2017-05-11Pass pixmap instead of handle to radeon_do_pageflipMichel Dänzer
2017-02-22Allow toggling TearFree at runtime via output propertyMichel Dänzer
2016-11-24Pass fb_id into drmmode_page_flip_target_absolute/relativeMichel Dänzer
2016-11-18Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when availableMichel Dänzer
2016-10-27Require xserver 1.10 or newerMichel Dänzer
2016-09-21Remove drmmode_load_paletteMichel Dänzer
2016-09-06Make TearFree effective with PRIME slave scanoutMichel Dänzer
2016-09-06Synchronize scanout pixmaps for TearFreeMichel Dänzer
2016-08-25Also call drmmode_clear_pending_flip from radeon_scanout_flip_abortMichel Dänzer
2016-08-17Use drmmode_crtc_scanout_* helpers for RandR 1.4 scanout pixmapsMichel Dänzer
2016-08-03Wait for pending flips to complete before turning off an output or CRTCMichel Dänzer
2016-04-12Add support for async flips to radeon_do_pageflipMichel Dänzer
2016-03-01Deal with modesets and page flips crossing on a CRTCMichel Dänzer
2016-02-27Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer
2015-07-08present: Fall back to modeset for unflip operationMichel Dänzer
2015-06-11Don't attempt a DRI2/Present page flip while the other one is flippingMichel Dänzer
2015-04-23Defer initial modeset until the first BlockHandler invocationMichel 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-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-25Make radeon_do_pageflip take a BO handle directlyMichel 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
2014-11-11radeon: add support for DP 1.2 display hotplug (v2)Dave Airlie
2014-11-11radeon: stop caching mode resourcesDave Airlie
2013-08-05drmmode: add support for multi-screen reverse optimusAlex Deucher
2013-05-29drmmode: calculate interpolated vblanks while in dpms-off stateIlija Hadzic
2013-05-29drmmode: add drmmode_get_current_ust functionIlija Hadzic
2013-03-20Cleanup drmmode in CloseScreen.Maarten Lankhorst
2012-06-15radeon: drop all UMS/DRI1/XAA/overlay support.Dave Airlie