Lines Matching defs:nv50_head_atom
17 #define nv50_head_atom(p) container_of((p), struct nv50_head_atom, state) macro
19 struct nv50_head_atom { struct
20 struct drm_crtc_state state;
22 struct {
26 } wndw;
28 struct {
33 } view;
35 struct nv50_head_mode {
53 } mode;
55 struct {
65 } olut;
67 struct {
81 } core;
83 struct {
89 } curs;
91 struct {
98 } base;
100 struct {
102 } ovly;
104 struct {
108 } dither;
133 union nv50_head_atom_mask { argument
151 static inline struct nv50_head_atom * argument