Re: [PATCH 1/6] drm/msm: Clear aperture ownership outside of fbdev code

2023-04-03 Thread Thomas Zimmermann
Hi Am 30.03.23 um 11:51 schrieb Dmitry Baryshkov: On Thu, 30 Mar 2023 at 10:41, 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

Re: [PATCH 1/6] drm/msm: Clear aperture ownership outside of fbdev code

2023-03-30 Thread Dmitry Baryshkov
On Thu, 30 Mar 2023 at 10:41, 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. > > Signed-off-by: Thoma

[PATCH 1/6] drm/msm: Clear aperture ownership outside of fbdev code

2023-03-30 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. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/msm/msm_drv.c | 6 ++ driver