radv: re-enable init gfx state on CIK.

Once the color alignment was fixed this works fine now.

Tested-by: Kai Wasserbäch <kai@dev.carbon-project.org>
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie 2017-02-14 16:09:25 +10:00
parent 5e988ac61f
commit eea562f875

View file

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