On Mon, Oct 09, 2023 at 01:20:35PM -0500, Mario Limonciello wrote: > commit b206011bf050 ("drm/amd/display: apply edge-case DISPCLK WDIVIDER > changes to master OTG pipes only") was tagged to stable but fails to > apply to 6.5.y because resource_is_pipe_type() isn't in 6.5.y. > > The commit that adds it is way too big to be stable, but the new symbol > from that commit is viable. Backport just the new symbol and enum to fix > the backport. > > Mario Limonciello (1): > drm/amd/display: implement pipe type definition and adding accessors > > Samson Tam (1): > drm/amd/display: apply edge-case DISPCLK WDIVIDER changes to master > OTG pipes only > > .../display/dc/clk_mgr/dcn20/dcn20_clk_mgr.c | 4 +- > .../display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c | 4 +- > .../gpu/drm/amd/display/dc/core/dc_resource.c | 35 ++++++ > drivers/gpu/drm/amd/display/dc/inc/resource.h | 106 ++++++++++++++++++ > 4 files changed, 145 insertions(+), 4 deletions(-) > > -- > 2.34.1 > All now queued up, thanks. greg k-h