winsys/radeon: set has_image_opcodes to unbreak gfx6-7

Fixes: 96913bbf3e - ac/surface: force linear image layout for chips not supporting image opcodes

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9073

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23221>
This commit is contained in:
Marek Olšák 2023-05-24 16:59:10 -04:00 committed by Marge Bot
parent 6674f04fc2
commit fe03351bee

View file

@ -561,6 +561,7 @@ static bool do_winsys_init(struct radeon_drm_winsys *ws)
ws->info.num_physical_sgprs_per_simd = 512;
ws->info.num_physical_wave64_vgprs_per_simd = 256;
ws->info.has_3d_cube_border_color_mipmap = true;
ws->info.has_image_opcodes = true;
ws->info.spi_cu_en_has_effect = false;
ws->info.spi_cu_en = 0xffff;
ws->info.never_stop_sq_perf_counters = false;