videomode
sc->sc_active_mode = malloc(sizeof(struct videomode), M_DEVBUF,
sizeof(struct videomode));
free(sc->sc_active_mode, M_DEVBUF, sizeof(struct videomode));
struct videomode *m = sc->sc_active_mode;
struct videomode *sc_active_mode;
int nxphdmi_init_encoder(struct nxphdmi_softc *, struct videomode *);
int nxphdmi_set_videomode(struct videomode *);
nxphdmi_init_encoder(struct nxphdmi_softc *sc, struct videomode *mode)
nxphdmi_set_videomode(struct videomode *mode)
int nxphdmi_set_videomode(struct videomode *);
void drm_display_mode_from_videomode(const struct videomode *vm,
struct videomode *vm)
void drm_bus_flags_from_videomode(const struct videomode *vm, u32 *bus_flags)
struct videomode vm;
struct videomode vm;
struct videomode;
void drm_display_mode_from_videomode(const struct videomode *vm,
struct videomode *vm);
void drm_bus_flags_from_videomode(const struct videomode *vm, u32 *bus_flags);
const struct videomode *
struct videomode *
edid_search_mode(struct edid_info *edid, const struct videomode *mode)
edid_std_timing(uint8_t *data, struct videomode *vmp)
const struct videomode *lookup;
edid_det_timing(uint8_t *data, struct videomode *vmp)
void bump_preferred_mode(struct edid_info *edid, struct videomode *m)
struct videomode mode, *exist_mode;
const struct videomode *edid_mode_lookup_list(const char *);
struct videomode *edid_search_mode(struct edid_info *,
const struct videomode *);
int edid_std_timing(uint8_t *, struct videomode *);
int edid_det_timing(uint8_t *, struct videomode *);
void bump_preferred_mode(struct edid_info *, struct videomode *);
const struct videomode *vmp;
struct videomode mode, *exist_mode;
struct videomode *edid_preferred_mode;
struct videomode edid_modes[64];
void print_xf86_mode(struct videomode *m);
struct vesagtf_params *params, int flags, struct videomode *vmp)
vesagtf_mode(unsigned x, unsigned y, unsigned refresh, struct videomode *vmp)
print_xf86_mode(struct videomode *vmp)
struct videomode m;
struct videomode *);
struct vesagtf_params *, int flags, struct videomode *);
const struct videomode videomode_list[] = {
extern const struct videomode videomode_list[];