-
- Downloads
drm/amdgpu: Enable compilation under UML
The User-Mode Linux configuration is used by KUnit to execute kernel results directly. This removes the need for a test machine or a virtual machine. Therefore, as KUnit tests are being added to AMDGPU, it is interesting to enable compilation under UML, as it eases running the tests on CI and developers' machines. Also, the use of UML is encouraged by the KUnit team [1], as it is considered a better practice to write tests that run on UML to tests that only run under a particular architecture. [1] https://docs.kernel.org/dev-tools/kunit/usage.html#writing-tests-for-other-architectures Signed-off-by:Maíra Canal <mairacanal@riseup.net>
Showing
- drivers/gpu/drm/amd/amdkfd/kfd_crat.c 3 additions, 3 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_crat.c
- drivers/gpu/drm/amd/amdkfd/kfd_topology.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_topology.c
- drivers/gpu/drm/amd/display/Kconfig 1 addition, 1 deletiondrivers/gpu/drm/amd/display/Kconfig
- drivers/gpu/drm/amd/display/dc/gpio/hw_gpio.c 4 additions, 4 deletionsdrivers/gpu/drm/amd/display/dc/gpio/hw_gpio.c
- drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c 1 addition, 1 deletiondrivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
Loading
Please register or sign in to comment