mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
drm/amdgpu: store noretry parameter per driver instance
This will allow us to have different defaults per asic in a future patch. Reviewed-by: Christian König <christian.koenig@amd.com> Reviewed-by: Luben Tuikov <luben.tuikov@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -317,6 +317,8 @@ struct kfd_dev {
|
||||
|
||||
struct ida doorbell_ida;
|
||||
unsigned int max_doorbell_slices;
|
||||
|
||||
int noretry;
|
||||
};
|
||||
|
||||
enum kfd_mempool {
|
||||
|
||||
Reference in New Issue
Block a user