Searched refs:drm_add_modes_noedid (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/cirrus/
H A Dcirrus_mode.c505 count = drm_add_modes_noedid(connector, 1280, 1024); cirrus_vga_get_modes()
508 count = drm_add_modes_noedid(connector, 800, 600); cirrus_vga_get_modes()
/linux-4.1.27/drivers/gpu/drm/bochs/
H A Dbochs_kms.c208 count = drm_add_modes_noedid(connector, 8192, 8192); bochs_connector_get_modes()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_probe_helper.c183 count = drm_add_modes_noedid(connector, 1024, 768); drm_helper_probe_single_connector_modes_merge_bits()
H A Ddrm_edid.c3736 * drm_add_modes_noedid - add modes for the connectors without EDID
3746 int drm_add_modes_noedid(struct drm_connector *connector, drm_add_modes_noedid() function
3781 EXPORT_SYMBOL(drm_add_modes_noedid); variable
/linux-4.1.27/include/drm/
H A Ddrm_crtc.h1439 extern int drm_add_modes_noedid(struct drm_connector *connector,

Completed in 141 milliseconds