mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
drm/i915: Fix comment about our plane remapping on gen2/3
Spotted while crawling around in the area. Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
1100244e31
commit
8c0f92e1f8
|
|
@ -11339,7 +11339,7 @@ static void intel_crtc_init(struct drm_device *dev, int pipe)
|
|||
|
||||
/*
|
||||
* On gen2/3 only plane A can do fbc, but the panel fitter and lvds port
|
||||
* is hooked to plane B. Hence we want plane A feeding pipe B.
|
||||
* is hooked to pipe B. Hence we want plane A feeding pipe B.
|
||||
*/
|
||||
intel_crtc->pipe = pipe;
|
||||
intel_crtc->plane = pipe;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user