nv50_head          74 drivers/gpu/drm/nouveau/dispnv50/curs507a.c 	struct nv50_head *head = nv50_head(asyw->state.crtc);
nv50_head         682 drivers/gpu/drm/nouveau/dispnv50/disp.c 	struct nv50_head *head;
nv50_head         836 drivers/gpu/drm/nouveau/dispnv50/disp.c 	struct nv50_head *head = nv50_head(encoder->crtc);
nv50_head         943 drivers/gpu/drm/nouveau/dispnv50/disp.c 	struct nv50_head *head = nv50_head(connector_state->crtc);
nv50_head        1850 drivers/gpu/drm/nouveau/dispnv50/disp.c 		struct nv50_head *head = nv50_head(crtc);
nv50_head        1933 drivers/gpu/drm/nouveau/dispnv50/disp.c 		struct nv50_head *head = nv50_head(crtc);
nv50_head          34 drivers/gpu/drm/nouveau/dispnv50/head.c nv50_head_flush_clr(struct nv50_head *head,
nv50_head          46 drivers/gpu/drm/nouveau/dispnv50/head.c nv50_head_flush_set(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         211 drivers/gpu/drm/nouveau/dispnv50/head.c nv50_head_atomic_check_lut(struct nv50_head *head,
nv50_head         244 drivers/gpu/drm/nouveau/dispnv50/head.c nv50_head_atomic_check_mode(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         297 drivers/gpu/drm/nouveau/dispnv50/head.c 	struct nv50_head *head = nv50_head(crtc);
nv50_head         459 drivers/gpu/drm/nouveau/dispnv50/head.c 	struct nv50_head *head = nv50_head(crtc);
nv50_head         481 drivers/gpu/drm/nouveau/dispnv50/head.c 	struct nv50_head *head;
nv50_head           3 drivers/gpu/drm/nouveau/dispnv50/head.h #define nv50_head(c) container_of((c), struct nv50_head, base.base)
nv50_head          17 drivers/gpu/drm/nouveau/dispnv50/head.h void nv50_head_flush_set(struct nv50_head *, struct nv50_head_atom *);
nv50_head          18 drivers/gpu/drm/nouveau/dispnv50/head.h void nv50_head_flush_clr(struct nv50_head *, struct nv50_head_atom *, bool y);
nv50_head          21 drivers/gpu/drm/nouveau/dispnv50/head.h 	void (*view)(struct nv50_head *, struct nv50_head_atom *);
nv50_head          22 drivers/gpu/drm/nouveau/dispnv50/head.h 	void (*mode)(struct nv50_head *, struct nv50_head_atom *);
nv50_head          23 drivers/gpu/drm/nouveau/dispnv50/head.h 	void (*olut)(struct nv50_head *, struct nv50_head_atom *);
nv50_head          25 drivers/gpu/drm/nouveau/dispnv50/head.h 	void (*olut_set)(struct nv50_head *, struct nv50_head_atom *);
nv50_head          26 drivers/gpu/drm/nouveau/dispnv50/head.h 	void (*olut_clr)(struct nv50_head *);
nv50_head          27 drivers/gpu/drm/nouveau/dispnv50/head.h 	void (*core_calc)(struct nv50_head *, struct nv50_head_atom *);
nv50_head          28 drivers/gpu/drm/nouveau/dispnv50/head.h 	void (*core_set)(struct nv50_head *, struct nv50_head_atom *);
nv50_head          29 drivers/gpu/drm/nouveau/dispnv50/head.h 	void (*core_clr)(struct nv50_head *);
nv50_head          30 drivers/gpu/drm/nouveau/dispnv50/head.h 	int (*curs_layout)(struct nv50_head *, struct nv50_wndw_atom *,
nv50_head          32 drivers/gpu/drm/nouveau/dispnv50/head.h 	int (*curs_format)(struct nv50_head *, struct nv50_wndw_atom *,
nv50_head          34 drivers/gpu/drm/nouveau/dispnv50/head.h 	void (*curs_set)(struct nv50_head *, struct nv50_head_atom *);
nv50_head          35 drivers/gpu/drm/nouveau/dispnv50/head.h 	void (*curs_clr)(struct nv50_head *);
nv50_head          36 drivers/gpu/drm/nouveau/dispnv50/head.h 	void (*base)(struct nv50_head *, struct nv50_head_atom *);
nv50_head          37 drivers/gpu/drm/nouveau/dispnv50/head.h 	void (*ovly)(struct nv50_head *, struct nv50_head_atom *);
nv50_head          38 drivers/gpu/drm/nouveau/dispnv50/head.h 	void (*dither)(struct nv50_head *, struct nv50_head_atom *);
nv50_head          39 drivers/gpu/drm/nouveau/dispnv50/head.h 	void (*procamp)(struct nv50_head *, struct nv50_head_atom *);
nv50_head          40 drivers/gpu/drm/nouveau/dispnv50/head.h 	void (*or)(struct nv50_head *, struct nv50_head_atom *);
nv50_head          44 drivers/gpu/drm/nouveau/dispnv50/head.h void head507d_view(struct nv50_head *, struct nv50_head_atom *);
nv50_head          45 drivers/gpu/drm/nouveau/dispnv50/head.h void head507d_mode(struct nv50_head *, struct nv50_head_atom *);
nv50_head          46 drivers/gpu/drm/nouveau/dispnv50/head.h void head507d_olut(struct nv50_head *, struct nv50_head_atom *);
nv50_head          47 drivers/gpu/drm/nouveau/dispnv50/head.h void head507d_core_calc(struct nv50_head *, struct nv50_head_atom *);
nv50_head          48 drivers/gpu/drm/nouveau/dispnv50/head.h void head507d_core_clr(struct nv50_head *);
nv50_head          49 drivers/gpu/drm/nouveau/dispnv50/head.h int head507d_curs_layout(struct nv50_head *, struct nv50_wndw_atom *,
nv50_head          51 drivers/gpu/drm/nouveau/dispnv50/head.h int head507d_curs_format(struct nv50_head *, struct nv50_wndw_atom *,
nv50_head          53 drivers/gpu/drm/nouveau/dispnv50/head.h void head507d_base(struct nv50_head *, struct nv50_head_atom *);
nv50_head          54 drivers/gpu/drm/nouveau/dispnv50/head.h void head507d_ovly(struct nv50_head *, struct nv50_head_atom *);
nv50_head          55 drivers/gpu/drm/nouveau/dispnv50/head.h void head507d_dither(struct nv50_head *, struct nv50_head_atom *);
nv50_head          56 drivers/gpu/drm/nouveau/dispnv50/head.h void head507d_procamp(struct nv50_head *, struct nv50_head_atom *);
nv50_head          61 drivers/gpu/drm/nouveau/dispnv50/head.h void head907d_view(struct nv50_head *, struct nv50_head_atom *);
nv50_head          62 drivers/gpu/drm/nouveau/dispnv50/head.h void head907d_mode(struct nv50_head *, struct nv50_head_atom *);
nv50_head          63 drivers/gpu/drm/nouveau/dispnv50/head.h void head907d_olut(struct nv50_head *, struct nv50_head_atom *);
nv50_head          64 drivers/gpu/drm/nouveau/dispnv50/head.h void head907d_olut_set(struct nv50_head *, struct nv50_head_atom *);
nv50_head          65 drivers/gpu/drm/nouveau/dispnv50/head.h void head907d_olut_clr(struct nv50_head *);
nv50_head          66 drivers/gpu/drm/nouveau/dispnv50/head.h void head907d_core_set(struct nv50_head *, struct nv50_head_atom *);
nv50_head          67 drivers/gpu/drm/nouveau/dispnv50/head.h void head907d_core_clr(struct nv50_head *);
nv50_head          68 drivers/gpu/drm/nouveau/dispnv50/head.h void head907d_curs_set(struct nv50_head *, struct nv50_head_atom *);
nv50_head          69 drivers/gpu/drm/nouveau/dispnv50/head.h void head907d_curs_clr(struct nv50_head *);
nv50_head          70 drivers/gpu/drm/nouveau/dispnv50/head.h void head907d_ovly(struct nv50_head *, struct nv50_head_atom *);
nv50_head          71 drivers/gpu/drm/nouveau/dispnv50/head.h void head907d_procamp(struct nv50_head *, struct nv50_head_atom *);
nv50_head          72 drivers/gpu/drm/nouveau/dispnv50/head.h void head907d_or(struct nv50_head *, struct nv50_head_atom *);
nv50_head          75 drivers/gpu/drm/nouveau/dispnv50/head.h int head917d_curs_layout(struct nv50_head *, struct nv50_wndw_atom *,
nv50_head          79 drivers/gpu/drm/nouveau/dispnv50/head.h void headc37d_view(struct nv50_head *, struct nv50_head_atom *);
nv50_head          80 drivers/gpu/drm/nouveau/dispnv50/head.h void headc37d_core_set(struct nv50_head *, struct nv50_head_atom *);
nv50_head          81 drivers/gpu/drm/nouveau/dispnv50/head.h void headc37d_core_clr(struct nv50_head *);
nv50_head          82 drivers/gpu/drm/nouveau/dispnv50/head.h int headc37d_curs_format(struct nv50_head *, struct nv50_wndw_atom *,
nv50_head          84 drivers/gpu/drm/nouveau/dispnv50/head.h void headc37d_curs_set(struct nv50_head *, struct nv50_head_atom *);
nv50_head          85 drivers/gpu/drm/nouveau/dispnv50/head.h void headc37d_curs_clr(struct nv50_head *);
nv50_head          86 drivers/gpu/drm/nouveau/dispnv50/head.h void headc37d_dither(struct nv50_head *, struct nv50_head_atom *);
nv50_head          26 drivers/gpu/drm/nouveau/dispnv50/head507d.c head507d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          39 drivers/gpu/drm/nouveau/dispnv50/head507d.c head507d_dither(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          53 drivers/gpu/drm/nouveau/dispnv50/head507d.c head507d_ovly(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          80 drivers/gpu/drm/nouveau/dispnv50/head507d.c head507d_base(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         107 drivers/gpu/drm/nouveau/dispnv50/head507d.c head507d_curs_clr(struct nv50_head *head)
nv50_head         119 drivers/gpu/drm/nouveau/dispnv50/head507d.c head507d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         133 drivers/gpu/drm/nouveau/dispnv50/head507d.c head507d_curs_format(struct nv50_head *head, struct nv50_wndw_atom *asyw,
nv50_head         146 drivers/gpu/drm/nouveau/dispnv50/head507d.c head507d_curs_layout(struct nv50_head *head, struct nv50_wndw_atom *asyw,
nv50_head         159 drivers/gpu/drm/nouveau/dispnv50/head507d.c head507d_core_clr(struct nv50_head *head)
nv50_head         171 drivers/gpu/drm/nouveau/dispnv50/head507d.c head507d_core_set(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         201 drivers/gpu/drm/nouveau/dispnv50/head507d.c head507d_core_calc(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         233 drivers/gpu/drm/nouveau/dispnv50/head507d.c head507d_olut_clr(struct nv50_head *head)
nv50_head         245 drivers/gpu/drm/nouveau/dispnv50/head507d.c head507d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         275 drivers/gpu/drm/nouveau/dispnv50/head507d.c head507d_olut(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         286 drivers/gpu/drm/nouveau/dispnv50/head507d.c head507d_mode(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         310 drivers/gpu/drm/nouveau/dispnv50/head507d.c head507d_view(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          26 drivers/gpu/drm/nouveau/dispnv50/head827d.c head827d_curs_clr(struct nv50_head *head)
nv50_head          40 drivers/gpu/drm/nouveau/dispnv50/head827d.c head827d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          56 drivers/gpu/drm/nouveau/dispnv50/head827d.c head827d_core_set(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          78 drivers/gpu/drm/nouveau/dispnv50/head827d.c head827d_olut_clr(struct nv50_head *head)
nv50_head          92 drivers/gpu/drm/nouveau/dispnv50/head827d.c head827d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          26 drivers/gpu/drm/nouveau/dispnv50/head907d.c head907d_or(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          42 drivers/gpu/drm/nouveau/dispnv50/head907d.c head907d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          55 drivers/gpu/drm/nouveau/dispnv50/head907d.c head907d_dither(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          69 drivers/gpu/drm/nouveau/dispnv50/head907d.c head907d_ovly(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          97 drivers/gpu/drm/nouveau/dispnv50/head907d.c head907d_base(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         124 drivers/gpu/drm/nouveau/dispnv50/head907d.c head907d_curs_clr(struct nv50_head *head)
nv50_head         138 drivers/gpu/drm/nouveau/dispnv50/head907d.c head907d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         154 drivers/gpu/drm/nouveau/dispnv50/head907d.c head907d_core_clr(struct nv50_head *head)
nv50_head         166 drivers/gpu/drm/nouveau/dispnv50/head907d.c head907d_core_set(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         188 drivers/gpu/drm/nouveau/dispnv50/head907d.c head907d_olut_clr(struct nv50_head *head)
nv50_head         202 drivers/gpu/drm/nouveau/dispnv50/head907d.c head907d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         234 drivers/gpu/drm/nouveau/dispnv50/head907d.c head907d_olut(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         241 drivers/gpu/drm/nouveau/dispnv50/head907d.c head907d_mode(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         266 drivers/gpu/drm/nouveau/dispnv50/head907d.c head907d_view(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          26 drivers/gpu/drm/nouveau/dispnv50/head917d.c head917d_dither(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          40 drivers/gpu/drm/nouveau/dispnv50/head917d.c head917d_base(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          67 drivers/gpu/drm/nouveau/dispnv50/head917d.c head917d_curs_layout(struct nv50_head *head, struct nv50_wndw_atom *asyw,
nv50_head          27 drivers/gpu/drm/nouveau/dispnv50/headc37d.c headc37d_or(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          55 drivers/gpu/drm/nouveau/dispnv50/headc37d.c headc37d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          69 drivers/gpu/drm/nouveau/dispnv50/headc37d.c headc37d_dither(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          83 drivers/gpu/drm/nouveau/dispnv50/headc37d.c headc37d_curs_clr(struct nv50_head *head)
nv50_head          97 drivers/gpu/drm/nouveau/dispnv50/headc37d.c headc37d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         116 drivers/gpu/drm/nouveau/dispnv50/headc37d.c headc37d_curs_format(struct nv50_head *head, struct nv50_wndw_atom *asyw,
nv50_head         124 drivers/gpu/drm/nouveau/dispnv50/headc37d.c headc37d_olut_clr(struct nv50_head *head)
nv50_head         136 drivers/gpu/drm/nouveau/dispnv50/headc37d.c headc37d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         152 drivers/gpu/drm/nouveau/dispnv50/headc37d.c headc37d_olut(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         162 drivers/gpu/drm/nouveau/dispnv50/headc37d.c headc37d_mode(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         186 drivers/gpu/drm/nouveau/dispnv50/headc37d.c headc37d_view(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          27 drivers/gpu/drm/nouveau/dispnv50/headc57d.c headc57d_or(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          55 drivers/gpu/drm/nouveau/dispnv50/headc57d.c headc57d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          73 drivers/gpu/drm/nouveau/dispnv50/headc57d.c headc57d_olut_clr(struct nv50_head *head)
nv50_head          85 drivers/gpu/drm/nouveau/dispnv50/headc57d.c headc57d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         155 drivers/gpu/drm/nouveau/dispnv50/headc57d.c headc57d_olut(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head         168 drivers/gpu/drm/nouveau/dispnv50/headc57d.c headc57d_mode(struct nv50_head *head, struct nv50_head_atom *asyh)
nv50_head          80 drivers/gpu/drm/nouveau/nvkm/engine/disp/headnv50.c nv50_head = {
nv50_head          91 drivers/gpu/drm/nouveau/nvkm/engine/disp/headnv50.c 	return nvkm_head_new_(&nv50_head, disp, id);