Re: [PATCH] drm/amd/display: Remove unwanted drm edid references

2023-09-15 Thread Jani Nikula
On Fri, 15 Sep 2023, Harry Wentland wrote: > On 2023-09-05 13:13, Alex Hung wrote: >> [WHY] >> edid_override and drm_edid_override_connector_update, according to drm >> documentation, should not be referred outside drm_edid. >> >> [HOW] >> Remove and replace them accordingly. >> >>

Re: [PATCH] drm/amd/display: Remove unwanted drm edid references

2023-09-15 Thread Harry Wentland
On 2023-09-05 13:13, Alex Hung wrote: > [WHY] > edid_override and drm_edid_override_connector_update, according to drm > documentation, should not be referred outside drm_edid. > > [HOW] > Remove and replace them accordingly. > > Signed-off-by: Alex Hung > --- >

Re: [PATCH] drm/amd/display: Remove unwanted drm edid references

2023-09-11 Thread Jani Nikula
On Tue, 05 Sep 2023, Alex Hung wrote: > [WHY] > edid_override and drm_edid_override_connector_update, according to drm > documentation, should not be referred outside drm_edid. > > [HOW] > Remove and replace them accordingly. > > Signed-off-by: Alex Hung FWIW, Acked-by: Jani Nikula and

[PATCH] drm/amd/display: Remove unwanted drm edid references

2023-09-05 Thread Alex Hung
[WHY] edid_override and drm_edid_override_connector_update, according to drm documentation, should not be referred outside drm_edid. [HOW] Remove and replace them accordingly. Signed-off-by: Alex Hung --- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 23 ++- 1 file changed, 2