summaryrefslogtreecommitdiff
path: root/src/drmmode_display.h
AgeCommit message (Expand)Author
2019-03-04Make drmmode_cm_enabled an inline functionMichel Dänzer
2018-12-20Remove superfluous vrr_flipping field and clean up related codeMichel Dänzer
2018-12-13Use two HW cursor buffers per CRTCMichel Dänzer
2018-12-13Update cursor position in drmmode_show_cursor if hotspot changedMichel Dänzer
2018-12-13Drop AMDGPUInfoRec::cursor_buffer arrayMichel Dänzer
2018-12-13Automatically try re-enabling TearFree after a flip failedMichel Dänzer
2018-11-30Support CRTC variable refresh for windows using Present flipsNicholas Kazlauskas
2018-09-26Handle pending scanout update in drmmode_crtc_scanout_freeMichel Dänzer
2018-08-16Remove drmmode_crtc_private_rec::present_vblank_* related codeMichel Dänzer
2018-08-16Defer vblank event handling while waiting for a pending flipMichel Dänzer
2018-07-27Store FB for each CRTC in drmmode_flipdata_recMichel Dänzer
2018-07-23Remove drmmode_terminate_leasesMichel Dänzer
2018-07-10Add RandR leases supportKeith Packard
2018-06-26Initialize color properties on CRTC during CRTC initLeo Li (Sunpeng)
2018-06-26Cache color property IDs and LUT sizes during pre-initLeo Li (Sunpeng)
2018-04-20Track DRM event queue sequence number in scanout_update_pendingMichel Dänzer
2018-03-07Wrap the whole miPointerScreenFuncRec, instead of only Set/MoveCursorMichel Dänzer
2017-12-27Keep track of how many SW cursors are visible on each screenMichel Dänzer
2017-08-30Remove drmmode_scanout_freeMichel Dänzer
2017-08-30Make all active CRTCs scan out an all-black framebuffer in LeaveVTMichel Dänzer
2017-08-30Create drmmode_set_mode helperMichel Dänzer
2017-08-22Always allow Present page flipping with TearFreeMichel Dänzer
2017-08-22Handle multiple "pending" Present flipsMichel Dänzer
2017-08-22Wait for pending flips synchronously before turning off a CRTCMichel Dänzer
2017-08-22Create drmmode_wait_vblank helperMichel Dänzer
2017-08-22Pass reference CRTC to amdgpu_do_pageflip directlyMichel Dänzer
2017-08-18Remove drmmode_crtc->scanout_destroy[] arrayMichel Dänzer
2017-08-03Allow DRI page flipping when some CRTCs use separate scanout buffersMichel Dänzer
2017-08-03Add drmmode_crtc_can_flip helperMichel Dänzer
2017-07-26If a TearFree flip fails, fall back to non-TearFree operationMichel Dänzer
2017-06-27Improve drmmode_fb_reference debugging codeMichel Dänzer
2017-05-26Use reference counting for tracking KMS framebuffer lifetimesMichel Dänzer
2017-05-24Simplify tracking of PRIME scanout pixmapMichel Dänzer
2017-05-10Remove unused struct members from drmmode_display.hMichel Dänzer
2017-03-03Allow toggling TearFree at runtime via output propertyMichel Dänzer
2016-11-28Make libdrm >= 2.4.72 requirement explicitMichel Dänzer
2016-11-22Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when availableMichel Dänzer
2016-11-02Require xserver 1.10 or newerMichel Dänzer
2016-09-09Make TearFree effective with PRIME slave scanoutMichel Dänzer
2016-09-09Synchronize scanout pixmaps for TearFreeMichel Dänzer
2016-09-09Use drmmode_crtc_scanout_* helpers for RandR 1.4 scanout pixmapsMichel Dänzer
2016-09-09Wait for pending flips to complete before turning off an output or CRTCMichel Dänzer
2016-08-23Remove unused lut_r/g/b arrays from drmmode_crtc_private_recMichel Dänzer
2016-05-12Add support for async flips to radeon_do_pageflipMichel Dänzer
2016-03-23Deal with modesets and page flips crossing on a CRTCMichel Dänzer
2016-03-23Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer
2016-02-27Make amdgpu_do_pageflip take a pixmap instead of a BOMichel Dänzer
2015-10-30Remove info->dri2.drm_fd and info->drmmode->fdMichel Dänzer
2015-10-06present: Fall back to modeset for unflip operationTom St Denis
2015-10-06Don't attempt a DRI2/Present page flip while the other one is flippingTom St Denis