Lines Matching defs:crtc

96 	if( si->crtc[crtc_idx].mode.timing.pixel_clock < 175000 )
537 crtc_info *crtc = &si->crtc[crtc_idx];
568 if( crtc->mode.timing.pixel_clock < 175000 )
616 dest_left -= vc->mode.h_display_start + crtc->rel_x;
617 dest_top -= vc->mode.v_display_start + crtc->rel_y;
618 dest_right -= vc->mode.h_display_start + crtc->rel_x;
619 dest_bottom -= vc->mode.v_display_start + crtc->rel_y;
632 crtc->mode.timing.h_display, crtc->mode.timing.v_display );
634 if( dest_right > crtc->mode.timing.h_display )
635 dest_right = crtc->mode.timing.h_display;
636 if( dest_bottom > crtc->mode.timing.v_display )
637 dest_bottom = crtc->mode.timing.v_display;
738 if( (crtc->active_displays & (dd_lvds | dd_dvi)) != 0 ) {
744 v_ratio = si->flatpanels[crtc->flatpanel_port].v_ratio >> (FIX_SHIFT - 16);
863 crtc->crtc_idx == 0 ? RADEON_OV0_Y_X_START : RADEON_OV1_Y_X_START,
866 crtc->crtc_idx == 0 ? RADEON_OV0_Y_X_END : RADEON_OV1_Y_X_END,
891 (crtc->crtc_idx == 0 ? 0 : RADEON_SCALER_CRTC_SEL );
1034 accelerator_info *ai, overlay_window *ow, crtc_info *crtc )
1039 left = ow->h_start - (vc->mode.h_display_start + crtc->rel_x);
1040 top = ow->v_start - (vc->mode.v_display_start + crtc->rel_y);
1048 if( right > crtc->mode.timing.h_display )
1049 right = crtc->mode.timing.h_display;
1050 if( bottom > crtc->mode.timing.v_display )
1051 bottom = crtc->mode.timing.v_display;
1093 area0 = getIntersectArea( ai, &si->pending_overlay.ow, &si->crtc[0] );
1094 area1 = getIntersectArea( ai, &si->pending_overlay.ow, &si->crtc[0] );
1114 // one crtc used only - pick the one that we use