Re: [PATCH] Revert "drm/amdgpu: Verify bo size can fit framebuffer size on init."

2021-05-01 Thread Pierre-Loup A. Griffais
On 4/30/21 6:24 AM, Michel Dänzer wrote: On 2021-04-29 10:50 p.m., Bas Nieuwenhuizen wrote: This reverts commit f258907fdd835e1aed6d666b00cdd0f186676b7c. Same problem as "drm/amdgpu: Verify bo size can fit framebuffer size", but because it gets checked earlier it now only triggers on the modi

Re: [PATCH] Revert "drm/amdgpu: Verify bo size can fit framebuffer size on init."

2021-04-30 Thread Michel Dänzer
On 2021-04-29 10:50 p.m., Bas Nieuwenhuizen wrote: > This reverts commit f258907fdd835e1aed6d666b00cdd0f186676b7c. > > Same problem as "drm/amdgpu: Verify bo size can fit framebuffer size", > but because it gets checked earlier it now only triggers on the > modifiers case. > > There are a couple

Re: [PATCH] Revert "drm/amdgpu: Verify bo size can fit framebuffer size on init."

2021-04-29 Thread Mark Yacoub
On Thu, Apr 29, 2021 at 4:50 PM Bas Nieuwenhuizen wrote: > > This reverts commit f258907fdd835e1aed6d666b00cdd0f186676b7c. > > Same problem as "drm/amdgpu: Verify bo size can fit framebuffer size", > but because it gets checked earlier it now only triggers on the > modifiers case. > > There are a

Re: [PATCH] Revert "drm/amdgpu: Verify bo size can fit framebuffer size on init."

2021-04-29 Thread Bas Nieuwenhuizen
On Thu, Apr 29, 2021 at 11:27 PM Mark Yacoub wrote: > > On Thu, Apr 29, 2021 at 4:50 PM Bas Nieuwenhuizen > wrote: > > > > This reverts commit f258907fdd835e1aed6d666b00cdd0f186676b7c. > > > > Same problem as "drm/amdgpu: Verify bo size can fit framebuffer size", > > but because it gets checked e

[PATCH] Revert "drm/amdgpu: Verify bo size can fit framebuffer size on init."

2021-04-29 Thread Bas Nieuwenhuizen
This reverts commit f258907fdd835e1aed6d666b00cdd0f186676b7c. Same problem as "drm/amdgpu: Verify bo size can fit framebuffer size", but because it gets checked earlier it now only triggers on the modifiers case. There are a couple of reasons why the DRM core BO size check won't work for AMDGPU,