Re: [PATCH v2 01/14] drm/msm/a6xx: De-staticize sptprac en/disable functions

2023-02-17 Thread Dmitry Baryshkov
On 14/02/2023 19:31, Konrad Dybcio wrote: These two will be reused by at least A619_holi in the non-gmu paths. De-staticize them to make it possible. Nit: 'remove static annotation' or something like that. Other than that: Reviewed-by: Dmitry Baryshkov Signed-off-by: Konrad Dybcio ---

[PATCH v2 01/14] drm/msm/a6xx: De-staticize sptprac en/disable functions

2023-02-14 Thread Konrad Dybcio
These two will be reused by at least A619_holi in the non-gmu paths. De-staticize them to make it possible. Signed-off-by: Konrad Dybcio --- drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 4 ++-- drivers/gpu/drm/msm/adreno/a6xx_gmu.h | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git