Re: [PATCH 07/60] drm/etnaviv: Add support for the nomodeset kernel parameter

2021-12-15 Thread Javier Martinez Canillas
[adding Erico Nunes to Cc list] On 12/15/21 10:39, Thomas Zimmermann wrote: > (cc'ing Maxime) > > Hi > > Am 15.12.21 um 10:18 schrieb Lucas Stach: >> Hi Javier, >> >> Am Mittwoch, dem 15.12.2021 um 01:59 +0100 schrieb Javier Martinez Canillas: >>> According to disable

Re: [PATCH 07/60] drm/etnaviv: Add support for the nomodeset kernel parameter

2021-12-15 Thread Thomas Zimmermann
(cc'ing Maxime) Hi Am 15.12.21 um 10:18 schrieb Lucas Stach: Hi Javier, Am Mittwoch, dem 15.12.2021 um 01:59 +0100 schrieb Javier Martinez Canillas: According to disable Documentation/admin-guide/kernel-parameters.txt, this parameter can be used to disable kernel modesetting. DRM drivers

Re: [PATCH 07/60] drm/etnaviv: Add support for the nomodeset kernel parameter

2021-12-15 Thread Lucas Stach
Hi Javier, Am Mittwoch, dem 15.12.2021 um 01:59 +0100 schrieb Javier Martinez Canillas: > According to disable Documentation/admin-guide/kernel-parameters.txt, this > parameter can be used to disable kernel modesetting. > > DRM drivers will not perform display-mode changes or accelerated

[PATCH 07/60] drm/etnaviv: Add support for the nomodeset kernel parameter

2021-12-14 Thread Javier Martinez Canillas
According to disable Documentation/admin-guide/kernel-parameters.txt, this parameter can be used to disable kernel modesetting. DRM drivers will not perform display-mode changes or accelerated rendering and only the systewm system framebuffer will be available if it was set-up. But only a few