Lines Matching refs:nouveau_plane
38 struct nouveau_plane { struct
59 void (*set_params)(struct nouveau_plane *); argument
100 struct nouveau_plane *nv_plane = in nv10_update_plane()
101 container_of(plane, struct nouveau_plane, base); in nv10_update_plane()
177 struct nouveau_plane *nv_plane = in nv10_disable_plane()
178 container_of(plane, struct nouveau_plane, base); in nv10_disable_plane()
198 nv10_set_params(struct nouveau_plane *plane) in nv10_set_params()
229 struct nouveau_plane *nv_plane = in nv_set_property()
230 container_of(plane, struct nouveau_plane, base); in nv_set_property()
263 struct nouveau_plane *plane = kzalloc(sizeof(struct nouveau_plane), GFP_KERNEL); in nv10_overlay_init()
350 struct nouveau_plane *nv_plane = in nv04_update_plane()
351 container_of(plane, struct nouveau_plane, base); in nv04_update_plane()
430 struct nouveau_plane *nv_plane = in nv04_disable_plane()
431 container_of(plane, struct nouveau_plane, base); in nv04_disable_plane()
456 struct nouveau_plane *plane = kzalloc(sizeof(struct nouveau_plane), GFP_KERNEL); in nv04_overlay_init()