Re: [PATCH 09/13] drm/i915: Add debugs for mbus joining and dbuf ratio programming

2024-03-29 Thread Gustavo Sousa
Quoting Ville Syrjala (2024-03-27 14:45:40-03:00) >From: Ville Syrjälä > >Add some debugs so that we can actually observe what is >actually happening during the mbus/dbuf programming steps. >We can just shove them into fairly low level functions as >none of them are called during any critical

RE: [PATCH 09/13] drm/i915: Add debugs for mbus joining and dbuf ratio programming

2024-03-28 Thread Shankar, Uma
> -Original Message- > From: Intel-gfx On Behalf Of Ville > Syrjala > Sent: Wednesday, March 27, 2024 11:16 PM > To: intel-gfx@lists.freedesktop.org > Subject: [PATCH 09/13] drm/i915: Add debugs for mbus joining and dbuf ratio > programming Looks Good to me. Rev

[PATCH 09/13] drm/i915: Add debugs for mbus joining and dbuf ratio programming

2024-03-27 Thread Ville Syrjala
From: Ville Syrjälä Add some debugs so that we can actually observe what is actually happening during the mbus/dbuf programming steps. We can just shove them into fairly low level functions as none of them are called during any critical sections/etc. Signed-off-by: Ville Syrjälä ---