[Openpvrsgx-devgroup] openpvrsgx-devgroup Digest, Vol 11, Issue 16
Alif Ilhan
alifilhan0 at gmail.com
Sat Oct 24 13:54:47 CEST 2020
Hi,
Sorry for being late to the party, I was suplosed to inform you earlier.
The thing is if I load the kernel with CedarView kernel module, there is a
resolution problem. I cannot get past 800*600. To be noted I am using
Debian buster (10.6)
Thanks,
Alif
On Sat, 24 Oct 2020, 4:00 p.m. , <openpvrsgx-devgroup-request at letux.org>
wrote:
> Send openpvrsgx-devgroup mailing list submissions to
> openpvrsgx-devgroup at letux.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
> http://lists.goldelico.com/mailman/listinfo.cgi/openpvrsgx-devgroup
> or, via email, send a message with subject or body 'help' to
> openpvrsgx-devgroup-request at letux.org
>
> You can reach the person managing the list at
> openpvrsgx-devgroup-owner at letux.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of openpvrsgx-devgroup digest..."
>
>
> Today's Topics:
>
> 1. Re: openpvrsgx-devgroup Digest, Vol 11, Issue 12 (Eloy Degen)
> 2. Re: openpvrsgx-devgroup Digest, Vol 11, Issue 12
> (H. Nikolaus Schaller)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 24 Oct 2020 01:45:14 +0200
> From: Eloy Degen <degeneloy at gmail.com>
> To: OpenPVRSGX Linux Driver Group <openpvrsgx-devgroup at letux.org>
> Subject: Re: [Openpvrsgx-devgroup] openpvrsgx-devgroup Digest, Vol 11,
> Issue 12
> Message-ID:
> <
> CAGtogWv4s-ZUMrt9ytNMFLcQd8-xvkM30KCL3cn6ZF+ERC29bA at mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> Hi Nikolaus,
>
> To test the driver on my Poulsbo-based Asus Eee PC 1101HA, I have
> followed these steps:
>
> git clone git://git.goldelico.com/letux-kernel.git
> git checkout -t origin/letux-5.9.y
> make letux_defconfig
> Set the CONFIG_SGX_POULSBO variable to y in .config
> make
> make bindeb-pkg
>
> It printed some warnings at the end of the compilation process:
>
> WARNING: modpost:
> drivers/gpu/drm/pvrsgx/1.17.4948957/eurasia_km/pvrsrvkm_gma500_sgx530_126:
> 'PVRGetDisplayClassJTable' exported twice. Previous export was in
>
> drivers/gpu/drm/pvrsgx/1.17.4948957/eurasia_km/pvrsrvkm_gma3600_sgx545_10141.ko
> WARNING: modpost:
> drivers/gpu/drm/pvrsgx/1.17.4948957/eurasia_km/pvrsrvkm_gma500_sgx530_126:
> 'PVRGetBufferClassJTable' exported twice. Previous export was in
>
> drivers/gpu/drm/pvrsgx/1.17.4948957/eurasia_km/pvrsrvkm_gma3600_sgx545_10141.ko
>
> I installed Debian 10 on the Asus Eee PC. After that, I installed the
> kernel and libc deb packages that were generated by bindeb-pkg.
>
> I rebooted the machine into the new kernel, but it seems to be a
> regression. The screen resolution is lower and the GUI is even slower.
> Probably because it's not using the mainlined gma500 driver with 2D
> acceleration anymore, but the other driver isn't working either.
>
> If I am doing anything wrong, please let me know.
>
> Regards,
>
> Eloy
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 24 Oct 2020 11:26:41 +0200
> From: "H. Nikolaus Schaller" <hns at goldelico.com>
> To: OpenPVRSGX Linux Driver Group <openpvrsgx-devgroup at letux.org>,
> Eloy Degen <degeneloy at gmail.com>
> Cc: Discussions about the Letux Kernel <letux-kernel at openphoenux.org>
> Subject: Re: [Openpvrsgx-devgroup] openpvrsgx-devgroup Digest, Vol 11,
> Issue 12
> Message-ID: <14B620EF-DFCB-47B6-A81D-B5A3C242015D at goldelico.com>
> Content-Type: text/plain; charset=us-ascii
>
> Hi Eloy,
>
> > Am 24.10.2020 um 01:45 schrieb Eloy Degen <degeneloy at gmail.com>:
> >
> > Hi Nikolaus,
> >
> > To test the driver on my Poulsbo-based Asus Eee PC 1101HA,
>
> Good to know that this is a compatible machine!
> I only have an eeePC 4G.
>
> > I have
> > followed these steps:
> >
> > git clone git://git.goldelico.com/letux-kernel.git
> > git checkout -t origin/letux-5.9.y
> > make letux_defconfig
> > Set the CONFIG_SGX_POULSBO variable to y in .config
> > make
> > make bindeb-pkg
> >
> > It printed some warnings at the end of the compilation process:
> >
> > WARNING: modpost:
> >
> drivers/gpu/drm/pvrsgx/1.17.4948957/eurasia_km/pvrsrvkm_gma500_sgx530_126:
> > 'PVRGetDisplayClassJTable' exported twice. Previous export was in
> >
> drivers/gpu/drm/pvrsgx/1.17.4948957/eurasia_km/pvrsrvkm_gma3600_sgx545_10141.ko
> > WARNING: modpost:
> >
> drivers/gpu/drm/pvrsgx/1.17.4948957/eurasia_km/pvrsrvkm_gma500_sgx530_126:
> > 'PVRGetBufferClassJTable' exported twice. Previous export was in
> >
> drivers/gpu/drm/pvrsgx/1.17.4948957/eurasia_km/pvrsrvkm_gma3600_sgx545_10141.ko
>
> Yes, these appear for all architectures but seem to be harmless.
>
> >
> > I installed Debian 10 on the Asus Eee PC. After that, I installed the
> > kernel and libc deb packages that were generated by bindeb-pkg.
>
> Ok.
>
> > I rebooted the machine into the new kernel, but it seems to be a
> > regression. The screen resolution is lower and the GUI is even slower.
> > Probably because it's not using the mainlined gma500 driver with 2D
> > acceleration anymore, but the other driver isn't working either.
>
> Ah, ok. Yes, that may be because the letux_defconfig is not optimized
> for your machine and may be missing some parts.
>
> >
> > If I am doing anything wrong, please let me know.
>
> No it looks really fine what you have done! Thanks for doing the
> experiment.
>
> Now we have to look how to improve.
>
> One step comes to my mind. Can you reinstall your old kernel and boot
> and then send me the /proc/config.gz? I hope that it exists because
> some kernels don't provide it. This would allow to make the letux_defconfig
> more compatible so that screen resolution becomes better again.
>
> BR and thanks,
> Nikolaus
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> https://github.com/openpvrsgx-devgroup/linux_openpvrsgx
> openpvrsgx-devgroup mailing list
> openpvrsgx-devgroup at letux.org
> http://lists.goldelico.com/mailman/listinfo.cgi/openpvrsgx-devgroup
>
>
> ------------------------------
>
> End of openpvrsgx-devgroup Digest, Vol 11, Issue 16
> ***************************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.goldelico.com/pipermail/openpvrsgx-devgroup/attachments/20201024/45e9a8bd/attachment.htm>
More information about the openpvrsgx-devgroup
mailing list