summaryrefslogtreecommitdiff
path: root/src/drmmode_display.h
AgeCommit message (Expand)Author
2020-02-05Fix link failure with gcc 10Adam Jackson
2019-03-15modesetting: add tile property supportDave Airlie
2018-12-28Use two HW cursor buffers per CRTCMichel Dänzer
2018-12-28Update cursor position in drmmode_show_cursor if hotspot changedMichel Dänzer
2018-12-28Drop RADEONInfoRec::cursor_bo arrayMichel Dänzer
2018-12-28Automatically try re-enabling TearFree after a flip failedMichel Dänzer
2018-10-24Handle pending scanout update in drmmode_crtc_scanout_freeMichel Dänzer
2018-08-17Remove drmmode_crtc_private_rec::present_vblank_* related codeMichel Dänzer
2018-08-17Defer vblank event handling while waiting for a pending flipMichel Dänzer
2018-08-03Store FB for each CRTC in drmmode_flipdata_recMichel Dänzer
2018-07-23Remove drmmode_terminate_leasesMichel Dänzer
2018-07-12Add RandR leases supportKeith Packard
2018-07-12Track DRM event queue sequence number in scanout_update_pendingMichel Dänzer
2018-07-09Add struct radeon_bufferMichel Dänzer
2018-03-07Wrap the whole miPointerScreenFuncRec, instead of only Set/MoveCursorMichel Dänzer
2017-12-28Keep track of how many SW cursors are visible on each screenMichel Dänzer
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