RE: [PATCH] drm/i915/gem: Downgrade stolen lmem setup warning

2024-04-25 Thread Cavitt, Jonathan
] drm/i915/gem: Downgrade stolen lmem setup warning > > On Fri, 19 Apr 2024, Jonathan Cavitt wrote: > > In the case where lmem_size < dsm_base, hardware is reporting that > > stolen lmem is unusable. In this case, instead of throwing a warning, > > we can continue execu

RE: [PATCH] drm/i915/gem: Downgrade stolen lmem setup warning

2024-04-25 Thread Cavitt, Jonathan
/i915/gem: Downgrade stolen lmem setup warning > > On 19.04.2024 14:26, Jonathan Cavitt wrote: > > In the case where lmem_size < dsm_base, hardware is reporting that > > stolen lmem is unusable. In this case, instead of throwing a warning, > > we can continue execution as

Re: [PATCH] drm/i915/gem: Downgrade stolen lmem setup warning

2024-04-22 Thread Jani Nikula
On Fri, 19 Apr 2024, Jonathan Cavitt wrote: > In the case where lmem_size < dsm_base, hardware is reporting that > stolen lmem is unusable. In this case, instead of throwing a warning, > we can continue execution as normal by disabling stolen LMEM support. > For example, this change will allow

Re: [PATCH] drm/i915/gem: Downgrade stolen lmem setup warning

2024-04-22 Thread Vivekanandan, Balasubramani
On 19.04.2024 14:26, Jonathan Cavitt wrote: > In the case where lmem_size < dsm_base, hardware is reporting that > stolen lmem is unusable. In this case, instead of throwing a warning, > we can continue execution as normal by disabling stolen LMEM support. > For example, this change will allow