hd64461video_chip
hd64461video_set_display_mode(struct hd64461video_chip *hvc)
hd64461video_set_display_mode_lcdc(struct hd64461video_chip *hvc)
hd64461video_set_display_mode_crtc(struct hd64461video_chip *hvc)
hd64461video_frame_buffer_size(struct hd64461video_chip *hvc)
hd64461video_set_clut(struct hd64461video_chip *vc, int idx, int cnt,
hd64461video_get_clut(struct hd64461video_chip *vc, int idx, int cnt,
} hd64461video_chip;
struct hd64461video_chip *hvc = sc->sc_vc;
hd64461video_off(struct hd64461video_chip *vc)
hd64461video_on(struct hd64461video_chip *vc)
STATIC void hd64461video_setup_hpcfbif(struct hd64461video_chip *);
STATIC void hd64461video_update_videochip_status(struct hd64461video_chip *);
STATIC size_t hd64461video_frame_buffer_size(struct hd64461video_chip *);
STATIC void hd64461video_hwaccel_init(struct hd64461video_chip *);
STATIC void hd64461video_set_clut(struct hd64461video_chip *, int, int,
STATIC void hd64461video_get_clut(struct hd64461video_chip *, int, int,
STATIC void hd64461video_off(struct hd64461video_chip *);
STATIC void hd64461video_on(struct hd64461video_chip *);
STATIC void hd64461video_set_display_mode(struct hd64461video_chip *);
STATIC void hd64461video_set_display_mode_lcdc(struct hd64461video_chip *);
STATIC void hd64461video_set_display_mode_crtc(struct hd64461video_chip *);
struct video_chip *vc = &hd64461video_chip.vc;
sc->sc_vc = &hd64461video_chip;
fbsize = hd64461video_frame_buffer_size(&hd64461video_chip);
hd64461video_update_videochip_status(&hd64461video_chip);
hd64461video_display_onoff(&hd64461video_chip, true);
if (hd64461video_chip.console)
hd64461video_setup_hpcfbif(&hd64461video_chip);
hd64461video_chip.off_screen_addr = (uint8_t *)vc->vc_fbvaddr +
hd64461video_chip.off_screen_size = fbsize - on_screen_size;
uint8_t *p = hd64461video_chip.off_screen_addr;
uint8_t *end = p + hd64461video_chip.off_screen_size;
hd64461video_hwaccel_init(&hd64461video_chip);
hfa.ha_console = hd64461video_chip.console;
hfa.ha_fbconflist = &hd64461video_chip.hf;
hfa.ha_dspconflist = &hd64461video_chip.hd;
hd64461video_chip.console = 1;
hd64461video_chip.vc.vc_reverse = video_reverse_color();
hd64461video_update_videochip_status(&hd64461video_chip);
hd64461video_setup_hpcfbif(&hd64461video_chip);
hpcfb_cnattach(&hd64461video_chip.hf);
hd64461video_setup_hpcfbif(struct hd64461video_chip *hvc)
hd64461video_hwaccel_init(struct hd64461video_chip *hvc)
struct hd64461video_chip;
struct hd64461video_chip *hvc = sc->sc_vc;
struct hd64461video_chip *sc_vc;
struct hd64461video_chip *hvc = sc->sc_vc;
struct hd64461video_chip *hvc = sc->sc_vc;
hd64461video_update_videochip_status(struct hd64461video_chip *hvc)