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
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
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