|
@@ -1396,7 +1396,8 @@ intel_pipe_set_base(struct drm_crtc *crtc, int x, int y,
|
|
|
Start = obj_priv->gtt_offset;
|
|
|
Offset = y * crtc->fb->pitch + x * (crtc->fb->bits_per_pixel / 8);
|
|
|
|
|
|
- DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d\n", Start, Offset, x, y);
|
|
|
+ DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d %d\n",
|
|
|
+ Start, Offset, x, y, crtc->fb->pitch);
|
|
|
I915_WRITE(dspstride, crtc->fb->pitch);
|
|
|
if (IS_I965G(dev)) {
|
|
|
I915_WRITE(dspbase, Offset);
|