On 07/04/17 12:01 PM, Felix Kuehling wrote: > Advertise CIK PCI IDs only when they are not supported by amdgpu. > Use the CONFIG_DRM_AMDGPU_CIK to check so that a single option in > the kernel config keeps both drivers in sync. > > This is the simplest possible change. A more complete solution > may want to conditionally disable more CIK-specific code in the > Radeon driver. > > Signed-off-by: Felix Kuehling <Felix.Kuehling at amd.com> Good idea. We could do something similar for SI down the road too. Tom