Home
last modified time | relevance | path

Searched refs:subdesc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_device.c1613 const struct subplatform_desc *subdesc; in intel_display_device_probe() local
1651 subdesc = find_subplatform_desc(pdev, desc); in intel_display_device_probe()
1652 if (subdesc) { in intel_display_device_probe()
1653 drm_WARN_ON(display->drm, !subdesc->name || in intel_display_device_probe()
1654 !display_platforms_weight(&subdesc->platforms)); in intel_display_device_probe()
1656 display_platforms_or(&display->platform, &subdesc->platforms); in intel_display_device_probe()
1662 display_platforms_weight(&subdesc->platforms)); in intel_display_device_probe()
1674 subdesc ? &subdesc->step_info : NULL); in intel_display_device_probe()
1680 desc->name, subdesc ? "/" : "", subdesc ? subdesc->name : "", in intel_display_device_probe()