amd/drm-shim: update README about which file to modify

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23072>
This commit is contained in:
Samuel Pitoiset
2023-05-17 09:53:48 +02:00
committed by Marge Bot
parent 400434e5ea
commit 9f9feda85f
+1 -1
View File
@@ -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.