|
@@ -242,6 +242,13 @@ module_param_named(job_hang_limit, amdgpu_job_hang_limit, int ,0444);
|
|
|
MODULE_PARM_DESC(lbpw, "Load Balancing Per Watt (LBPW) support (1 = enable, 0 = disable, -1 = auto)");
|
|
|
module_param_named(lbpw, amdgpu_lbpw, int, 0444);
|
|
|
|
|
|
+#ifdef CONFIG_DRM_AMDGPU_CIK
|
|
|
+int amdgpu_cik_support = 1;
|
|
|
+MODULE_PARM_DESC(cik_support, "CIK support (1 = enabled (default), 0 = disabled)");
|
|
|
+module_param_named(cik_support, amdgpu_cik_support, int, 0444);
|
|
|
+#endif
|
|
|
+
|
|
|
+
|
|
|
static const struct pci_device_id pciidlist[] = {
|
|
|
#ifdef CONFIG_DRM_AMDGPU_SI
|
|
|
{0x1002, 0x6780, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TAHITI},
|