From 0a87f1b7ed85cf1bbce632339a393aa6840ebdc6 Mon Sep 17 00:00:00 2001 From: Bas Nieuwenhuizen Date: Fri, 12 May 2023 01:08:27 +0200 Subject: [PATCH] amd/drm-shim: Update docs for more devices. We don't have to update the docs for every new entry. Part-of: --- src/amd/drm-shim/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/amd/drm-shim/README.md b/src/amd/drm-shim/README.md index e6c0cb5..7b29d4a 100644 --- a/src/amd/drm-shim/README.md +++ b/src/amd/drm-shim/README.md @@ -23,7 +23,8 @@ to - `raven` to expose a `CHIP_RAVEN` device - `stoney` to expose a `CHIP_STONEY` device -By default, the `CHIP_RENOIR` device is exposed. +Further names follow the `CHIP_*` enum values. By default, the `CHIP_RENOIR` +device is exposed. To add a new device, `amdgpu_noop_drm_shim.c` needs to be modified. `amdgpu_dump_states` can be used to dump the relevant states from a real -- 2.7.4