Searched refs:subdesc (Results 1 – 1 of 1) sorted by relevance
1460 const struct subplatform_desc *subdesc; in intel_display_device_probe() local1495 subdesc = find_subplatform_desc(pdev, desc); in intel_display_device_probe()1496 if (subdesc) { in intel_display_device_probe()1497 drm_WARN_ON(&i915->drm, !subdesc->subplatform || !subdesc->name); in intel_display_device_probe()1498 DISPLAY_RUNTIME_INFO(i915)->subplatform = subdesc->subplatform; in intel_display_device_probe()1510 subdesc ? &subdesc->step_info : NULL); in intel_display_device_probe()1516 desc->name, subdesc ? "/" : "", subdesc ? subdesc->name : "", in intel_display_device_probe()
Completed in 6 milliseconds