radv/gfx10: enable support for NAVI10, NAVI12 and NAVI14
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
committed by
Bas Nieuwenhuizen
parent
817bd0cc2e
commit
5eaed7ecfc
@@ -51,9 +51,6 @@ do_winsys_init(struct radv_amdgpu_winsys *ws, int fd)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ws->info.chip_class > GFX9)
|
|
||||||
return false;
|
|
||||||
|
|
||||||
/* temporary */
|
/* temporary */
|
||||||
ws->info.use_display_dcc_unaligned = false;
|
ws->info.use_display_dcc_unaligned = false;
|
||||||
ws->info.use_display_dcc_with_retile_blit = false;
|
ws->info.use_display_dcc_with_retile_blit = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user