[PATCH] gpu/amd: vega10_hwmgr: fix inappropriate private variable name

2022-02-26 Thread Meng Tang
In file vega10_hwmgr.c, the names of struct vega10_power_state * and struct pp_power_state * are confusingly used, which may lead to some confusion. Status quo is that variables of type struct vega10_power_state * are named "vega10_ps", "ps", "vega10_power_state". A more appropriate usage is that

Re: [PATCH] gpu/amd: vega10_hwmgr: fix inappropriate private variable name

2022-02-25 Thread Alex Deucher
> To: airl...@linux.ie; dan...@ffwll.ch > > Cc: Quan, Evan ; Deucher, Alexander > > ; Koenig, Christian > > ; Pan, Xinhui ; amd- > > g...@lists.freedesktop.org; dri-devel@lists.freedesktop.org; linux- > > ker...@vger.kernel.org; Meng Tang > > Subject: [PATCH] gpu/

RE: [PATCH] gpu/amd: vega10_hwmgr: fix inappropriate private variable name

2022-02-25 Thread Quan, Evan
an, Xinhui ; amd- > g...@lists.freedesktop.org; dri-devel@lists.freedesktop.org; linux- > ker...@vger.kernel.org; Meng Tang > Subject: [PATCH] gpu/amd: vega10_hwmgr: fix inappropriate private variable > name > > In file vega10_hwmgr.c, the names of struct vega10_power_state * > and st