mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-23 23:24:57 +00:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user