Searched refs:subdesc (Results 1 – 1 of 1) sorted by relevance
1626 const struct subplatform_desc *subdesc; in intel_display_device_probe() local1664 subdesc = find_subplatform_desc(pdev, desc); in intel_display_device_probe()1665 if (subdesc) { in intel_display_device_probe()1666 drm_WARN_ON(display->drm, !subdesc->name || in intel_display_device_probe()1667 !display_platforms_weight(&subdesc->platforms)); in intel_display_device_probe()1669 display_platforms_or(&display->platform, &subdesc->platforms); in intel_display_device_probe()1675 display_platforms_weight(&subdesc->platforms)); in intel_display_device_probe()1687 subdesc ? &subdesc->step_info : NULL); in intel_display_device_probe()1693 desc->name, subdesc ? "/" : "", subdesc ? subdesc->name : "", in intel_display_device_probe()