Skip to content

Commit

Permalink
drm/nvd9/therm: handle another kind of PWM fan
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Peres <martin.peres@free.fr>
Tested-by: SaveTheRobots <john.rowley08@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Martin Peres authored and Ben Skeggs committed May 20, 2014
1 parent c7e7430 commit 6679b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/nouveau/core/subdev/therm/nvd0.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ pwm_info(struct nouveau_therm *therm, int line)
case 0x00: return 2;
case 0x19: return 1;
case 0x1c: return 0;
case 0x1e: return 2;
default:
break;
}
Expand Down

0 comments on commit 6679b2c

Please sign in to comment.