mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 21:52:04 +00:00
drm/nv50/kms: drop requirement that framebuffer bos be contig up-front
We'll move them at pin() time if necessary. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
5a56025238
commit
9f6d2ce305
@ -2350,11 +2350,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.. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user