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.c1663 const struct subplatform_desc *subdesc; in intel_display_device_probe() local
1707 subdesc = find_subplatform_desc(pdev, desc); in intel_display_device_probe()
1708 if (subdesc) { in intel_display_device_probe()
1709 drm_WARN_ON(display->drm, !subdesc->name || in intel_display_device_probe()
1710 !display_platforms_weight(&subdesc->platforms)); in intel_display_device_probe()
1712 display_platforms_or(&display->platform, &subdesc->platforms); in intel_display_device_probe()
1718 display_platforms_weight(&subdesc->platforms)); in intel_display_device_probe()
1730 subdesc ? &subdesc->step_info : NULL); in intel_display_device_probe()
1736 desc->name, subdesc ? "/" : "", subdesc ? subdesc->name : "", in intel_display_device_probe()