Lines Matching refs:kind
2288 nv50_fbdma_init(struct drm_device *dev, u32 name, u64 offset, u64 length, u8 kind) in nv50_fbdma_init() argument
2327 args.nv50.kind = kind; in nv50_fbdma_init()
2331 args.gf100.kind = kind; in nv50_fbdma_init()
2335 args.gf110.kind = kind; in nv50_fbdma_init()
2373 u8 kind = nouveau_bo_tile_layout(nvbo) >> 8; in nv50_fb_ctor() local
2392 nv_fb->r_pitch = kind ? (((fb->pitches[0] / 4) << 4) | tile) : in nv50_fb_ctor()
2394 nv_fb->r_format |= kind << 16; in nv50_fb_ctor()
2397 nv_fb->r_pitch = kind ? (((fb->pitches[0] / 4) << 4) | tile) : in nv50_fb_ctor()
2400 nv_fb->r_pitch = kind ? (((fb->pitches[0] / 4) << 4) | tile) : in nv50_fb_ctor()
2403 nv_fb->r_handle = 0xffff0000 | kind; in nv50_fb_ctor()
2406 drm->device.info.ram_user, kind); in nv50_fb_ctor()