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

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_legacy_crtc.c384 uint32_t crtc_pitch, pitch_pixels; local
453 crtc_pitch = (((pitch_pixels * target_fb->bits_per_pixel) +
456 crtc_pitch |= crtc_pitch << 16;
532 WREG32(RADEON_CRTC_PITCH + radeon_crtc->crtc_offset, crtc_pitch);

Completed in 49 milliseconds