Subversion Repositories Kolibri OS

Rev

Rev 6084 | Rev 6283 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6084 Rev 6088
Line 816... Line 816...
816
static void drm_connector_get_cmdline_mode(struct drm_connector *connector)
816
static void drm_connector_get_cmdline_mode(struct drm_connector *connector)
817
{
817
{
818
	struct drm_cmdline_mode *mode = &connector->cmdline_mode;
818
	struct drm_cmdline_mode *mode = &connector->cmdline_mode;
819
	char *option = NULL;
819
	char *option = NULL;
Line 820... Line -...
820
 
-
 
821
    return;
-
 
822
#if 0
820
 
823
	if (fb_get_options(connector->name, &option))
821
	if (fb_get_options(connector->name, &option))
Line 824... Line 822...
824
		return;
822
		return;
825
 
823
 
Line 853... Line 851...
853
		      mode->xres, mode->yres,
851
		      mode->xres, mode->yres,
854
		      mode->refresh_specified ? mode->refresh : 60,
852
		      mode->refresh_specified ? mode->refresh : 60,
855
		      mode->rb ? " reduced blanking" : "",
853
		      mode->rb ? " reduced blanking" : "",
856
		      mode->margins ? " with margins" : "",
854
		      mode->margins ? " with margins" : "",
857
		      mode->interlace ?  " interlaced" : "");
855
		      mode->interlace ?  " interlaced" : "");
858
#endif
-
 
859
}
856
}
Line 860... Line 857...
860
 
857
 
861
/**
858
/**
862
 * drm_connector_init - Init a preallocated connector
859
 * drm_connector_init - Init a preallocated connector