Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.h

This commit is contained in:
Alan Hourihane
2008-02-22 00:18:54 +00:00
parent 758b998941
commit 1c718c0d78
10 changed files with 43 additions and 302 deletions

View File

@@ -304,7 +304,7 @@ intelWindowMoved(struct intel_context *intel)
if (!intel->intelScreen->driScrnPriv->dri2.enabled &&
intel->intelScreen->driScrnPriv->ddx_version.minor >= 7) {
volatile drmI830Sarea *sarea = intel->sarea;
volatile struct drm_i915_sarea *sarea = intel->sarea;
drm_clip_rect_t drw_rect = { .x1 = dPriv->x, .x2 = dPriv->x + dPriv->w,
.y1 = dPriv->y, .y2 = dPriv->y + dPriv->h };
drm_clip_rect_t planeA_rect = { .x1 = sarea->planeA_x, .y1 = sarea->planeA_y,