Searched refs:nouveau_plane (Results 1 – 1 of 1) sorted by relevance
37 struct nouveau_plane { struct57 void (*set_params)(struct nouveau_plane *); argument121 struct nouveau_plane *nv_plane = in nv10_update_plane()122 container_of(plane, struct nouveau_plane, base); in nv10_update_plane()194 struct nouveau_plane *nv_plane = in nv10_disable_plane()195 container_of(plane, struct nouveau_plane, base); in nv10_disable_plane()215 nv10_set_params(struct nouveau_plane *plane) in nv10_set_params()246 struct nouveau_plane *nv_plane = in nv_set_property()247 container_of(plane, struct nouveau_plane, base); in nv_set_property()280 struct nouveau_plane *plane = kzalloc(sizeof(struct nouveau_plane), GFP_KERNEL); in nv10_overlay_init()[all …]