Searched refs:fill_modes (Results 1 - 10 of 10) sorted by relevance
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_dvo.c | 387 .fill_modes = drm_helper_probe_single_connector_modes,
|
H A D | intel_crt.c | 724 .fill_modes = drm_helper_probe_single_connector_modes,
|
H A D | intel_lvds.c | 514 .fill_modes = drm_helper_probe_single_connector_modes,
|
H A D | intel_hdmi.c | 1133 .fill_modes = drm_helper_probe_single_connector_modes,
|
H A D | intel_tv.c | 1508 .fill_modes = drm_helper_probe_single_connector_modes,
|
H A D | intel_dp.c | 2765 .fill_modes = drm_helper_probe_single_connector_modes,
|
H A D | intel_sdvo.c | 2173 .fill_modes = drm_helper_probe_single_connector_modes,
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_crtc.h | 479 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height); member in struct:drm_connector_funcs 560 * @modes: modes available on this connector (from fill_modes() + user)
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_fb_helper.c | 437 count += connector->funcs->fill_modes(connector, maxX, maxY);
|
H A D | drm_crtc.c | 1576 connector->funcs->fill_modes(connector, 1581 /* delayed so we get modes regardless of pre-fill_modes state */
|
Completed in 60 milliseconds