Home
last modified time | relevance | path

Searched defs:amdgpu_vf_error_buffer (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_virt.h69 struct amdgpu_vf_error_buffer { struct
70 struct mutex lock;
71 int read_count;
72 int write_count;
73 uint16_t code[AMDGPU_VF_ERROR_ENTRY_SIZE];
74 uint16_t flags[AMDGPU_VF_ERROR_ENTRY_SIZE];
75 uint64_t data[AMDGPU_VF_ERROR_ENTRY_SIZE];

Completed in 6 milliseconds