Re: [PATCH] drm/amd/display: dc/clk_mgr: add support for SI parts (v3)

2020-09-17 Thread Alex Deucher
Applied with a slight cleanup to the commit message. Thanks! Alex On Thu, Sep 17, 2020 at 3:33 AM Mauro Rossi wrote: > > (v1) Changelog > > [Why] > After commit c69dd2d "drm/amd/display: Refactor clk_mgr functions" > dc/clk_mgr requires these changes to add SI parts support > Necessary to

[PATCH] drm/amd/display: dc/clk_mgr: add support for SI parts (v3)

2020-09-17 Thread Mauro Rossi
(v1) Changelog [Why] After commit c69dd2d "drm/amd/display: Refactor clk_mgr functions" dc/clk_mgr requires these changes to add SI parts support Necessary to avoid hitting default: ASSERT(0); /* Unknown Asic */ that would cause kernel freeze [How] Add case statement for FAMILY_SI chipsets (v2)