[PATCH xf86-video-amdgpu 3/9] Rename Option "NoAccel" to "Accel"

2015-11-11 Thread Michel Dänzer
From: Michel Dänzer Removes the need for a double negation when forcing acceleration on. Note that this change is backwards compatible, as the option parser automagically handles the 'No' prefix. (ported from radeon commit cc615d06db0332fc6e673b55632bcc7bf957b44b)

[PATCH xf86-video-amdgpu 4/9] PRIME: Don't advertise offload capabilities when acceleration is disabled

2015-11-11 Thread Michel Dänzer
From: Michel Dänzer Xorg tends to crash if the user tries to actually use the offload capabilities with acceleration disabled. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=57200 (ported from radeon commit c74de9fec13fac2c836bb2a07ae6f90e1d61e667)

[PATCH xf86-video-amdgpu 1/9] Fixes ported from radeon

2015-11-11 Thread Michel Dänzer
These are the remaining fixes from radeon which hadn't been ported to xf86-video-amdgpu yet. Once these are applied, we can cut a release. [PATCH xf86-video-amdgpu 1/9] dri2: Handle PRIME for source buffer as [PATCH xf86-video-amdgpu 2/9] Use own thunk function instead of [PATCH

[PATCH xf86-video-amdgpu 6/9] Skip disabled CRTCs in amdgpu_scanout_(do_)update

2015-11-11 Thread Michel Dänzer
From: Michel Dänzer The vblank / page flip ioctls don't work as expected for a disabled CRTC. (ported from radeon commit acc11877423ecd81a6e0a7f38466f80e43efee20) Signed-off-by: Michel Dänzer --- src/amdgpu_kms.c | 6 -- 1 file changed, 4

[PATCH xf86-video-amdgpu 1/9] dri2: Handle PRIME for source buffer as well in amdgpu_dri2_copy_region2

2015-11-11 Thread Michel Dänzer
From: Michel Dänzer Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77810 (ported from radeon commit c84230d686c078aac1dc98d82153f8b02521b2e1) Signed-off-by: Michel Dänzer --- src/amdgpu_dri2.c | 9 - 1 file changed, 8

[PATCH xf86-video-amdgpu 9/9] Handle failures in setting a CRTC to a DRM mode properly

2015-11-11 Thread Michel Dänzer
From: Stephen Chandler Paul This fixes a bug where running the card out of PPLL's when hotplugging another monitor would result in all of the displays going blank and failing to work properly until X was restarted or the user switched to another VT. [Michel Dänzer: Pass errno

Re: [PATCH xf86-video-amdgpu 1/9] Fixes ported from radeon

2015-11-11 Thread Alex Deucher
On Wed, Nov 11, 2015 at 4:30 AM, Michel Dänzer wrote: > These are the remaining fixes from radeon which hadn't been ported to > xf86-video-amdgpu yet. > > Once these are applied, we can cut a release. For the series: Reviewed-by: Alex Deucher > >

[PATCH xf86-video-amdgpu 7/9] Do not link amdgpu_drv.so against libpciaccess

2015-11-11 Thread Michel Dänzer
From: Emil Velikov Not used directly. Signed-off-by: Emil Velikov (ported from radeon commit fcb32231a38f9461d12720cbf72f63502197a711) Signed-off-by: Michel Dänzer --- configure.ac| 3 --- src/Makefile.am | 2 +-

[PATCH xf86-video-amdgpu 2/9] Use own thunk function instead of shadowUpdatePackedWeak

2015-11-11 Thread Michel Dänzer
From: Adam Jackson I plan to delete the Weak functions from a future server. Signed-off-by: Adam Jackson (ported from radeon commit 851b2cf8714618843725f6d067915375485ade9d) Signed-off-by: Michel Dänzer --- src/amdgpu_kms.c | 8

[PATCH xf86-video-amdgpu 5/9] Prefer drmModeSetCursor2 over drmModeSetCursor

2015-11-11 Thread Michel Dänzer
From: Michel Dänzer The former includes information about the position of the hotspot within the cursor image. Copied from xf86-video-modesetting. (ported from radeon commit c9f8f642fd495937400618a4fc25ecae3ffc) Signed-off-by: Michel Dänzer

Re: [PATCH 0/8] Fixes ported from xf86-video-amdgpu

2015-11-11 Thread Alex Deucher
On Wed, Nov 11, 2015 at 2:15 AM, Michel Dänzer wrote: > These are the remaining fixes from xf86-video-amdgpu which hadn't been > ported to radeon yet. > > Once these are applied, we can cut a release. For the series: Reviewed-by: Alex Deucher > >

Re: [PATCH 1/2] glamor: Restore ScreenRec hooks during CloseScreen

2015-11-11 Thread Alex Deucher
On Tue, Nov 10, 2015 at 3:41 AM, Michel Dänzer wrote: > From: Michel Dänzer > > Signed-off-by: Michel Dänzer For the series: Reviewed-by: > --- > src/radeon.h | 12 >