|
@@ -229,8 +229,8 @@ skl_update_plane(struct drm_plane *drm_plane, struct drm_crtc *crtc,
|
|
|
|
|
|
if (intel_rotation_90_or_270(rotation)) {
|
|
|
/* stride: Surface height in tiles */
|
|
|
- tile_height = intel_tile_height(dev, fb->bits_per_pixel,
|
|
|
- fb->modifier[0]);
|
|
|
+ tile_height = intel_tile_height(dev, fb->pixel_format,
|
|
|
+ fb->modifier[0]);
|
|
|
stride = DIV_ROUND_UP(fb->height, tile_height);
|
|
|
plane_size = (src_w << 16) | src_h;
|
|
|
x_offset = stride * tile_height - y - (src_h + 1);
|