summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-25Set drmmode_crtc->scanout_id = 0 when TearFree is disabledMichel Dänzer1-0/+2
2018-04-25Simplify drmmode_handle_transformMichel Dänzer1-5/+1
2018-04-23Don't call scanout_flip/update with a legacy RandR scanout bufferMichel Dänzer1-0/+3
2018-04-23Simplify drmmode_crtc_scanout_updateMichel Dänzer1-12/+4
2018-04-20Update RandR CRTC state if set_mode_major fails in set_desired_modesMichel Dänzer1-0/+2
2018-04-20Abort scanout_update_pending event when possibleMichel Dänzer1-4/+8
2018-04-20Track DRM event queue sequence number in scanout_update_pendingMichel Dänzer2-9/+9
2018-04-20Ignore AMDGPU_DRM_QUEUE_ERROR (0) in amdgpu_drm_abort_entryMichel Dänzer1-0/+3
2018-04-20Remove set but unused amdgpu_dri2::pKernelDRMVersionEmil Velikov2-7/+0
2018-04-20Do not export the DriverRec AMDGPUEmil Velikov1-1/+1
2018-04-20Move amdgpu_bus_id/amgpu_kernel_mode within amdgpu_kernel_open_fdEmil Velikov1-22/+23
2018-04-18Wait for pending scanout update before calling drmmode_crtc_scanout_freeJim Qu1-2/+4
2018-04-18Post-release version bumpMichel Dänzer1-1/+1
2018-03-15Bump version for 18.0.1 releasexf86-video-amdgpu-18.0.1Michel Dänzer1-1/+1
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-02Bump version for 18.0.0 releasexf86-video-amdgpu-18.0.0Michel Dänzer1-1/+1
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-03-01fix include order for present.h configure testChristoph Haag1-2/+2
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 Zhang4-1/+12
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änzer2-2/+10
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-10-05Clarify when TearFree is automatically enabled.Darren Salt1-2/+2
2017-10-05Post-release version bumpMichel Dänzer1-1/+1
2017-09-08Bump version for 1.4.0 releasexf86-video-amdgpu-1.4.0Michel Dänzer1-1/+1
2017-08-31Require xserver >= 1.13Michel Dänzer14-303/+58
2017-08-30Use a timer for unreferencing the all-black FBMichel Dänzer1-15/+27