Page 6 of 9

Re: Kernel 5.1

Posted: Tue Apr 30, 2019 6:07 pm
by xeno74
Please note: The initialization and use of secondary graphics card (FirePro 2260) does not work. Bug report: Bug 109345 - drm-next-2018-12-14 -Linux PPC. If you want to use a secondary graphics card for example a FirePro 2260 then please use the stable kernel 4.20.17.

Re: Kernel 5.1

Posted: Tue Apr 30, 2019 6:55 pm
by Skateman
Kernel 5.1 RC7 up and running on the AmigaOne X5000.

Image

Big picture http://www.skateman.nl/wp-content/uploa ... 185229.png

Re: Kernel 5.1

Posted: Wed May 01, 2019 8:22 am
by xeno74
Skateman wrote:Kernel 5.1 RC7 up and running on the AmigaOne X5000.
Hi Skateman,

Thanks a lot for testing the RC7! :-)

Have a nice week!

Cheers,
Christian

Re: Kernel 5.1

Posted: Thu May 02, 2019 11:21 pm
by xeno74
xeno74 wrote:Please note: The initialization and use of a secondary graphics card (FirePro 2260) does not work. Bug report: Bug 109345 - drm-next-2018-12-14 -Linux PPC. If you want to use a secondary graphics card for example a FirePro 2260 then please use the stable kernel 4.20.17.
Hi All,

I started bisecting today because of the problem with using a secondary graphics card for example a FirePro 2260.

Code: Select all

git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git drm_test

Code: Select all

cd drm_test

Code: Select all

git bisect start

Code: Select all

git bisect good c76cd634eb5bfd497617ea224a54a03b545c8c4d

Code: Select all

git bisect bad 4971f090aa7f6ce5daa094ce4334f6618f93a7eb
Output:

Code: Select all

Bisecting: 653 revisions left to test after this (roughly 10 steps)
[2ac5e38ea4203852d6e99edd3cf11f044b0a409f] Merge drm/drm-next into drm-intel-next-queued

Code: Select all

cp ../linux-image-5.1-rc7-X1000_X5000/X5000_and_QEMU_e5500/src/cyrus-5.1-rc7.config .config

Code: Select all

make CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc oldconfig

Code: Select all

make CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc uImage
Download: uImage-drm1

@Allan (acefnq/ace)
Please test this kernel with the two installed graphics cards.

Thanks,
Christian

Re: Kernel 5.1

Posted: Fri May 03, 2019 10:28 am
by acefnq
Hi Christian
The kernel boots but to SI card.

Cheers

ace

Re: Kernel 5.1

Posted: Fri May 03, 2019 12:50 pm
by xeno74
acefnq wrote:Hi Christian
The kernel boots but to SI card.

Cheers

ace
Thanks for testing. Next step.

Code: Select all

git bisect bad
Output:

Code: Select all

Bisecting: 387 revisions left to test after this (roughly 9 steps)
[63ac3328f0d1d37f286e397b14d9596ed09d7ca5] drm/i915: fix broadwell EU computation

Code: Select all

make CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc oldconfig

Code: Select all

make CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc uImage
Download: uImage-drm2

@Ace
Please test it.

Thanks

Re: Kernel 5.1

Posted: Fri May 03, 2019 3:44 pm
by acefnq
Christian
DRM2 BINGO, boots to Firepro!

ace

Re: Kernel 5.1

Posted: Fri May 03, 2019 6:28 pm
by xeno74
acefnq wrote:Christian
DRM2 BINGO, boots to Firepro!

ace
Great!

Thanks a lot for testing! Next step.

Code: Select all

git bisect good
Output:

Code: Select all

Bisecting: 202 revisions left to test after this (roughly 8 steps)
[d7563c55ef9fc1fd2301b8708b3c1f53509d6745] Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-next

Code: Select all

make CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc oldconfig

Code: Select all

make CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc uImage
Download: uImage-drm3

@Ace
Please test it.

Thanks

Re: Kernel 5.1

Posted: Sat May 04, 2019 4:56 am
by acefnq
Christian

DRM3 boots to SI card.

ace

PS Thanks for doing this , much appreciated.

Re: Kernel 5.1

Posted: Sat May 04, 2019 11:05 pm
by xeno74
acefnq wrote:Christian

DRM3 boots to SI card.

ace

PS Thanks for doing this , much appreciated.
Many thanks for testing! :-) Next step.

Code: Select all

git bisect bad
Output:

Code: Select all

Bisecting: 92 revisions left to test after this (roughly 7 steps)
[2b02a05bdc3a62d36e0d0b015351897109e25991] drm/vc4: Set ->is_yuv to false when num_planes == 1

Code: Select all

make CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc oldconfig

Code: Select all

make CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc uImage
Download: uImage-drm4

Please test it.

Thanks