From 9f9feda85f14c94cd9c4c7e4b8f63600317ee334 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Wed, 17 May 2023 09:53:48 +0200 Subject: [PATCH] amd/drm-shim: update README about which file to modify Signed-off-by: Samuel Pitoiset Part-of: --- src/amd/drm-shim/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/drm-shim/README.md b/src/amd/drm-shim/README.md index 7b29d4a676a..e1be754348d 100644 --- a/src/amd/drm-shim/README.md +++ b/src/amd/drm-shim/README.md @@ -26,6 +26,6 @@ to 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. +To add a new device, `amdgpu_devices.c` needs to be modified. `amdgpu_dump_states` can be used to dump the relevant states from a real device.