Skip to content

Commit

Permalink
gma500: Only fiddle with clock gating on PSB
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent 5338afd commit bcc70a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/gma500/psb_powermgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void gma_power_init(struct drm_device *dev)
dev_priv->suspended = false; /* And not suspended */
mutex_init(&power_mutex);

if (!IS_MRST(dev)) {
if (!IS_MRST(dev) && !IS_MFLD(dev)) {
/* FIXME: wants further review */
u32 gating = PSB_RSGX32(PSB_CR_CLKGATECTL);
/* Disable 2D clock gating */
Expand Down

0 comments on commit bcc70a6

Please sign in to comment.