Symbol: nv50_head
drivers/gpu/drm/nouveau/dispnv50/crc.c
129
nv50_crc_get_entries(struct nv50_head *head,
drivers/gpu/drm/nouveau/dispnv50/crc.c
154
void nv50_crc_handle_vblank(struct nv50_head *head)
drivers/gpu/drm/nouveau/dispnv50/crc.c
220
static void nv50_crc_wait_ctx_finished(struct nv50_head *head,
drivers/gpu/drm/nouveau/dispnv50/crc.c
247
struct nv50_head *head = nv50_head(crtc);
drivers/gpu/drm/nouveau/dispnv50/crc.c
279
struct nv50_head *head = nv50_head(crtc);
drivers/gpu/drm/nouveau/dispnv50/crc.c
303
struct nv50_head *head = nv50_head(crtc);
drivers/gpu/drm/nouveau/dispnv50/crc.c
326
struct nv50_head *head = nv50_head(crtc);
drivers/gpu/drm/nouveau/dispnv50/crc.c
351
int nv50_crc_atomic_check_head(struct nv50_head *head,
drivers/gpu/drm/nouveau/dispnv50/crc.c
450
void nv50_crc_atomic_set(struct nv50_head *head,
drivers/gpu/drm/nouveau/dispnv50/crc.c
472
void nv50_crc_atomic_clr(struct nv50_head *head)
drivers/gpu/drm/nouveau/dispnv50/crc.c
502
nv50_crc_ctx_init(struct nv50_head *head, struct nvif_mmu *mmu,
drivers/gpu/drm/nouveau/dispnv50/crc.c
549
struct nv50_head *head = nv50_head(crtc);
drivers/gpu/drm/nouveau/dispnv50/crc.c
634
struct nv50_head *head = m->private;
drivers/gpu/drm/nouveau/dispnv50/crc.c
662
struct nv50_head *head = m->private;
drivers/gpu/drm/nouveau/dispnv50/crc.c
711
int nv50_head_crc_late_register(struct nv50_head *head)
drivers/gpu/drm/nouveau/dispnv50/crc.c
72
nv50_crc_program_ctx(struct nv50_head *head,
drivers/gpu/drm/nouveau/dispnv50/crc.c
730
struct nv50_head *head)
drivers/gpu/drm/nouveau/dispnv50/crc.c
750
nv50_crc_init_head(disp, func, nv50_head(crtc));
drivers/gpu/drm/nouveau/dispnv50/crc.c
87
struct nv50_head *head = container_of(crc, struct nv50_head, crc);
drivers/gpu/drm/nouveau/dispnv50/crc.h
110
nv50_head_crc_late_register(struct nv50_head *head) { return 0; }
drivers/gpu/drm/nouveau/dispnv50/crc.h
111
static inline void nv50_crc_handle_vblank(struct nv50_head *head) {}
drivers/gpu/drm/nouveau/dispnv50/crc.h
114
nv50_crc_atomic_check_head(struct nv50_head *head,
drivers/gpu/drm/nouveau/dispnv50/crc.h
127
nv50_crc_atomic_set(struct nv50_head *head, struct nv50_head_atom *state) {}
drivers/gpu/drm/nouveau/dispnv50/crc.h
129
nv50_crc_atomic_clr(struct nv50_head *head) {}
drivers/gpu/drm/nouveau/dispnv50/crc.h
15
struct nv50_head;
drivers/gpu/drm/nouveau/dispnv50/crc.h
51
int (*set_src)(struct nv50_head *, int or, enum nv50_crc_source_type type,
drivers/gpu/drm/nouveau/dispnv50/crc.h
53
int (*set_ctx)(struct nv50_head *, struct nv50_crc_notifier_ctx *);
drivers/gpu/drm/nouveau/dispnv50/crc.h
54
u32 (*get_entry)(struct nv50_head *, struct nv50_crc_notifier_ctx *,
drivers/gpu/drm/nouveau/dispnv50/crc.h
56
bool (*ctx_finished)(struct nv50_head *,
drivers/gpu/drm/nouveau/dispnv50/crc.h
77
int nv50_head_crc_late_register(struct nv50_head *);
drivers/gpu/drm/nouveau/dispnv50/crc.h
78
void nv50_crc_handle_vblank(struct nv50_head *head);
drivers/gpu/drm/nouveau/dispnv50/crc.h
84
int nv50_crc_atomic_check_head(struct nv50_head *, struct nv50_head_atom *,
drivers/gpu/drm/nouveau/dispnv50/crc.h
91
void nv50_crc_atomic_set(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/crc.h
92
void nv50_crc_atomic_clr(struct nv50_head *);
drivers/gpu/drm/nouveau/dispnv50/crc907d.c
26
crc907d_set_src(struct nv50_head *head, int or, enum nv50_crc_source_type source,
drivers/gpu/drm/nouveau/dispnv50/crc907d.c
75
crc907d_set_ctx(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx)
drivers/gpu/drm/nouveau/dispnv50/crc907d.c
88
static u32 crc907d_get_entry(struct nv50_head *head,
drivers/gpu/drm/nouveau/dispnv50/crc907d.c
97
static bool crc907d_ctx_finished(struct nv50_head *head,
drivers/gpu/drm/nouveau/dispnv50/crcc37d.c
15
crcc37d_set_src(struct nv50_head *head, int or, enum nv50_crc_source_type source,
drivers/gpu/drm/nouveau/dispnv50/crcc37d.c
54
int crcc37d_set_ctx(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx)
drivers/gpu/drm/nouveau/dispnv50/crcc37d.c
67
u32 crcc37d_get_entry(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx,
drivers/gpu/drm/nouveau/dispnv50/crcc37d.c
82
bool crcc37d_ctx_finished(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx)
drivers/gpu/drm/nouveau/dispnv50/crcc37d.h
35
int crcc37d_set_ctx(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx);
drivers/gpu/drm/nouveau/dispnv50/crcc37d.h
36
u32 crcc37d_get_entry(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx,
drivers/gpu/drm/nouveau/dispnv50/crcc37d.h
38
bool crcc37d_ctx_finished(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx);
drivers/gpu/drm/nouveau/dispnv50/crcc57d.c
13
static int crcc57d_set_src(struct nv50_head *head, int or, enum nv50_crc_source_type source,
drivers/gpu/drm/nouveau/dispnv50/crcca7d.c
14
crcca7d_set_ctx(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx)
drivers/gpu/drm/nouveau/dispnv50/crcca7d.c
43
crcca7d_set_src(struct nv50_head *head, int or, enum nv50_crc_source_type source,
drivers/gpu/drm/nouveau/dispnv50/curs507a.c
103
struct nv50_head *head = nv50_head(asyw->state.crtc);
drivers/gpu/drm/nouveau/dispnv50/disp.c
1030
struct nv50_head *head = msto->head;
drivers/gpu/drm/nouveau/dispnv50/disp.c
1113
nv50_msto_new(struct drm_device *dev, struct nv50_head *head, int id)
drivers/gpu/drm/nouveau/dispnv50/disp.c
1147
return &nv50_head(crtc)->msto->encoder;
drivers/gpu/drm/nouveau/dispnv50/disp.c
1293
&nv50_head(crtc)->msto->encoder);
drivers/gpu/drm/nouveau/dispnv50/disp.c
1568
struct nv50_head *head = nv50_head(nv_encoder->crtc);
drivers/gpu/drm/nouveau/dispnv50/disp.c
1609
struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/disp.c
1752
struct nv50_head *head = nv50_head(&nv_crtc->base);
drivers/gpu/drm/nouveau/dispnv50/disp.c
2199
struct nv50_head *head = nv50_head(crtc);
drivers/gpu/drm/nouveau/dispnv50/disp.c
2282
struct nv50_head *head = nv50_head(crtc);
drivers/gpu/drm/nouveau/dispnv50/disp.c
2333
struct nv50_head *head = nv50_head(crtc);
drivers/gpu/drm/nouveau/dispnv50/disp.c
2571
struct nv50_head *head;
drivers/gpu/drm/nouveau/dispnv50/disp.c
2582
head = nv50_head(crtc);
drivers/gpu/drm/nouveau/dispnv50/disp.c
2984
struct nv50_head *head;
drivers/gpu/drm/nouveau/dispnv50/disp.c
873
struct nv50_head *head;
drivers/gpu/drm/nouveau/dispnv50/head.c
225
nv50_head_atomic_check_lut(struct nv50_head *head,
drivers/gpu/drm/nouveau/dispnv50/head.c
283
nv50_head_atomic_check_mode(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head.c
340
struct nv50_head *head = nv50_head(crtc);
drivers/gpu/drm/nouveau/dispnv50/head.c
40
nv50_head_flush_clr(struct nv50_head *head,
drivers/gpu/drm/nouveau/dispnv50/head.c
511
return nv50_head_crc_late_register(nv50_head(crtc));
drivers/gpu/drm/nouveau/dispnv50/head.c
517
struct nv50_head *head = nv50_head(crtc);
drivers/gpu/drm/nouveau/dispnv50/head.c
56
nv50_head_flush_set_wndw(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head.c
563
nv50_crc_handle_vblank(nv50_head(&nv_crtc->base));
drivers/gpu/drm/nouveau/dispnv50/head.c
568
struct nv50_head *
drivers/gpu/drm/nouveau/dispnv50/head.c
573
struct nv50_head *head;
drivers/gpu/drm/nouveau/dispnv50/head.c
69
nv50_head_flush_set(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head.h
100
void headc37d_static_wndw_map(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
103
bool headc57d_olut(struct nv50_head *, struct nv50_head_atom *, int size);
drivers/gpu/drm/nouveau/dispnv50/head.h
24
struct nv50_head *nv50_head_create(struct drm_device *, int index);
drivers/gpu/drm/nouveau/dispnv50/head.h
25
void nv50_head_flush_set(struct nv50_head *head, struct nv50_head_atom *asyh);
drivers/gpu/drm/nouveau/dispnv50/head.h
26
void nv50_head_flush_set_wndw(struct nv50_head *head, struct nv50_head_atom *asyh);
drivers/gpu/drm/nouveau/dispnv50/head.h
27
void nv50_head_flush_clr(struct nv50_head *head,
drivers/gpu/drm/nouveau/dispnv50/head.h
3
#define nv50_head(c) container_of((c), struct nv50_head, base.base)
drivers/gpu/drm/nouveau/dispnv50/head.h
31
int (*view)(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
32
int (*mode)(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
33
bool (*olut)(struct nv50_head *, struct nv50_head_atom *, int);
drivers/gpu/drm/nouveau/dispnv50/head.h
37
int (*olut_set)(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
38
int (*olut_clr)(struct nv50_head *);
drivers/gpu/drm/nouveau/dispnv50/head.h
39
void (*core_calc)(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
40
int (*core_set)(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
41
int (*core_clr)(struct nv50_head *);
drivers/gpu/drm/nouveau/dispnv50/head.h
42
int (*curs_layout)(struct nv50_head *, struct nv50_wndw_atom *,
drivers/gpu/drm/nouveau/dispnv50/head.h
44
int (*curs_format)(struct nv50_head *, struct nv50_wndw_atom *,
drivers/gpu/drm/nouveau/dispnv50/head.h
46
int (*curs_set)(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
47
int (*curs_clr)(struct nv50_head *);
drivers/gpu/drm/nouveau/dispnv50/head.h
48
int (*base)(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
49
int (*ovly)(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
50
int (*dither)(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
51
int (*procamp)(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
52
int (*or)(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
53
void (*static_wndw_map)(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
54
int (*display_id)(struct nv50_head *, u32 display_id);
drivers/gpu/drm/nouveau/dispnv50/head.h
58
int head507d_view(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
59
int head507d_mode(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
60
bool head507d_olut(struct nv50_head *, struct nv50_head_atom *, int);
drivers/gpu/drm/nouveau/dispnv50/head.h
61
void head507d_core_calc(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
62
int head507d_core_clr(struct nv50_head *);
drivers/gpu/drm/nouveau/dispnv50/head.h
63
int head507d_curs_layout(struct nv50_head *, struct nv50_wndw_atom *,
drivers/gpu/drm/nouveau/dispnv50/head.h
65
int head507d_curs_format(struct nv50_head *, struct nv50_wndw_atom *,
drivers/gpu/drm/nouveau/dispnv50/head.h
67
int head507d_base(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
68
int head507d_ovly(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
69
int head507d_dither(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
70
int head507d_procamp(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
75
int head907d_view(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
76
int head907d_mode(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
77
bool head907d_olut(struct nv50_head *, struct nv50_head_atom *, int);
drivers/gpu/drm/nouveau/dispnv50/head.h
79
int head907d_olut_set(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
80
int head907d_olut_clr(struct nv50_head *);
drivers/gpu/drm/nouveau/dispnv50/head.h
81
int head907d_core_set(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
82
int head907d_core_clr(struct nv50_head *);
drivers/gpu/drm/nouveau/dispnv50/head.h
83
int head907d_curs_set(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
84
int head907d_curs_clr(struct nv50_head *);
drivers/gpu/drm/nouveau/dispnv50/head.h
85
int head907d_ovly(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
86
int head907d_procamp(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
87
int head907d_or(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
90
int head917d_curs_layout(struct nv50_head *, struct nv50_wndw_atom *,
drivers/gpu/drm/nouveau/dispnv50/head.h
94
int headc37d_view(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
95
int headc37d_curs_format(struct nv50_head *, struct nv50_wndw_atom *,
drivers/gpu/drm/nouveau/dispnv50/head.h
97
int headc37d_curs_set(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head.h
98
int headc37d_curs_clr(struct nv50_head *);
drivers/gpu/drm/nouveau/dispnv50/head.h
99
int headc37d_dither(struct nv50_head *, struct nv50_head_atom *);
drivers/gpu/drm/nouveau/dispnv50/head507d.c
123
head507d_curs_clr(struct nv50_head *head)
drivers/gpu/drm/nouveau/dispnv50/head507d.c
140
head507d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head507d.c
163
head507d_curs_format(struct nv50_head *head, struct nv50_wndw_atom *asyw,
drivers/gpu/drm/nouveau/dispnv50/head507d.c
176
head507d_curs_layout(struct nv50_head *head, struct nv50_wndw_atom *asyw,
drivers/gpu/drm/nouveau/dispnv50/head507d.c
189
head507d_core_clr(struct nv50_head *head)
drivers/gpu/drm/nouveau/dispnv50/head507d.c
203
head507d_core_set(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head507d.c
247
head507d_core_calc(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head507d.c
279
head507d_olut_clr(struct nv50_head *head)
drivers/gpu/drm/nouveau/dispnv50/head507d.c
294
head507d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head507d.c
30
head507d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head507d.c
331
head507d_olut(struct nv50_head *head, struct nv50_head_atom *asyh, int size)
drivers/gpu/drm/nouveau/dispnv50/head507d.c
346
head507d_mode(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head507d.c
401
head507d_view(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head507d.c
49
head507d_dither(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head507d.c
67
head507d_ovly(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head507d.c
95
head507d_base(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head827d.c
111
head827d_olut_clr(struct nv50_head *head)
drivers/gpu/drm/nouveau/dispnv50/head827d.c
128
head827d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head827d.c
30
head827d_curs_clr(struct nv50_head *head)
drivers/gpu/drm/nouveau/dispnv50/head827d.c
49
head827d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head827d.c
74
head827d_core_set(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head907d.c
125
head907d_base(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head907d.c
153
head907d_curs_clr(struct nv50_head *head)
drivers/gpu/drm/nouveau/dispnv50/head907d.c
172
head907d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head907d.c
196
head907d_core_clr(struct nv50_head *head)
drivers/gpu/drm/nouveau/dispnv50/head907d.c
210
head907d_core_set(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head907d.c
247
head907d_olut_clr(struct nv50_head *head)
drivers/gpu/drm/nouveau/dispnv50/head907d.c
264
head907d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head907d.c
303
head907d_olut(struct nv50_head *head, struct nv50_head_atom *asyh, int size)
drivers/gpu/drm/nouveau/dispnv50/head907d.c
323
head907d_mode(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head907d.c
37
head907d_or(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head907d.c
379
head907d_view(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head907d.c
58
head907d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head907d.c
78
head907d_dither(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head907d.c
96
head907d_ovly(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head917d.c
103
head917d_curs_layout(struct nv50_head *head, struct nv50_wndw_atom *asyw,
drivers/gpu/drm/nouveau/dispnv50/head917d.c
31
head917d_dither(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head917d.c
49
head917d_base(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/head917d.c
78
head917d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headc37d.c
105
headc37d_curs_clr(struct nv50_head *head)
drivers/gpu/drm/nouveau/dispnv50/headc37d.c
123
headc37d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headc37d.c
154
headc37d_curs_format(struct nv50_head *head, struct nv50_wndw_atom *asyw,
drivers/gpu/drm/nouveau/dispnv50/headc37d.c
162
headc37d_olut_clr(struct nv50_head *head)
drivers/gpu/drm/nouveau/dispnv50/headc37d.c
176
headc37d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headc37d.c
196
headc37d_olut(struct nv50_head *head, struct nv50_head_atom *asyh, int size)
drivers/gpu/drm/nouveau/dispnv50/headc37d.c
210
headc37d_mode(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headc37d.c
255
headc37d_view(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headc37d.c
275
headc37d_static_wndw_map(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headc37d.c
31
headc37d_or(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headc37d.c
65
headc37d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headc37d.c
86
headc37d_dither(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headc57d.c
111
headc57d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headc57d.c
186
headc57d_olut(struct nv50_head *head, struct nv50_head_atom *asyh, int size)
drivers/gpu/drm/nouveau/dispnv50/headc57d.c
202
headc57d_mode(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headc57d.c
31
headc57d_display_id(struct nv50_head *head, u32 display_id)
drivers/gpu/drm/nouveau/dispnv50/headc57d.c
44
headc57d_or(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headc57d.c
79
headc57d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headc57d.c
97
headc57d_olut_clr(struct nv50_head *head)
drivers/gpu/drm/nouveau/dispnv50/headca7d.c
111
headca7d_curs_clr(struct nv50_head *head)
drivers/gpu/drm/nouveau/dispnv50/headca7d.c
132
headca7d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headca7d.c
14
headca7d_display_id(struct nv50_head *head, u32 display_id)
drivers/gpu/drm/nouveau/dispnv50/headca7d.c
170
headca7d_olut_clr(struct nv50_head *head)
drivers/gpu/drm/nouveau/dispnv50/headca7d.c
187
headca7d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headca7d.c
218
headca7d_mode(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headca7d.c
258
headca7d_view(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headca7d.c
30
headca7d_or(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headca7d.c
71
headca7d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/dispnv50/headca7d.c
90
headca7d_dither(struct nv50_head *head, struct nv50_head_atom *asyh)
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c
428
nv50_head = {
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c
439
return nvkm_head_new_(&nv50_head, disp, id);