Skip to content

Commit

Permalink
[Encode] Fix AV1 Vdenc TU7 GPU Hang Issue
Browse files Browse the repository at this point in the history
This patch is to Fix AV1 Vdenc TU7 GPU Hang Issue
  • Loading branch information
chenhao5-Intel authored and intel-mediadev committed Sep 10, 2024
1 parent 1336d08 commit cb85018
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const bool Av1VdencTUConstSettings::vdencCmd2Par94[NUM_TARGET_USAGE_MODES] =
const bool Av1VdencTUConstSettings::vdencCmd2Par95[NUM_TARGET_USAGE_MODES] = { false, false, false, false, false, false, true, true };
const uint8_t Av1VdencTUConstSettings::vdencCmd2Par98[NUM_TARGET_USAGE_MODES] = { 0, 0, 0, 0, 0, 0, 1, 1 };
const bool Av1VdencTUConstSettings::vdencCmd2Par97[NUM_TARGET_USAGE_MODES] = { false, false, false, true, true, false, false, false };
const uint8_t Av1VdencTUConstSettings::vdencCmd2Par100[NUM_TARGET_USAGE_MODES] = { 0, 0, 0, 0, 0, 0, 1, 1 };
const uint8_t Av1VdencTUConstSettings::vdencCmd2Par100[NUM_TARGET_USAGE_MODES] = { 0, 0, 0, 0, 0, 0, 0, 0 };
const uint8_t Av1VdencTUConstSettings::vdencCmd2Par96[NUM_TARGET_USAGE_MODES] = { 0, 0, 0, 0, 0, 0, 3, 3};
const uint16_t Av1VdencTUConstSettings::vdencCmd2Par93[NUM_TARGET_USAGE_MODES] = { 0xffff, 0xffff, 0xffff, 0xff00, 0xff00, 0xff00, 0x8000, 0x8000 };
const uint16_t Av1VdencTUConstSettings::vdencCmd2Par92[NUM_TARGET_USAGE_MODES] = { 0xffff, 0xffff, 0xffff, 0xff00, 0xff00, 0xff00, 0xfffc, 0xfffc };
Expand Down

0 comments on commit cb85018

Please sign in to comment.