HomeSort by: relevance | last modified time | path
    Searched refs:nouveau_crtc (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_crtc.h 1 /* $NetBSD: nouveau_crtc.h,v 1.3 2021/12/18 23:45:32 riastradh Exp $ */
36 struct nouveau_crtc { struct
60 void (*set_offset)(struct nouveau_crtc *, uint32_t offset);
61 void (*set_pos)(struct nouveau_crtc *, int x, int y);
62 void (*hide)(struct nouveau_crtc *, bool update);
63 void (*show)(struct nouveau_crtc *, bool update);
74 static inline struct nouveau_crtc *nouveau_crtc(struct drm_crtc *crtc) function in typeref:struct:nouveau_crtc *
76 return crtc ? container_of(crtc, struct nouveau_crtc, base) : NULL;
79 static inline struct drm_crtc *to_drm_crtc(struct nouveau_crtc *crtc
    [all...]
nouveau_display.c 43 #include "nouveau_crtc.h"
60 struct nouveau_crtc *nv_crtc =
70 struct nouveau_crtc *nv_crtc;
76 nv_crtc = nouveau_crtc(crtc);
86 struct nouveau_crtc *nv_crtc;
92 nv_crtc = nouveau_crtc(crtc);
119 .base.head = nouveau_crtc(crtc)->index,
157 if (nouveau_crtc(crtc)->index == pipe) {
172 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc)
    [all...]
nouveau_connector.h 40 #include "nouveau_crtc.h"
161 nouveau_crtc_connector_get(struct nouveau_crtc *nv_crtc)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_cursor.c 10 #include "nouveau_crtc.h"
14 nv04_cursor_show(struct nouveau_crtc *nv_crtc, bool update)
20 nv04_cursor_hide(struct nouveau_crtc *nv_crtc, bool update)
26 nv04_cursor_set_pos(struct nouveau_crtc *nv_crtc, int x, int y)
38 NVWriteVgaCrtc(crtc->dev, nouveau_crtc(crtc)->index, index,
43 nv04_cursor_set_offset(struct nouveau_crtc *nv_crtc, uint32_t offset)
68 nv04_cursor_init(struct nouveau_crtc *crtc)
nouveau_dispnv04_disp.c 70 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
97 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
124 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
137 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
153 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc)
    [all...]
nouveau_dispnv04_tvnv04.c 36 #include "nouveau_crtc.h"
93 int head = nouveau_crtc(encoder->crtc)->index;
132 int head = nouveau_crtc(encoder->crtc)->index;
150 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc);
174 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc);
nouveau_dispnv04_crtc.c 42 #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(crtc)
    [all...]
nouveau_dispnv04_dfp.c 39 #include "nouveau_crtc.h"
122 struct nouveau_crtc *nv_crtc;
126 nv_crtc = nouveau_crtc(encoder->crtc);
141 nv_crtc = nouveau_crtc(crtc);
254 int head = nouveau_crtc(encoder->crtc)->index;
291 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc);
455 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc);
458 int head = nouveau_crtc(encoder->crtc)->index
    [all...]
nouveau_dispnv04_dac.c 37 #include "nouveau_crtc.h"
372 int head = nouveau_crtc(encoder->crtc)->index;
385 int head = nouveau_crtc(encoder->crtc)->index;
420 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc);
nouveau_dispnv04_tvnv17.c 38 #include "nouveau_crtc.h"
407 int head = nouveau_crtc(encoder->crtc)->index;
468 int head = nouveau_crtc(encoder->crtc)->index;
581 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc);
nouveau_dispnv04_overlay.c 130 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
nouveau_dispnv04_tvmodesnv17.c 35 #include "nouveau_crtc.h"
551 int head = nouveau_crtc(encoder->crtc)->index;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
head.h 10 #include "nouveau_crtc.h"
14 struct nouveau_crtc base;
nouveau_dispnv50_disp.c 407 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc);
520 struct nouveau_crtc *nv_crtc;
527 nv_crtc = nouveau_crtc(encoder->crtc);
610 nv50_audio_disable(struct drm_encoder *encoder, struct nouveau_crtc *nv_crtc)
636 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc);
669 nv50_hdmi_disable(struct drm_encoder *encoder, struct nouveau_crtc *nv_crtc)
692 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc)
    [all...]

Completed in 21 milliseconds