Searched refs:subplatform (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_pci.c | 18 .subplatform = XE_SUBPLATFORM_NONE, \ 25 .subplatform = XE_SUBPLATFORM_ ## platform__ ## _ ## subplatform__, \ 33 .subplatform = XE_SUBPLATFORM_NONE, \ 104 for (spd = desc->subplatforms; spd->subplatform; spd++) in lookup_sub_desc() 105 if (spd->subplatform == s) in lookup_sub_desc() 183 subplatform_prefix(param->subplatform), in xe_pci_fake_data_desc() 184 lookup_subplatform_name(param->platform, param->subplatform), in xe_pci_fake_data_desc() 195 subplatform_prefix(param->subplatform), in xe_pci_fake_data_desc() 196 lookup_subplatform_name(param->platform, param->subplatform), in xe_pci_fake_data_desc() 360 subplatform_desc && subplatform_desc->subplatform; in xe_pci_fake_device_init() [all …]
|
| H A D | xe_sriov_pf_service_kunit.c | 17 .subplatform = XE_SUBPLATFORM_NONE, in pf_service_test_init()
|
| H A D | xe_guc_relay_test.c | 30 .subplatform = XE_SUBPLATFORM_NONE, in relay_test_init()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_device_types.h | 90 (_xe)->info.subplatform == (sub) && \ 288 enum xe_subplatform subplatform; member
|
| H A D | xe_debugfs.c | 82 xe->info.subplatform > XE_SUBPLATFORM_NONE ? xe->info.subplatform : 0); in info()
|
| H A D | xe_pci.c | 521 for (sp = desc->subplatforms; sp && sp->subplatform; sp++) in find_subplatform() 679 xe->info.subplatform = subplatform_desc ? in xe_info_init_early() 680 subplatform_desc->subplatform : XE_SUBPLATFORM_NONE; in xe_info_init_early()
|
| H A D | xe_hwmon.c | 815 if (hwmon->xe->info.subplatform != XE_SUBPLATFORM_BATTLEMAGE_G21) in get_pcie_temp()
|