mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
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:
parent
5e988ac61f
commit
eea562f875
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue