Skip to content

Commit

Permalink
Attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
abenraj committed Jul 6, 2022
1 parent aa3ae9e commit 6388b57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WhateverGreen/kern_igfx.cpp
Expand Up @@ -1076,7 +1076,9 @@ bool IGFX::wrapAcceleratorStart(IOService *that, IOService *provider) {
that->removeProperty("IOGVAXDecode");

DBGLOG("igfx", "drop HEVCDecodeCapabilities to fix HEVC playback on Skylake when using KBL kexts");
that->removeProperty("IOGVAHEVCDecodeCapabilities");
that->getProperty("IOGVAHEVCDecodeCapabilities");{
that->removeProperty("VTSupportedProfileArray"):
}
}

bool ret = FunctionCast(wrapAcceleratorStart, callbackIGFX->orgAcceleratorStart)(that, provider);
Expand Down

1 comment on commit 6388b57

@PMheart
Copy link

@PMheart PMheart commented on 6388b57 Jul 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi. Found it. What are you trying to remove here? VTSupportedProfileArray under IOGVAHEVCDecodeCapabilities?

Please sign in to comment.