Re: [PATCH] drm/amd/display: Clear phantom stream count and plane count

2024-02-06 Thread Harry Wentland
alf of Mario > Limonciello > *Sent:* Friday, February 2, 2024 7:30 PM > *To:* amd-gfx@lists.freedesktop.org > *Cc:* Limonciello, Mario > *Subject:* [PATCH] drm/amd/display: Clear phantom stream count and plane count >   > When dc_state_destruct() was refactored the new phanto

Re: [PATCH] drm/amd/display: Clear phantom stream count and plane count

2024-02-05 Thread Deucher, Alexander
[Public] Acked-by: Alex Deucher From: amd-gfx on behalf of Mario Limonciello Sent: Friday, February 2, 2024 7:30 PM To: amd-gfx@lists.freedesktop.org Cc: Limonciello, Mario Subject: [PATCH] drm/amd/display: Clear phantom stream count and plane count When

[PATCH] drm/amd/display: Clear phantom stream count and plane count

2024-02-02 Thread Mario Limonciello
When dc_state_destruct() was refactored the new phantom_stream_count and phantom_plane_count members weren't cleared. Fixes: 012a04b1d6af ("drm/amd/display: Refactor phantom resource allocation") Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/display/dc/core/dc_state.c | 3 +++ 1 file