summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-15Bump version for 7.7.1 releasexf86-video-ati-7.7.17.7Michel Dänzer1-1/+1
2016-09-15DRI2: Fix radeon_dri2_exchange_buffers width/height copy'n'paste errorQiang Yu1-1/+1
2016-09-15DRI2: Add interpolated_vblanks in radeon_dri2_get_crtc_mscMichel Dänzer1-2/+6
2016-09-15Destroy all dedicated scanout buffers during CloseScreenMichel Dänzer1-0/+10
2016-09-15glamor: Reallocate linear pixmap BO if necessary for DRI2 PRIMEMichel Dänzer1-0/+20
2016-09-15Move DRI2's local fixup_glamor helper to radeon_glamor_set_pixmap_boMichel Dänzer3-56/+53
2016-09-15Consolidate get_drawable_pixmap helperMichel Dänzer3-27/+17
2016-09-15glamor: Fix radeon_glamor_share_pixmap_backing for priv->bo == NULLMichel Dänzer1-3/+8
2016-09-15Also handle disabled CRTCs in drmmode_clear_pending_flipMichel Dänzer1-3/+5
2016-09-15Don't override crtc parameter value in drmmode_flip_handler/abortMichel Dänzer1-7/+10
2016-09-15Also call drmmode_clear_pending_flip from radeon_scanout_flip_abortMichel Dänzer3-2/+3
2016-09-15Wait for pending flips to complete before turning off an output or CRTCMichel Dänzer5-12/+54
2016-09-15Don't enable micro-tiling for scanout buffers on pre-R600Michel Dänzer1-5/+6
2016-09-15Only use RandR APIs if RandR is enabledMichel Dänzer2-10/+13
2016-09-15Explicitly set the fbcon pixmap pitch againMichel Dänzer2-11/+15
2016-09-15Fix radeon_mode_hotplug crash on multi GPU platform.Qiang Yu1-1/+2
2016-09-15Handle Zaphod mode correctly in radeon_mode_hotplugMichel Dänzer1-10/+35
2016-09-15Remove RR_Capability_SinkOutput for GPU without CRTCQiang Yu1-4/+7
2016-04-07Bump version for 7.7.0 releasexf86-video-ati-7.7.0Michel Dänzer1-1/+1
2016-04-04Update manpage entry for Option "TearFree"Michel Dänzer1-3/+4
2016-04-01Identify DRM event queue entries by sequence number instead of by pointerMichel Dänzer6-72/+84
2016-03-31Update pixmap pitch in radeon_set_pixmap_boMichel Dänzer2-11/+10
2016-03-28DRI3: Refuse to open DRM file descriptor for ssh clients (v2)Michel Dänzer1-1/+38
2016-03-25Revert "Use render node for DRI3 if available"Michel Dänzer3-36/+4
2016-03-24Call RADEONBlockHandler_KMS before setting initial modesMichel Dänzer1-2/+2
2016-03-24Require xserver 1.9 or newerMichel Dänzer5-33/+1
2016-03-24Fix build against older versions of xserverMichel Dänzer3-11/+33
2016-03-24Use radeon_alloc_pixmap_bo for allocating scanout BOsMichel Dänzer1-15/+9
2016-03-24DRI3 only works with accelerationMichel Dänzer1-6/+9
2016-03-23TearFree can only work with accelerationMichel Dänzer1-4/+6
2016-03-23Check for xf86CursorResetCursorMichel Dänzer2-0/+8
2016-03-23Don't try DRI2/Present flipping while the HW cursor can't be usedMichel Dänzer5-3/+28
2016-03-23Factor out HW cursor checking code into drmmode_can_use_hw_cursorMichel Dänzer1-10/+29
2016-03-23Use correct tiling in drmmode_create_bo_pixmapRyan Kennedy1-3/+6
2016-03-10present: Return rotated CRTCs from radeon_present_get_crtcMichel Dänzer1-2/+1
2016-03-09present: Clear drmmode->fb_id before calling set_mode_major for unflipMichel Dänzer1-0/+6
2016-03-09Make Option "TearFree" effective for rotated/reflected outputs as well (v2)Michel Dänzer2-41/+214
2016-03-09Consolidate pScreen usage in drmmode_set_mode_majorMichel Dänzer1-7/+5
2016-03-08Remove check for XF86_CRTC_VERSION 3Michel Dänzer1-4/+2
2016-03-01Deal with modesets and page flips crossing on a CRTCMichel Dänzer3-1/+20
2016-02-27Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer8-110/+83
2016-02-27DRI2: Also clear dri2_flipping when client disconnects before eventMichel Dänzer1-2/+3
2016-02-27Remove radeon_scanout_flip_handlerMichel Dänzer1-8/+1
2016-02-25drm_queue: Don't abort events immediately from radeon_drm_abort_clientMichel Dänzer1-5/+13
2016-02-17glamor: Return NullPixmap on failure to create shareable pixmapjimqu1-1/+3
2016-02-17Move radeon_glamor_destroy_pixmap before radeon_glamor_create_pixmapjimqu1-35/+35
2016-02-17Remove pci_dev test from radeon_get_scrninfoMichel Dänzer1-4/+1
2016-02-17Initialize drmmode_crtc dpms_mode to DPMSModeOffMykola Lysenko1-0/+1
2016-02-17sync: Check if miSyncShmScreenInit symbol is resolved at runtimeMichel Dänzer1-0/+7
2016-02-16Use render node for DRI3 if availableJammy Zhou3-4/+36