mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
gpu/intel: fix disable invocation in fw_disable
Erroneous enable was used
This commit is contained in:
parent
c3c7a01df5
commit
c88e6bb81d
@ -1284,7 +1284,7 @@ class Igd::Mmio : public Platform::Device::Mmio
|
||||
_fw_disable<FORCEWAKE_MEDIA_GEN9, FORCEWAKE_GEN9_MEDIA_ACK>(); }
|
||||
|
||||
void _fw_disable_gt() {
|
||||
_fw_enable<FORCEWAKE_GT_GEN9, FORCEWAKE_GEN9_GT_ACK>(); }
|
||||
_fw_disable<FORCEWAKE_GT_GEN9, FORCEWAKE_GEN9_GT_ACK>(); }
|
||||
|
||||
void _fw_disable_render() {
|
||||
_fw_disable<FORCEWAKE_RENDER_GEN9, FORCEWAKE_GEN9_RENDER_ACK>(); }
|
||||
|
Loading…
Reference in New Issue
Block a user