|
@@ -14477,7 +14477,8 @@ static void intel_crtc_init(struct drm_device *dev, int pipe)
|
|
|
goto fail;
|
|
|
|
|
|
ret = drm_crtc_init_with_planes(dev, &intel_crtc->base, primary,
|
|
|
- cursor, &intel_crtc_funcs, NULL);
|
|
|
+ cursor, &intel_crtc_funcs,
|
|
|
+ "pipe %c", pipe_name(pipe));
|
|
|
if (ret)
|
|
|
goto fail;
|
|
|
|