Re: [PATCH 0/1] AMDGPU SI support almost fixed

2016-08-22 Thread Marek Olšák
On Mon, Aug 22, 2016 at 3:18 AM, Dave Airlie wrote: > On 19 August 2016 at 19:01, Marek Olšák wrote: >> Hi, >> >> This amdgpu patch fixes DCE support. Now only the cursor is broken: >> >> [ 37.936022] [drm:dce_v6_0_crtc_cursor_set2 [amdgpu]] *ERROR* bad cursor >> width or height 128 x 128 >> >

Re: [PATCH 0/1] AMDGPU SI support almost fixed

2016-08-21 Thread Dave Airlie
On 19 August 2016 at 19:01, Marek Olšák wrote: > Hi, > > This amdgpu patch fixes DCE support. Now only the cursor is broken: > > [ 37.936022] [drm:dce_v6_0_crtc_cursor_set2 [amdgpu]] *ERROR* bad cursor > width or height 128 x 128 > > Everything else seems to work. I've not tested UVD and VCE. >

RE: [PATCH 0/1] AMDGPU SI support almost fixed

2016-08-19 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Marek Olšák > Sent: Friday, August 19, 2016 5:25 AM > To: Michel Dänzer > Cc: amd-gfx@lists.freedesktop.org > Subject: Re: [PATCH 0/1] AMDGPU SI support almost fixed >

Re: [PATCH 0/1] AMDGPU SI support almost fixed

2016-08-19 Thread Marek Olšák
On Fri, Aug 19, 2016 at 12:04 PM, Michel Dänzer wrote: > On 19/08/16 07:00 PM, Marek Olšák wrote: >> On Fri, Aug 19, 2016 at 11:45 AM, Michel Dänzer wrote: >>> On 19/08/16 06:24 PM, Marek Olšák wrote: I've added this. The dmesg message is gone, but the cursor is still missing. >>>

Re: [PATCH 0/1] AMDGPU SI support almost fixed

2016-08-19 Thread Michel Dänzer
On 19/08/16 07:00 PM, Marek Olšák wrote: > On Fri, Aug 19, 2016 at 11:45 AM, Michel Dänzer wrote: >> On 19/08/16 06:24 PM, Marek Olšák wrote: >>> I've added this. The dmesg message is gone, but the cursor is still missing. >>> >>> diff --git a/src/amdgpu_kms.c b/src/amdgpu_kms.c >>> index 9ee48df.

Re: [PATCH 0/1] AMDGPU SI support almost fixed

2016-08-19 Thread Marek Olšák
On Fri, Aug 19, 2016 at 11:45 AM, Michel Dänzer wrote: > On 19/08/16 06:24 PM, Marek Olšák wrote: >> I've added this. The dmesg message is gone, but the cursor is still missing. >> >> diff --git a/src/amdgpu_kms.c b/src/amdgpu_kms.c >> index 9ee48df..d9f15a4 100644 >> --- a/src/amdgpu_kms.c >> +++

Re: [PATCH 0/1] AMDGPU SI support almost fixed

2016-08-19 Thread Michel Dänzer
On 19/08/16 06:24 PM, Marek Olšák wrote: > I've added this. The dmesg message is gone, but the cursor is still missing. > > diff --git a/src/amdgpu_kms.c b/src/amdgpu_kms.c > index 9ee48df..d9f15a4 100644 > --- a/src/amdgpu_kms.c > +++ b/src/amdgpu_kms.c > @@ -929,8 +929,14 @@ Bool AMDGPUPreInit_K

Re: [PATCH 0/1] AMDGPU SI support almost fixed

2016-08-19 Thread Marek Olšák
I've added this. The dmesg message is gone, but the cursor is still missing. diff --git a/src/amdgpu_kms.c b/src/amdgpu_kms.c index 9ee48df..d9f15a4 100644 --- a/src/amdgpu_kms.c +++ b/src/amdgpu_kms.c @@ -929,8 +929,14 @@ Bool AMDGPUPreInit_KMS(ScrnInfoPtr pScrn, int flags) else

Re: [PATCH 0/1] AMDGPU SI support almost fixed

2016-08-19 Thread Michel Dänzer
On 19/08/16 06:01 PM, Marek Olšák wrote: > Hi, > > This amdgpu patch fixes DCE support. Now only the cursor is broken: > > [ 37.936022] [drm:dce_v6_0_crtc_cursor_set2 [amdgpu]] *ERROR* bad cursor > width or height 128 x 128 The DDX driver's AMDGPUPreInit_KMS is hardcoding the >= CIK cursor si

[PATCH 0/1] AMDGPU SI support almost fixed

2016-08-19 Thread Marek Olšák
Hi, This amdgpu patch fixes DCE support. Now only the cursor is broken: [ 37.936022] [drm:dce_v6_0_crtc_cursor_set2 [amdgpu]] *ERROR* bad cursor width or height 128 x 128 Everything else seems to work. I've not tested UVD and VCE. Now I'm gonna send out all userspace patches that I intend to