summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-26Don't unreference FBs of pixmaps from different screens in LeaveVTMichel Dänzer1-10/+17
2019-09-18Don't set up black scanout buffer if LeaveVT is called from CloseScreenMichel Dänzer1-1/+9
2019-08-07present: Don't check pixmap pitch in check_flip with non-DC >= 3.34Michel Dänzer1-3/+10
2019-08-07present: Don't check pixmap pitch in check_flip with current DCMichel Dänzer1-4/+4
2019-08-07present: Also check pixmap pitch in check_flip with current xserverMichel Dänzer1-2/+0
2019-07-05Don't disable page flipping completely with SW cursorMichel Dänzer1-7/+2
2019-06-25present: Check that we can get a KMS FB for flippingMichel Dänzer2-0/+19
2019-06-14Remove dri2_drawable_crtc parameter consider_disabledMichel Dänzer1-5/+5
2019-06-14dri2: Re-use previous CRTC when possible if pick_best_crtc returns NULLMichel Dänzer1-2/+4
2019-06-10dri2: reply to client for WaitMSC request in any caseFlora Cui1-0/+3
2019-04-30dri3: Always flush glamor before sharing pixmap storage with clientsMichel Dänzer1-21/+5
2019-04-18Retry get_fb_ptr in get_fbMichel Dänzer1-12/+13
2019-03-07modesetting: add tile property supportDave Airlie2-2/+55
2019-03-04present: Don't check tiling parameters with DC & DRM minor version >= 31Michel Dänzer1-5/+11
2019-03-04Make drmmode_cm_enabled an inline functionMichel Dänzer2-8/+9
2019-03-04Revert "Remove set but unused amdgpu_dri2::pKernelDRMVersion"Michel Dänzer2-0/+7
2019-03-01dri2: Call drm_queue_handle_deferred in dri2_deferred_eventMichel Dänzer1-4/+15
2019-02-27present: Check that flip and screen pixmap pitches matchMichel Dänzer1-1/+7
2019-02-22Call amdgpu_present_set_screen_vrr from amdgpu_vrr_property_updateMichel Dänzer3-1/+9
2019-02-22Make use of property request wrappers for VRR propertyMichel Dänzer1-60/+55
2019-02-20Wrap change/delete window property request handlersMichel Dänzer1-1/+90
2019-02-20Don't enable the VRR support code for GPU screensMichel Dänzer1-4/+6
2019-02-12Don't register a window private if VRR is disabledMichel Dänzer1-1/+2
2019-01-25Keep waiting for a pending flip if drm_handle_event returns 0Michel Dänzer1-1/+1
2019-01-25Call drmHandleEvent again if it was interrupted by a signalMichel Dänzer1-1/+16
2019-01-17Only update drmmode_crtc->flip_pending after actually submitting a flipMichel Dänzer2-38/+43
2019-01-16Don't allow TearFree scanout flips to complete in the same vblank periodMichel Dänzer1-2/+2
2019-01-16glamor: Avoid glamor_create_pixmap for pixmaps backing windowsMichel Dänzer1-1/+1
2019-01-16dri2: Flush in dri2_create_buffer2 after calling glamor_set_pixmap_boMichel Dänzer1-0/+6
2019-01-11dri3: Flush if necessary in dri3_fd_from_pixmapMichel Dänzer1-2/+29
2019-01-10Only call drmmode_validate_leases if RandR is enabledMichel Dänzer1-1/+2
2019-01-10Only call drmmode_uevent_init if RandR is enabledMichel Dänzer2-3/+3
2018-12-20Remove superfluous vrr_flipping field and clean up related codeMichel Dänzer2-18/+14
2018-12-19Don't clear info->flip_window in present_unflipMichel Dänzer1-1/+0
2018-12-19Fix crash when page flipping in multi-X-Screen/Zaphod modeMario Kleiner1-7/+9
2018-12-13Use two HW cursor buffers per CRTCMichel Dänzer3-16/+38
2018-12-13Update cursor position in drmmode_show_cursor if hotspot changedMichel Dänzer2-32/+48
2018-12-13Use drmIoctl in drmmode_show_cursorMichel Dänzer1-9/+14
2018-12-13Drop AMDGPUInfoRec::cursor_buffer arrayMichel Dänzer4-24/+9
2018-12-13Don't use GBM for allocating HW cursor BOsMichel Dänzer2-54/+14
2018-12-13Automatically try re-enabling TearFree after a flip failedMichel Dänzer2-11/+71
2018-12-13Cancel pending scanout update in drmmode_crtc_scanout_updateMichel Dänzer1-5/+11
2018-12-13Perform scanout buffer update immediately if drmmode_wait_vblank failsMichel Dänzer1-10/+19
2018-11-30Support CRTC variable refresh for windows using Present flipsNicholas Kazlauskas5-0/+181
2018-11-30Check last flip window instead of screen root before flippingNicholas Kazlauskas2-2/+6
2018-11-20Skip gamma correction of cursor data if premultiplied R/G/B > alphaMichel Dänzer1-13/+21
2018-11-16Move deferred vblank events to separate drm_vblank_deferred listMichel Dänzer1-11/+46
2018-11-16Explicitly keep track of whether a DRM event is for a flip or notMichel Dänzer6-37/+25
2018-11-16Use drm_abort_one in drm_queue_handlerMichel Dänzer1-14/+14
2018-11-15Relax detection of non-premultiplied alpha cursor dataMichel Dänzer1-2/+2