Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/udl/
Dudl_connector.c142 .fill_modes = drm_helper_probe_single_connector_modes,
/linux-3.4.99/drivers/gpu/drm/radeon/
Dradeon_connectors.c647 .fill_modes = drm_helper_probe_single_connector_modes,
765 .fill_modes = drm_helper_probe_single_connector_modes,
835 .fill_modes = drm_helper_probe_single_connector_modes,
1135 .fill_modes = drm_helper_probe_single_connector_modes,
1420 .fill_modes = drm_helper_probe_single_connector_modes,
1429 .fill_modes = drm_helper_probe_single_connector_modes,
1438 .fill_modes = drm_helper_probe_single_connector_modes,
/linux-3.4.99/drivers/gpu/drm/gma500/
Dcdv_intel_crt.c252 .fill_modes = drm_helper_probe_single_connector_modes,
Dcdv_intel_hdmi.c300 .fill_modes = drm_helper_probe_single_connector_modes,
Dmdfld_dsi_output.c418 .fill_modes = drm_helper_probe_single_connector_modes,
Doaktrail_hdmi.c309 .fill_modes = drm_helper_probe_single_connector_modes,
Dcdv_intel_lvds.c544 .fill_modes = drm_helper_probe_single_connector_modes,
Dpsb_intel_lvds.c676 .fill_modes = drm_helper_probe_single_connector_modes,
Dpsb_intel_sdvo.c1855 .fill_modes = drm_helper_probe_single_connector_modes,
/linux-3.4.99/drivers/gpu/drm/exynos/
Dexynos_drm_connector.c288 .fill_modes = exynos_drm_connector_fill_modes,
/linux-3.4.99/drivers/gpu/drm/i915/
Dintel_dvo.c281 .fill_modes = drm_helper_probe_single_connector_modes,
Dintel_hdmi.c473 .fill_modes = drm_helper_probe_single_connector_modes,
Dintel_crt.c552 .fill_modes = drm_helper_probe_single_connector_modes,
Dintel_lvds.c613 .fill_modes = drm_helper_probe_single_connector_modes,
Dintel_tv.c1493 .fill_modes = drm_helper_probe_single_connector_modes,
Dintel_dp.c2321 .fill_modes = drm_helper_probe_single_connector_modes,
Dintel_sdvo.c1863 .fill_modes = drm_helper_probe_single_connector_modes,
/linux-3.4.99/drivers/staging/omapdrm/
Domap_connector.c276 .fill_modes = drm_helper_probe_single_connector_modes,
/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ldu.c332 .fill_modes = vmw_du_connector_fill_modes,
Dvmwgfx_scrn.c427 .fill_modes = vmw_du_connector_fill_modes,
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_connector.c854 .fill_modes = drm_helper_probe_single_connector_modes,
866 .fill_modes = drm_helper_probe_single_connector_modes,
/linux-3.4.99/include/drm/
Ddrm_crtc.h434 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height); member
/linux-3.4.99/drivers/gpu/drm/
Ddrm_fb_helper.c933 count += connector->funcs->fill_modes(connector, maxX, maxY); in drm_fb_helper_probe_connector_modes()
Ddrm_crtc.c1438 connector->funcs->fill_modes(connector, in drm_mode_getconnector()