summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drm/nv50_display.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drm/nv50_display.c b/drm/nv50_display.c
index 3a60ba528..b1da7cd40 100644
--- a/drm/nv50_display.c
+++ b/drm/nv50_display.c
@@ -2371,11 +2371,6 @@ nv50_fb_ctor(struct drm_framebuffer *fb)
u8 kind = nouveau_bo_tile_layout(nvbo) >> 8;
u8 tile = nvbo->tile_mode;
- if (nvbo->tile_flags & NOUVEAU_GEM_TILE_NONCONTIG) {
- NV_ERROR(drm, "framebuffer requires contiguous bo\n");
- return -EINVAL;
- }
-
if (drm->device.info.chipset >= 0xc0)
tile >>= 4; /* yep.. */