Skip to content

Commit

Permalink
drm/i915: Disable gpu reset on i965g/gm
Browse files Browse the repository at this point in the history
Ville figured out that it needs a full display reset since apparently
a lot more goes down than just the GT. Until that's address it's
better to just diable gpu reset.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Daniel Vetter committed Jun 5, 2014
1 parent 2ae2a50 commit 85ab399
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/gpu/drm/i915/intel_uncore.c
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,9 @@ static int i965_do_reset(struct drm_device *dev)
{
int ret;

/* FIXME: i965g/gm need a display save/restore for gpu reset. */
return -ENODEV;

/*
* Set the domains we want to reset (GRDOM/bits 2 and 3) as
* well as the reset bit (GR/bit 0). Setting the GR bit
Expand Down

0 comments on commit 85ab399

Please sign in to comment.