Skip to content

Commit

Permalink
[VP] fixed APO output from wrong pipe.
Browse files Browse the repository at this point in the history
fixed APO output from wrong pipe due to Maxrect is not set before check whether feature can output from Vebox

Change-Id: Id3a9eb33a282977205c43b3b660f9406fa97f7a1
  • Loading branch information
fenhu authored and intel-mediadev committed Dec 17, 2019
1 parent 6f70db6 commit 7cd3f46
Show file tree
Hide file tree
Showing 128 changed files with 24,240 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ MOS_STATUS VphalInterfacesG12Tgllp::Initialize(
PMOS_CONTEXT osDriverContext,
MOS_STATUS *eStatus)
{
#if 0
#if LINUX
bool bApogeiosEnable = false;
MOS_USER_FEATURE_VALUE_DATA UserFeatureData;
MOS_ZeroMemory(&UserFeatureData, sizeof(UserFeatureData));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

#include "codechal_decode_histogram_g12.h"

#if 0
#if LINUX
#include "vp_pipeline_adapter_g12.h"
#endif

Expand Down
1 change: 1 addition & 0 deletions media_driver/agnostic/media_srcs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ endif()

if(GEN12)
media_include_subdirectory(gen12)
media_include_subdirectory(../media_driver_next/agnostic/gen12)
endif()

if(GEN12_TGLLP)
Expand Down
Loading

0 comments on commit 7cd3f46

Please sign in to comment.