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>
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);