[PATCH][next] drm/amdgpu: Add missing BOOTUP_DEFAULT to profile_name[]

Dan Carpenter dan.carpenter at oracle.com
Tue Jan 12 10:07:06 UTC 2021


On Mon, Jan 11, 2021 at 11:46:38AM +0000, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> A recent change added a new BOOTUP_DEFAULT power profile mode
> to the PP_SMC_POWER_PROFILE enum but omitted updating the
> corresponding profile_name array.  Fix this by adding in the
> missing BOOTUP_DEFAULT to profile_name[].
> 

Still not enough to prevent the array overflow.  It needs POWERSAVE as
well.

regards,
dan carpenter



More information about the dri-devel mailing list