amd-gpu: refine power control by moving it out of the hal

While we're at it, since we now directly call kgsl_pwrctrl (which is
formerly kgsl_hal_setpowerstate), there's nothing stopping us from
removing device_setproperty ioctl and all related code.
This commit is contained in:
Matt Sealey
2012-12-03 19:20:44 -06:00
parent 3be1cc03b7
commit d7191e15c2
9 changed files with 109 additions and 264 deletions

View File

@@ -124,12 +124,6 @@ struct kgsl_shadowprop {
unsigned int flags; /* contains KGSL_FLAGS_ values */
};
/* NQ - used internally by FSL kernel driver, userspace has no clue */
struct kgsl_powerprop {
unsigned int value;
unsigned int flags;
};
/*
* please check of NQ items are even called from FSL userspace
*/