• Ben Goz's avatar
    drm/amdkfd: Add asic property to kfd_device_info · 0da7558c
    Ben Goz authored
    This patch adds a new property to kfd_device_info structure. That structure
    holds information that is H/W specific.
    
    The new property is called asic_family and its purpose is to distinguish
    between different asic families in amdkfd operations, mainly in QCM (queue
    control & management)
    
    This patch also adds a new enum, to select different ASICs. We set the current
    kfd_device_info instance as Kaveri and create a new instance which describes
    the new AMD APU, codenamed 'Carrizo'.
    Signed-off-by: default avatarBen Goz <ben.goz@amd.com>
    Signed-off-by: default avatarOded Gabbay <oded.gabbay@amd.com>
    Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
    0da7558c
kfd_priv.h 18.2 KB