Searched refs:nouveau_crtc (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h34 struct nouveau_crtc { struct
59 void (*set_offset)(struct nouveau_crtc *, uint32_t offset);
60 void (*set_pos)(struct nouveau_crtc *, int x, int y);
61 void (*hide)(struct nouveau_crtc *, bool update);
62 void (*show)(struct nouveau_crtc *, bool update);
73 static inline struct nouveau_crtc *nouveau_crtc(struct drm_crtc *crtc) function
75 return crtc ? container_of(crtc, struct nouveau_crtc, base) : NULL;
78 static inline struct drm_crtc *to_drm_crtc(struct nouveau_crtc *crtc)
83 int nv04_cursor_init(struct nouveau_crtc *);
[all...]
H A Dnouveau_connector.h41 #include "nouveau_crtc.h"
181 nouveau_crtc_connector_get(struct nouveau_crtc *nv_crtc)
H A Dnouveau_display.c38 #include "nouveau_crtc.h"
51 struct nouveau_crtc *nv_crtc;
53 nv_crtc = nouveau_crtc(crtc);
62 struct nouveau_crtc *nv_crtc;
64 nv_crtc = nouveau_crtc(crtc);
87 struct nvif_head *head = &nouveau_crtc(crtc)->head;
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dcursor.c5 #include "nouveau_crtc.h"
9 nv04_cursor_show(struct nouveau_crtc *nv_crtc, bool update)
15 nv04_cursor_hide(struct nouveau_crtc *nv_crtc, bool update)
21 nv04_cursor_set_pos(struct nouveau_crtc *nv_crtc, int x, int y)
33 NVWriteVgaCrtc(crtc->dev, nouveau_crtc(crtc)->index, index,
38 nv04_cursor_set_offset(struct nouveau_crtc *nv_crtc, uint32_t offset)
63 nv04_cursor_init(struct nouveau_crtc *crtc)
H A Ddisp.c89 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
116 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
143 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
157 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
173 struct nouveau_crtc *nv_crtc = nouveau_crtc(crt
[all...]
H A Dcrtc.c38 #include "nouveau_crtc.h"
59 NVWriteVgaCrtc(crtc->dev, nouveau_crtc(crtc)->index, index,
65 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
80 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
123 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
177 struct nouveau_crtc *nv_crtc = nouveau_crtc(crt
[all...]
H A Dtvnv04.c31 #include "nouveau_crtc.h"
88 int head = nouveau_crtc(encoder->crtc)->index;
127 int head = nouveau_crtc(encoder->crtc)->index;
145 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc);
169 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc);
H A Ddfp.c34 #include "nouveau_crtc.h"
117 struct nouveau_crtc *nv_crtc;
121 nv_crtc = nouveau_crtc(encoder->crtc);
136 nv_crtc = nouveau_crtc(crtc);
250 int head = nouveau_crtc(encoder->crtc)->index;
287 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc);
451 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc);
454 int head = nouveau_crtc(encode
[all...]
H A Ddac.c32 #include "nouveau_crtc.h"
368 int head = nouveau_crtc(encoder->crtc)->index;
381 int head = nouveau_crtc(encoder->crtc)->index;
416 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc);
H A Dtvnv17.c34 #include "nouveau_crtc.h"
403 int head = nouveau_crtc(encoder->crtc)->index;
464 int head = nouveau_crtc(encoder->crtc)->index;
577 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc);
H A Doverlay.c124 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
H A Dtvmodesnv17.c29 #include "nouveau_crtc.h"
545 int head = nouveau_crtc(encoder->crtc)->index;
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.h11 #include "nouveau_crtc.h"
16 struct nouveau_crtc base;
H A Dhead.c561 struct nouveau_crtc *nv_crtc = container_of(event, struct nouveau_crtc, vblank);
576 struct nouveau_crtc *nv_crtc;
H A Ddisp.c453 static struct nouveau_crtc *
463 return nouveau_crtc(crtc);
487 struct nouveau_crtc *nv_crtc = nv50_outp_get_new_crtc(state, nv_encoder);
600 struct nouveau_crtc *nv_crtc;
615 nv_crtc = nouveau_crtc(nv_encoder->crtc);
726 nv50_audio_disable(struct drm_encoder *encoder, struct nouveau_crtc *nv_crtc)
746 nv50_audio_enable(struct drm_encoder *encoder, struct nouveau_crtc *nv_crtc,
772 nv50_hdmi_enable(struct drm_encoder *encoder, struct nouveau_crtc *nv_crtc,
1744 struct nouveau_crtc *nv_crtc = nv50_outp_get_new_crtc(state, nv_encoder);
1981 struct nouveau_crtc *nv_crt
[all...]

Completed in 510 milliseconds