diff options
author | Greg Kroah-Hartman <[email protected]> | 2022-01-06 10:56:10 +0100 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2022-01-11 15:44:26 -0500 |
commit | 7ff61cdcc8609a19f3eddf3fffc09a05ad6d6865 (patch) | |
tree | 270139a6c22c0cdc5ea3459f61bce80bce8d9c4a /tools/perf/scripts | |
parent | 4cc9f86f851847e5ebfb56212d81f1a30b9d392b (diff) |
drm/amdgpu: use default_groups in kobj_type
There are currently 2 ways to create a set of sysfs files for a
kobj_type, through the default_attrs field, and the default_groups
field. Move the amdgpu sysfs code to use default_groups field which has
been the preferred way since aa30f47cf666 ("kobject: Add support for
default attribute groups to kobj_type") so that we can soon get rid of
the obsolete default_attrs field.
Cc: Alex Deucher <[email protected]>
Cc: "Christian König" <[email protected]>
Cc: "Pan, Xinhui" <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Hawking Zhang <[email protected]>
Cc: John Clements <[email protected]>
Cc: Felix Kuehling <[email protected]>
Cc: Jonathan Kim <[email protected]>
Cc: Kevin Wang <[email protected]>
Cc: shaoyunl <[email protected]>
Cc: Tao Zhou <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions