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

/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_legacy_crtc.c379 struct drm_framebuffer *target_fb; local
399 target_fb = fb;
403 target_fb = crtc->fb;
406 switch (target_fb->bits_per_pixel) {
452 pitch_pixels = target_fb->pitches[0] / (target_fb->bits_per_pixel / 8);
453 crtc_pitch = (((pitch_pixels * target_fb->bits_per_pixel) +
454 ((target_fb->bits_per_pixel * 8) - 1)) /
455 (target_fb->bits_per_pixel * 8));
480 int byteshift = target_fb
[all...]
H A Datombios_crtc.c1073 struct drm_framebuffer *target_fb; local
1091 target_fb = fb;
1095 target_fb = crtc->fb;
1120 switch (target_fb->bits_per_pixel) {
1146 target_fb->bits_per_pixel);
1225 WREG32(EVERGREEN_GRPH_X_END + radeon_crtc->crtc_offset, target_fb->width);
1226 WREG32(EVERGREEN_GRPH_Y_END + radeon_crtc->crtc_offset, target_fb->height);
1228 fb_pitch_pixels = target_fb->pitches[0] / (target_fb->bits_per_pixel / 8);
1233 target_fb
1278 struct drm_framebuffer *target_fb; local
[all...]

Completed in 70 milliseconds