Lines Matching refs:kind
2331 nv50_fbdma_init(struct drm_device *dev, u32 name, u64 offset, u64 length, u8 kind) in nv50_fbdma_init() argument
2370 args.nv50.kind = kind; in nv50_fbdma_init()
2374 args.gf100.kind = kind; in nv50_fbdma_init()
2378 args.gf119.kind = kind; in nv50_fbdma_init()
2415 u8 kind = nouveau_bo_tile_layout(nvbo) >> 8; in nv50_fb_ctor() local
2434 nv_fb->r_pitch = kind ? (((fb->pitches[0] / 4) << 4) | tile) : in nv50_fb_ctor()
2436 nv_fb->r_format |= kind << 16; in nv50_fb_ctor()
2439 nv_fb->r_pitch = kind ? (((fb->pitches[0] / 4) << 4) | tile) : in nv50_fb_ctor()
2442 nv_fb->r_pitch = kind ? (((fb->pitches[0] / 4) << 4) | tile) : in nv50_fb_ctor()
2445 nv_fb->r_handle = 0xffff0000 | kind; in nv50_fb_ctor()
2448 drm->device.info.ram_user, kind); in nv50_fb_ctor()