Subversion Repositories Kolibri OS

Rev

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

Rev 4104 Rev 4126
Line 398... Line 398...
398
	work->interval = interval;
398
	work->interval = interval;
399
	INIT_DELAYED_WORK(&work->work, intel_fbc_work_fn);
399
	INIT_DELAYED_WORK(&work->work, intel_fbc_work_fn);
Line 400... Line 400...
400
 
400
 
Line 401... Line -...
401
	dev_priv->fbc.fbc_work = work;
-
 
402
 
-
 
403
	DRM_DEBUG_KMS("scheduling delayed FBC enable\n");
401
	dev_priv->fbc.fbc_work = work;
404
 
402
 
405
	/* Delay the actual enabling to let pageflipping cease and the
403
	/* Delay the actual enabling to let pageflipping cease and the
406
	 * display to settle before starting the compression. Note that
404
	 * display to settle before starting the compression. Note that
407
	 * this delay also serves a second purpose: it allows for a
405
	 * this delay also serves a second purpose: it allows for a