radv: disable gfx init on CIK for now

Luzipher on irc report this hangs his Hawaii, disable for now
until I get time to debug.

Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie 2017-02-14 08:01:39 +10:00
parent 69fc7a2c82
commit f77d2871ac
1 changed files with 2 additions and 1 deletions

View File

@ -949,7 +949,8 @@ VkResult radv_CreateDevice(
goto fail;
}
if (device->physical_device->rad_info.chip_class >= CIK)
/* temporarily disabled on CIK */
if (device->physical_device->rad_info.chip_class > CIK)
cik_create_gfx_config(device);
*pDevice = radv_device_to_handle(device);