summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-02Bump version for 18.0.0 releasexf86-video-amdgpu-18.0.0Michel Dänzer
2018-03-02modesetting: Update property values at detect and uevent timeKeith Packard
2018-03-02modesetting: Reset output_id if drmModeGetConnector failedDaniel Martin
2018-03-02modesetting: Use helper to fetch drmModeProperty(Blob)sDaniel Martin
2018-03-01fix include order for present.h configure testChristoph Haag
2018-02-16Disable all unused CRTCs before setting desired modesMichel Dänzer
2018-02-15Don't bail from drmmode_set_desired_modes immediatelyMichel Dänzer
2018-02-15If glamor is too old for depth 30, fall back to ShadowFBMichel Dänzer
2018-02-14Revert "Guard against pAMDGPUEnt == NULL in AMDGPUFreeRec"Michel Dänzer
2018-02-14Don't call AMDGPUFreeRec from AMDGPUPreInit_KMSMichel Dänzer
2018-02-14Guard against pAMDGPUEnt == NULL in AMDGPUFreeRecMichel Dänzer
2018-02-14Always use screen depth/bpp for KMS framebuffersMichel Dänzer
2018-02-14Add 30bit RGB color format supportHawking Zhang
2018-02-14Disable gamma set when deep colorQiang Yu
2018-02-12Define per x-screen individual drmmode_crtc_funcsMario Kleiner
2018-01-22Fix linear check in amdgpu_glamor_share_pixmap_backingMichel Dänzer
2017-12-27Keep track of how many SW cursors are visible on each screenMichel Dänzer
2017-12-22Move cursor related ScreenInit calls into AMDGPUCursorInit_KMSMichel Dänzer
2017-11-15Add amdgpu_dirty_src_drawable helperMichel Dänzer
2017-11-08Use correct ScrnInfoPtr in redisplay_dirtyMichel Dänzer
2017-11-01modesetting: Check crtc before searching link-status propertyDaniel Martin
2017-10-20modesetting: Skip no-longer-present connectors when resetting BAD linksKeith Packard
2017-10-20Always call drmModeFreeProperty after drmModeGetPropertyMichel Dänzer
2017-10-20Call TimerFree for timer created in LeaveVTMichel Dänzer
2017-10-20Free memory returned by xf86GetEntityInfoMichel Dänzer
2017-10-20Free pAMDGPUEnt memory in AMDGPUFreeRecMichel Dänzer
2017-10-20Bail if there's a problem with ShadowFBMichel Dänzer
2017-10-19Fix VT switching with ShadowFBMichel Dänzer
2017-10-05Clarify when TearFree is automatically enabled.Darren Salt
2017-10-05Post-release version bumpMichel Dänzer
2017-09-08Bump version for 1.4.0 releasexf86-video-amdgpu-1.4.0Michel Dänzer
2017-08-31Require xserver >= 1.13Michel Dänzer
2017-08-30Use a timer for unreferencing the all-black FBMichel 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 amdgpu_master_screen helperMichel Dänzer
2017-08-30Create amdgpu_pixmap_get_fb_ptr helperMichel Dänzer
2017-08-30Create drmmode_set_mode helperMichel Dänzer
2017-08-29Create amdgpu_pixmap_clear helperMichel Dänzer
2017-08-22modesetting: re-set the crtc's mode when link-status goes BADMartin Peres
2017-08-22Make amdgpu_scanout_do_update take a PixmapPtr instead of a DrawablePtrMichel Dänzer
2017-08-22Use xorg_list_append for the DRM event listMichel Dänzer
2017-08-22Consolidate amdgpu_scanout_flip_abort/handler helpersMichel Dänzer
2017-08-22Always allow DRI2 page flipping with TearFreeMichel Dänzer
2017-08-22Always allow Present page flipping with TearFreeMichel Dänzer
2017-08-22Pass extents to amdgpu_scanout_do_updateMichel Dänzer
2017-08-22Add source drawable parameter to amdgpu_scanout_do_updateMichel 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_crtc_wait_pending_event helper macroMichel Dänzer