summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-03-08Pass extents to amdgpu_scanout_do_update by valueMichel Dänzer3-15/+15
2018-03-07Wrap the whole miPointerScreenFuncRec, instead of only Set/MoveCursorMichel Dänzer4-23/+63
2018-03-06Only change Set/MoveCursor hooks from what we expectMichel Dänzer1-6/+10
2018-03-02modesetting: Update property values at detect and uevent timeKeith Packard1-18/+86
2018-03-02modesetting: Reset output_id if drmModeGetConnector failedDaniel Martin1-1/+3
2018-03-02modesetting: Use helper to fetch drmModeProperty(Blob)sDaniel Martin1-58/+70
2018-02-16Disable all unused CRTCs before setting desired modesMichel Dänzer1-12/+21
2018-02-15Don't bail from drmmode_set_desired_modes immediatelyMichel Dänzer1-9/+25
2018-02-15If glamor is too old for depth 30, fall back to ShadowFBMichel Dänzer1-7/+9
2018-02-14Revert "Guard against pAMDGPUEnt == NULL in AMDGPUFreeRec"Michel Dänzer1-1/+1
2018-02-14Don't call AMDGPUFreeRec from AMDGPUPreInit_KMSMichel Dänzer1-13/+9
2018-02-14Guard against pAMDGPUEnt == NULL in AMDGPUFreeRecMichel Dänzer1-1/+1
2018-02-14Always use screen depth/bpp for KMS framebuffersMichel Dänzer2-10/+8
2018-02-14Add 30bit RGB color format supportHawking Zhang3-0/+11
2018-02-14Disable gamma set when deep colorQiang Yu1-4/+14
2018-02-12Define per x-screen individual drmmode_crtc_funcsMario Kleiner2-4/+11
2018-01-22Fix linear check in amdgpu_glamor_share_pixmap_backingMichel Dänzer1-1/+9
2017-12-27Keep track of how many SW cursors are visible on each screenMichel Dänzer6-2/+99
2017-12-22Move cursor related ScreenInit calls into AMDGPUCursorInit_KMSMichel Dänzer1-19/+25
2017-11-15Add amdgpu_dirty_src_drawable helperMichel Dänzer2-14/+11
2017-11-08Use correct ScrnInfoPtr in redisplay_dirtyMichel Dänzer1-2/+6
2017-11-01modesetting: Check crtc before searching link-status propertyDaniel Martin1-5/+3
2017-10-20modesetting: Skip no-longer-present connectors when resetting BAD linksKeith Packard1-1/+4
2017-10-20Always call drmModeFreeProperty after drmModeGetPropertyMichel Dänzer1-2/+2
2017-10-20Call TimerFree for timer created in LeaveVTMichel Dänzer1-0/+1
2017-10-20Free memory returned by xf86GetEntityInfoMichel Dänzer2-8/+17
2017-10-20Free pAMDGPUEnt memory in AMDGPUFreeRecMichel Dänzer2-6/+4
2017-10-20Bail if there's a problem with ShadowFBMichel Dänzer1-4/+4
2017-10-19Fix VT switching with ShadowFBMichel Dänzer1-60/+94
2017-08-31Require xserver >= 1.13Michel Dänzer13-296/+57
2017-08-30Use a timer for unreferencing the all-black FBMichel Dänzer1-15/+27
2017-08-30Remove drmmode_scanout_freeMichel Dänzer2-11/+0
2017-08-30Make all active CRTCs scan out an all-black framebuffer in LeaveVTMichel Dänzer3-10/+97
2017-08-30Create amdgpu_master_screen helperMichel Dänzer1-4/+10
2017-08-30Create amdgpu_pixmap_get_fb_ptr helperMichel Dänzer1-19/+27
2017-08-30Create drmmode_set_mode helperMichel Dänzer2-33/+52
2017-08-29Create amdgpu_pixmap_clear helperMichel Dänzer3-13/+23
2017-08-22modesetting: re-set the crtc's mode when link-status goes BADMartin Peres1-0/+43
2017-08-22Make amdgpu_scanout_do_update take a PixmapPtr instead of a DrawablePtrMichel Dänzer3-11/+10
2017-08-22Use xorg_list_append for the DRM event listMichel Dänzer2-1/+8
2017-08-22Consolidate amdgpu_scanout_flip_abort/handler helpersMichel Dänzer1-49/+36
2017-08-22Always allow DRI2 page flipping with TearFreeMichel Dänzer1-2/+0
2017-08-22Always allow Present page flipping with TearFreeMichel Dänzer4-23/+152
2017-08-22Pass extents to amdgpu_scanout_do_updateMichel Dänzer3-22/+24
2017-08-22Add source drawable parameter to amdgpu_scanout_do_updateMichel Dänzer3-11/+13
2017-08-22Handle multiple "pending" Present flipsMichel Dänzer2-12/+18
2017-08-22Wait for pending flips synchronously before turning off a CRTCMichel Dänzer5-60/+21
2017-08-22Create drmmode_crtc_wait_pending_event helper macroMichel Dänzer1-4/+10
2017-08-22Create drmmode_wait_vblank helperMichel Dänzer6-128/+85
2017-08-22Pass reference CRTC to amdgpu_do_pageflip directlyMichel Dänzer4-16/+7