Subversion Repositories Kolibri OS

Rev

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

Rev 1221 Rev 1233
Line 1151... Line 1151...
1151
 
1151
 
1152
	return 0;
1152
	return 0;
1153
}
1153
}
Line 1154... Line -...
1154
EXPORT_SYMBOL(drm_helper_mode_fill_fb_struct);
-
 
1155
 
-
 
1156
void sysSetScreen(int width, int height, int pitch)
-
 
1157
{
-
 
1158
  asm __volatile__
-
 
1159
  (
-
 
1160
    "call *__imp__SetScreen"
-
 
1161
    :
-
 
1162
    :"a" (width-1),"d"(height-1), "c"(pitch)
-
 
1163
    :"memory","cc"
-
 
1164
  );
-
 
1165
}
-
 
1166
 
1154
EXPORT_SYMBOL(drm_helper_mode_fill_fb_struct);
1167
 
1155
 
1168
int drm_helper_resume_force_mode(struct drm_device *dev)
1156
int drm_helper_resume_force_mode(struct drm_device *dev)
1169
{
1157
{