Re: [Freedreno] [PATCH v2 2/8] drm/msm: Clear aperture ownership outside of fbdev code

2023-04-04 Thread Dmitry Baryshkov
On 03/04/2023 15:45, Thomas Zimmermann wrote: Move aperture management out of the fbdev code. It is unrelated and needs to run even if fbdev support has been disabled. Call the helper at the top of msm_drm_init() to take over hardware from other drivers. v2: * bind all subdevices before

Re: [Freedreno] [PATCH v2 2/8] drm/msm: Clear aperture ownership outside of fbdev code

2023-04-04 Thread Dmitry Baryshkov
On 03/04/2023 15:45, Thomas Zimmermann wrote: Move aperture management out of the fbdev code. It is unrelated and needs to run even if fbdev support has been disabled. Call the helper at the top of msm_drm_init() to take over hardware from other drivers. v2: * bind all subdevices before

[Freedreno] [PATCH v2 2/8] drm/msm: Clear aperture ownership outside of fbdev code

2023-04-03 Thread Thomas Zimmermann
Move aperture management out of the fbdev code. It is unrelated and needs to run even if fbdev support has been disabled. Call the helper at the top of msm_drm_init() to take over hardware from other drivers. v2: * bind all subdevices before acquiring device (Dmitri) Signed-off-by: Thomas