On Wed, Jan 17, 2024 at 11:49 AM Greg KH gregkh@linuxfoundation.org wrote:
On Wed, Jan 17, 2024 at 11:16:27AM -0500, Alex Deucher wrote:
Hi Greg, Sasha,
Please cherry pick upstream commit b17ef04bf3a4 ("drm/amd/display: Pass pwrseq inst for backlight and ABM") to stable kernel 6.6.x and newer.
It does not apply to 6.6.y, how did you test this? I've applied it to 6.7.y now.
For 6.6.y, we need a backported, and tested, version of the commit to do anything here.
Weird. `git cherry-pick -x b17ef04bf3a4346d66404454d6a646343ddc9749` worked fine here and we tested that.
Oh, I see, there is an unused variable warning in the cherry-pick depending on the config. That must have been what failed. Attached patch should resolve that. Sorry for the confusion.
Alex