Subversion Repositories Kolibri OS

Rev

Rev 6936 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6936 Rev 7143
Line 437... Line 437...
437
	 * the display chain, either the final &drm_connector or a &drm_bridge.
437
	 * the display chain, either the final &drm_connector or a &drm_bridge.
438
	 * The parameter adjusted_mode is the input mode the encoder requires. It
438
	 * The parameter adjusted_mode is the input mode the encoder requires. It
439
	 * can be modified by this callback and does not need to match mode.
439
	 * can be modified by this callback and does not need to match mode.
440
	 *
440
	 *
441
	 * This function is used by both legacy CRTC helpers and atomic helpers.
441
	 * This function is used by both legacy CRTC helpers and atomic helpers.
442
	 * With atomic helpers it is optional.
442
	 * This hook is optional.
443
	 *
443
	 *
444
	 * NOTE:
444
	 * NOTE:
445
	 *
445
	 *
446
	 * This function is called in the check phase of atomic modesets, which
446
	 * This function is called in the check phase of atomic modesets, which
447
	 * can be aborted for any reason (including on userspace's request to
447
	 * can be aborted for any reason (including on userspace's request to