drm/amdkfd: Add static user-mode queues support
[deliverable/linux.git] / drivers / gpu / drm / amd / amdkfd / kfd_device.c
index 52cab0f53ebc6e03c194208d65c10abd39754d2e..f1f86db27f73ef981b4a0a76aa96990802933d44 100644 (file)
@@ -33,6 +33,8 @@
 static const struct kfd_device_info kaveri_device_info = {
        .asic_family = CHIP_KAVERI,
        .max_pasid_bits = 16,
+       /* max num of queues for KV.TODO should be a dynamic value */
+       .max_no_of_hqd  = 24,
        .ih_ring_entry_size = 4 * sizeof(uint32_t),
        .event_interrupt_class = &event_interrupt_class_cik,
        .mqd_size_aligned = MQD_SIZE_ALIGNED
This page took 0.028354 seconds and 5 git commands to generate.