Home
last modified time | relevance | path

Searched refs:crtc_v_total_disp (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dati_radeon_fb.c325 mode->crtc_v_total_disp = 0x01df020c; in radeon_setmode()
335 OUTREG(CRTC_V_TOTAL_DISP, mode->crtc_v_total_disp); in radeon_setmode()
392 mode->crtc_v_total_disp = CRTC_V_TOTAL_DISP_VAL(1066,1024); in radeon_setmode_9200()
425 mode->crtc_v_total_disp = CRTC_V_TOTAL_DISP_VAL(800,768); in radeon_setmode_9200()
431 mode->crtc_v_total_disp = CRTC_V_TOTAL_DISP_VAL(806,768); in radeon_setmode_9200()
456 mode->crtc_v_total_disp = CRTC_V_TOTAL_DISP_VAL(625,600); in radeon_setmode_9200()
461 mode->crtc_v_total_disp = CRTC_V_TOTAL_DISP_VAL(628,600); in radeon_setmode_9200()
487 mode->crtc_v_total_disp = CRTC_V_TOTAL_DISP_VAL(500,480); in radeon_setmode_9200()
493 mode->crtc_v_total_disp = CRTC_V_TOTAL_DISP_VAL(525,480); in radeon_setmode_9200()
521 OUTREG(CRTC_V_TOTAL_DISP, mode->crtc_v_total_disp); in radeon_setmode_9200()
H A Dati_radeon_fb.h180 u32 crtc_v_total_disp; member
/openbmc/qemu/hw/display/
H A Dati.c69 if (s->regs.crtc_v_total_disp == 0) { in ati_vga_switch_mode()
70 s->regs.crtc_v_total_disp = (480 - 1) << 16; in ati_vga_switch_mode()
73 v = (s->regs.crtc_v_total_disp >> 16) + 1; in ati_vga_switch_mode()
205 scr_y > s->regs.crtc_v_total_disp >> 16) { in ati_cursor_draw_line()
394 val = s->regs.crtc_v_total_disp; in ati_mm_read()
701 s->regs.crtc_v_total_disp = data & 0x0fff0fff; in ati_mm_write()
H A Dati_int.h50 uint32_t crtc_v_total_disp; member
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_crtc.c586 uint32_t crtc_v_total_disp; in radeon_set_crtc_timing() local
637 crtc_v_total_disp = (((mode->crtc_vtotal - 1) & 0xffff) in radeon_set_crtc_timing()
722 &crtc_h_sync_strt_wid, &crtc_v_total_disp, in radeon_set_crtc_timing()
727 WREG32(RADEON_CRTC_V_TOTAL_DISP + radeon_crtc->crtc_offset, crtc_v_total_disp); in radeon_set_crtc_timing()
/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeonfb.h189 u32 crtc_v_total_disp; member
H A Dradeon_base.c1320 save->crtc_v_total_disp = INREG(CRTC_V_TOTAL_DISP); in radeon_save_state()
1487 OUTREG(CRTC_V_TOTAL_DISP, mode->crtc_v_total_disp); in radeon_write_mode()
1761 newmode->crtc_v_total_disp = ((vTotal - 1) & 0xffff) | in radeonfb_set_par()
1815 newmode->crtc_v_total_disp, newmode->crtc_v_sync_strt_wid); in radeonfb_set_par()