Re: [PATCH v2 1/3] drm/i915/display: Use display variable in intel_bw.c

2025-02-17 Thread Gustavo Sousa
Quoting Ville Syrjälä (2025-02-17 14:44:39-03:00) >On Mon, Feb 17, 2025 at 12:35:23PM -0300, Gustavo Sousa wrote: >> Update intel_bw.c to use a "display" variable to refer to members of the >> display struct. While this change does not move that file to completely >> use struct intel_display as par

Re: [PATCH v2 1/3] drm/i915/display: Use display variable in intel_bw.c

2025-02-17 Thread Ville Syrjälä
On Mon, Feb 17, 2025 at 12:35:23PM -0300, Gustavo Sousa wrote: > Update intel_bw.c to use a "display" variable to refer to members of the > display struct. While this change does not move that file to completely > use struct intel_display as part of it's internal and public interface, > this should

[PATCH v2 1/3] drm/i915/display: Use display variable in intel_bw.c

2025-02-17 Thread Gustavo Sousa
Update intel_bw.c to use a "display" variable to refer to members of the display struct. While this change does not move that file to completely use struct intel_display as part of it's internal and public interface, this should help with a future transition. Signed-off-by: Gustavo Sousa --- dri