Re: [PATCH 12/13] drm/i915: Use a plain old int for the cdclk/mdclk ratio

2024-04-02 Thread Ville Syrjälä
On Fri, Mar 29, 2024 at 03:23:34PM -0300, Gustavo Sousa wrote: > Quoting Ville Syrjala (2024-03-27 14:45:43-03:00) > >From: Ville Syrjälä > > > >No point in throwing around u8 when we're dealing with > >just an integer. Use a plain old boring 'int'. > > Learned and noted :-) > > Thanks for

Re: [PATCH 12/13] drm/i915: Use a plain old int for the cdclk/mdclk ratio

2024-03-29 Thread Gustavo Sousa
Quoting Ville Syrjala (2024-03-27 14:45:43-03:00) >From: Ville Syrjälä > >No point in throwing around u8 when we're dealing with >just an integer. Use a plain old boring 'int'. Learned and noted :-) Thanks for fixing that. Should we also modify the member mdclk_cdclk_ratio of intel_dbuf_state?

RE: [PATCH 12/13] drm/i915: Use a plain old int for the cdclk/mdclk ratio

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 12/13] drm/i915: Use a plain old int for the cdclk/mdclk ratio > > From: Ville Syrjälä > > No point in throwing