Skip to content

Commit

Permalink
drm/i915: Remove the random SyncFlush during initialisation
Browse files Browse the repository at this point in the history
We have no idea why we request a SyncFlush via INSTPM at that point in
time -- we certainly never check for its completion...

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
  • Loading branch information
Chris Wilson committed Sep 8, 2010
1 parent 3bd3c93 commit 015b9c8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/gpu/drm/i915/i915_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1444,12 +1444,6 @@ static int i915_load_modeset_init(struct drm_device *dev,
/* FIXME: do pre/post-mode set stuff in core KMS code */
dev->vblank_disable_allowed = 1;

/*
* Initialize the hardware status page IRQ location.
*/

I915_WRITE(INSTPM, (1 << 5) | (1 << 21));

ret = intel_fbdev_init(dev);
if (ret)
goto cleanup_irq;
Expand Down

0 comments on commit 015b9c8

Please sign in to comment.