Searched refs:crtc_pitch (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/accelerants/radeon/
H A Dcrtc.c35 OUTREG( regs, RADEON_CRTC_PITCH, values->crtc_pitch );
49 OUTREG( regs, RADEON_CRTC2_PITCH, values->crtc_pitch );
122 values->crtc_pitch = Radeon_RoundVWidth( mode->virtual_width, vc->bpp ) / 8;
124 SHOW_FLOW( 2, "crtc_pitch=%ld", values->crtc_pitch );
126 values->crtc_pitch |= values->crtc_pitch << 16;
H A Dset_mode.h77 uint32 crtc_pitch; member in struct:__anon1238
/haiku/src/add-ons/accelerants/ati/
H A Drage128_mode.cpp29 uint32 crtc_pitch; member in struct:DisplayParams
132 params.crtc_pitch = mode.timing.h_display / 8;
314 OUTREG(R128_CRTC_PITCH, params.crtc_pitch);

Completed in 80 milliseconds