Searched refs:fill_modes (Results 1 – 24 of 24) sorted by relevance
/linux-3.4.99/drivers/gpu/drm/udl/ |
D | udl_connector.c | 142 .fill_modes = drm_helper_probe_single_connector_modes,
|
/linux-3.4.99/drivers/gpu/drm/radeon/ |
D | radeon_connectors.c | 647 .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/ |
D | cdv_intel_crt.c | 252 .fill_modes = drm_helper_probe_single_connector_modes,
|
D | cdv_intel_hdmi.c | 300 .fill_modes = drm_helper_probe_single_connector_modes,
|
D | mdfld_dsi_output.c | 418 .fill_modes = drm_helper_probe_single_connector_modes,
|
D | oaktrail_hdmi.c | 309 .fill_modes = drm_helper_probe_single_connector_modes,
|
D | cdv_intel_lvds.c | 544 .fill_modes = drm_helper_probe_single_connector_modes,
|
D | psb_intel_lvds.c | 676 .fill_modes = drm_helper_probe_single_connector_modes,
|
D | psb_intel_sdvo.c | 1855 .fill_modes = drm_helper_probe_single_connector_modes,
|
/linux-3.4.99/drivers/gpu/drm/exynos/ |
D | exynos_drm_connector.c | 288 .fill_modes = exynos_drm_connector_fill_modes,
|
/linux-3.4.99/drivers/gpu/drm/i915/ |
D | intel_dvo.c | 281 .fill_modes = drm_helper_probe_single_connector_modes,
|
D | intel_hdmi.c | 473 .fill_modes = drm_helper_probe_single_connector_modes,
|
D | intel_crt.c | 552 .fill_modes = drm_helper_probe_single_connector_modes,
|
D | intel_lvds.c | 613 .fill_modes = drm_helper_probe_single_connector_modes,
|
D | intel_tv.c | 1493 .fill_modes = drm_helper_probe_single_connector_modes,
|
D | intel_dp.c | 2321 .fill_modes = drm_helper_probe_single_connector_modes,
|
D | intel_sdvo.c | 1863 .fill_modes = drm_helper_probe_single_connector_modes,
|
/linux-3.4.99/drivers/staging/omapdrm/ |
D | omap_connector.c | 276 .fill_modes = drm_helper_probe_single_connector_modes,
|
/linux-3.4.99/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ldu.c | 332 .fill_modes = vmw_du_connector_fill_modes,
|
D | vmwgfx_scrn.c | 427 .fill_modes = vmw_du_connector_fill_modes,
|
/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nouveau_connector.c | 854 .fill_modes = drm_helper_probe_single_connector_modes, 866 .fill_modes = drm_helper_probe_single_connector_modes,
|
/linux-3.4.99/include/drm/ |
D | drm_crtc.h | 434 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height); member
|
/linux-3.4.99/drivers/gpu/drm/ |
D | drm_fb_helper.c | 933 count += connector->funcs->fill_modes(connector, maxX, maxY); in drm_fb_helper_probe_connector_modes()
|
D | drm_crtc.c | 1438 connector->funcs->fill_modes(connector, in drm_mode_getconnector()
|