Re: [PATCH 00/12] drm/amd: Switch over to struct drm_edid

2024-08-19 Thread Thomas Weißschuh
Hi Melissa, On 2024-08-19 11:31:44+, Melissa Wen wrote: > On 08/18, Thomas Weißschuh wrote: > > The AMD DRM drivers use 'struct edid', raw pointers and even custom > > structs to represent EDID data. > > Uniformly switch to the safe and recommended "struct drm_edid". > > > > Some uses of "str

Re: [PATCH 00/12] drm/amd: Switch over to struct drm_edid

2024-08-19 Thread Melissa Wen
On 08/18, Thomas Weißschuh wrote: > The AMD DRM drivers use 'struct edid', raw pointers and even custom > structs to represent EDID data. > Uniformly switch to the safe and recommended "struct drm_edid". > > Some uses of "struct edid" are left because some ad-hoc parsing is still > being done insi

[PATCH 00/12] drm/amd: Switch over to struct drm_edid

2024-08-18 Thread Thomas Weißschuh
The AMD DRM drivers use 'struct edid', raw pointers and even custom structs to represent EDID data. Uniformly switch to the safe and recommended "struct drm_edid". Some uses of "struct edid" are left because some ad-hoc parsing is still being done inside the drivers. The patch "drm/amd/display: S