mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
gpu/intel: fix disable invocation in fw_disable
Erroneous enable was used
This commit is contained in:
committed by
Christian Helmuth
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>(); }
|
||||
|
||||
Reference in New Issue
Block a user