| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_privacy_screen.c | 118 const char *dev_id = dev ? dev_name(dev) : NULL; in drm_privacy_screen_get() local 145 if (l->dev_id) { in drm_privacy_screen_get() 146 if (!dev_id || strcmp(l->dev_id, dev_id)) in drm_privacy_screen_get()
|
| H A D | drm_privacy_screen_x86.c | 64 .dev_id = NULL, 74 .dev_id = NULL,
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/link/ |
| H A D | link_factory.c | 677 link->device_tag.dev_id)) in construct_phy() 679 if (link->device_tag.dev_id.device_type == DEVICE_TYPE_CRT && in construct_phy() 682 if (link->device_tag.dev_id.device_type == DEVICE_TYPE_LCD && in construct_phy() 687 DC_LOG_DC("BIOS object table - device_tag.dev_id.device_type: %d", link->device_tag.dev_id.device_type); in construct_phy() 688 DC_LOG_DC("BIOS object table - device_tag.dev_id.enum_id: %d", link->device_tag.dev_id.enum_id); in construct_phy() 710 link->device_tag.dev_id.raw_device_tag) { in construct_phy()
|
| /openbsd-src/sys/dev/pci/drm/include/drm/ |
| H A D | drm_privacy_screen_machine.h | 24 const char *dev_id; member
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
| H A D | PlatformiOSSimulatorCoreSimulatorSupport.h | 209 DeviceSet GetDevices(DeviceType::ProductFamilyID dev_id); 211 Device GetFanciest(DeviceType::ProductFamilyID dev_id);
|
| H A D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 605 CoreSimulatorSupport::DeviceType::ProductFamilyID dev_id) { 611 d.GetDeviceType().GetProductFamilyID() == dev_id) 619 CoreSimulatorSupport::DeviceType::ProductFamilyID dev_id) { 625 d.GetDeviceType().GetProductFamilyID() == dev_id) {
|
| /openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/ |
| H A D | vega10_smumgr.c | 182 uint32_t dev_id; in vega10_verify_smc_interface() 191 dev_id = adev->pdev->device; in vega10_verify_smc_interface() 194 if (!((dev_id == 0x687f) && in vega10_verify_smc_interface() 178 uint32_t dev_id; vega10_verify_smc_interface() local
|
| H A D | ci_smumgr.c | 238 uint32_t dev_id; in ci_initialize_power_tune_defaults() local 240 dev_id = adev->pdev->device; in ci_initialize_power_tune_defaults() 242 switch (dev_id) { in ci_initialize_power_tune_defaults() 1307 uint32_t dev_id; in ci_populate_all_memory_levels() local 1327 dev_id = adev->pdev->device; in ci_populate_all_memory_levels() 1330 && ((dev_id == 0x67B0) || (dev_id == 0x67B1))) { in ci_populate_all_memory_levels()
|
| H A D | iceland_smumgr.c | 284 uint32_t dev_id; in iceland_initialize_power_tune_defaults() local 286 dev_id = adev->pdev->device; in iceland_initialize_power_tune_defaults() 288 switch (dev_id) { in iceland_initialize_power_tune_defaults()
|
| H A D | tonga_smumgr.c | 1586 uint32_t hw_revision, dev_id; in tonga_populate_clock_stretcher_data_table() local 1592 dev_id = adev->pdev->device; in tonga_populate_clock_stretcher_data_table() 1623 if (ASICID_IS_TONGA_P(dev_id, hw_revision)) { in tonga_populate_clock_stretcher_data_table()
|
| /openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
| H A D | kfd_debug.h | 73 unsigned int dev_id,
|
| H A D | kfd_debug.c | 256 unsigned int dev_id, in kfd_dbg_send_exception_to_runtime() 266 if (p->pdds[i]->dev->id == dev_id) { in kfd_dbg_send_exception_to_runtime() 255 kfd_dbg_send_exception_to_runtime(struct kfd_process * p,unsigned int dev_id,unsigned int queue_id,uint64_t error_reason) kfd_dbg_send_exception_to_runtime() argument
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformAppleSimulator.cpp | 256 const CoreSimulatorSupport::DeviceType::ProductFamilyID dev_id = m_kind; in GetSimulatorDevice() local 261 .GetFanciest(dev_id); in GetSimulatorDevice()
|
| /openbsd-src/sys/dev/pci/drm/amd/display/include/ |
| H A D | grph_object_ctrl_defs.h | 105 struct device_id dev_id; member
|
| /openbsd-src/sys/dev/pci/drm/i915/display/ |
| H A D | intel_dsi_vbt.c | 951 .dev_id = "0000:00:02.0", 960 .dev_id = "0000:00:02.0",
|
| /openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ |
| H A D | vega10_processpptables.c | 734 uint32_t dev_id; in get_dcefclk_voltage_dependency_table() local 747 dev_id = adev->pdev->device; in get_dcefclk_voltage_dependency_table() 750 if (dev_id == 0x6863 && rev_id == 0 && in get_dcefclk_voltage_dependency_table()
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/bios/ |
| H A D | bios_parser2.c | 786 info->dev_id = device_type_from_device_id(object->device_tag); in bios_parser_get_device_tag() 796 info->dev_id = device_type_from_device_id(object_path_v3->device_tag); in bios_parser_get_device_tag()
|
| H A D | bios_parser.c | 361 info->dev_id = in bios_parser_get_device_tag()
|