Re: [PATCH] drm/amdgpu: prevent BO_HANDLES error from being overwritten

2024-10-09 Thread Mohammed Anees
Hi, I have sent the v2 Patch reflecting these changes along with the Cc tag as suggested by Christian. Thanks

[PATCH v2] drm/amdgpu: prevent BO_HANDLES error from being overwritten

2024-10-09 Thread Mohammed Anees
("drm/amdgpu: disallow multiple BO_HANDLES chunks in one submit") Signed-off-by: Mohammed Anees --- v2: - Switched to goto free_partial_kdata for error handling, following the existing pattern. --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[PATCH] drm/amdgpu: prevent BO_HANDLES error from being overwritten

2024-10-04 Thread Mohammed Anees
overwriting of the error code. Signed-off-by: Mohammed Anees --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c index 1e475eb01417..543db0df9a31 100644 --- a

[PATCH] drm: Add missing documentation for struct drm_plane_size_hint

2024-08-11 Thread Mohammed Anees
ruct member 'height' not described in 'drm_plane_size_hint' Signed-off-by: Mohammed Anees --- include/uapi/drm/drm_mode.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/uapi/drm/drm_mode.h b/include/uapi/drm/drm_mode.h index d390011b8..c082810c0 100644 --- a/i