[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Tao Zhou <[email protected]>
> -----Original Message----- > From: amd-gfx <[email protected]> On Behalf Of > Stanley.Yang > Sent: 2020年3月11日 14:38 > To: [email protected] > Cc: Yang, Stanley <[email protected]>; Clements, John > <[email protected]>; Li, Dennis <[email protected]>; Chen, > Guchun <[email protected]>; Zhang, Hawking > <[email protected]> > Subject: [PATCH] drm/amdgpu: use amdgpu_ras.h in amdgpu_debugfs.c > > include amdgpu_ras.h head file instead of use extern ras_debugfs_create_all > function > > Signed-off-by: Stanley.Yang <[email protected]> > Change-Id: I2697250ba67d4deac4371fea05efb68a976f7e5a > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c > b/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c > index 1d513e4f9934..a9a278f87498 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c > @@ -34,6 +34,7 @@ > #include "amdgpu.h" > #include "amdgpu_pm.h" > #include "amdgpu_dm_debugfs.h" > +#include "amdgpu_ras.h" > > /** > * amdgpu_debugfs_add_files - Add simple debugfs entries @@ -1315,7 > +1316,6 @@ DEFINE_SIMPLE_ATTRIBUTE(fops_ib_preempt, NULL, > DEFINE_SIMPLE_ATTRIBUTE(fops_sclk_set, NULL, > amdgpu_debugfs_sclk_set, "%llu\n"); > > -extern void amdgpu_ras_debugfs_create_all(struct amdgpu_device *adev); > int amdgpu_debugfs_init(struct amdgpu_device *adev) { > int r, i; > -- > 2.17.1 > > _______________________________________________ > amd-gfx mailing list > [email protected] > https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.f > reedesktop.org%2Fmailman%2Flistinfo%2Famd- > gfx&data=02%7C01%7Ctao.zhou1%40amd.com%7C19bfa057da7740ca9 > 96f08d7c586b564%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C6 > 37195054687594420&sdata=ZBvaPrTx9oUoGfltIm3JQEy5htUQYjXZqk0ju > fcc98Q%3D&reserved=0 _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
