radeonsi/gfx11: enable sdma copy DRI_PRIME
Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19326>
This commit is contained in:
@@ -456,6 +456,7 @@ bool si_sdma_copy_image(struct si_context *sctx, struct si_texture *dst, struct
|
||||
case GFX9:
|
||||
case GFX10:
|
||||
case GFX10_3:
|
||||
case GFX11:
|
||||
if (!si_sdma_v4_v5_copy_texture(sctx, dst, src, sctx->gfx_level >= GFX10))
|
||||
return false;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user