summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2026-04-27 16:31:31 +0200
committerAlex Deucher <alexander.deucher@amd.com>2026-05-19 11:53:07 -0400
commit89e50de5654dbe7a137e03d78629542e17ba7202 (patch)
tree4fef36f00656c1bc231e6876394b9cc1cb1ccc59 /include
parentb4c4d662ca4048475e1400899307fa827712507b (diff)
drm/amdgpu: fix handling in amdgpu_userq_create
Well mostly the same issues the other code had as well: 1. Memory allocation while holding the userq_mutex lock is forbidden! 2. Things were created/started/published in the wrong order. 3. The reset lock was taken in the wrong order and seems to be unecessary in the first place. 4. Error messages on invalid input parameters can spam the logs. 5. Error messages on memory allocation failures are usually superflous as well. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Sunil Khatri <sunil.khatri@amd.com> Reviewed-by: Prike Liang <Prike.Liang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions