mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-06 13:44:31 -05:00
drm/ttm: decrease ttm bo priority number
decrease and also reserve priority number for KFD using Signed-off-by: Roger.He <Hongbo.He@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#include <linux/spinlock.h>
|
||||
#include <linux/reservation.h>
|
||||
|
||||
#define TTM_MAX_BO_PRIORITY 16U
|
||||
#define TTM_MAX_BO_PRIORITY 4U
|
||||
|
||||
struct ttm_backend_func {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user