Skip to content

Commit

Permalink
[Decode] Decode DDI Refactor switch
Browse files Browse the repository at this point in the history
switch to refactored decode  ddi
  • Loading branch information
yawenyan authored and intel-mediadev committed Jul 19, 2023
1 parent b9fd217 commit d117b78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2020, Intel Corporation
* Copyright (c) 2011-2023, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -74,6 +74,10 @@ static bool dg1RegisteredRenderHal =
MediaFactory<uint32_t, RenderHalDevice>::
Register<RenderHalInterfacesG12Dg1>((uint32_t)IGFX_DG1);

static bool dg1RegisteredHwInfo =
MediaFactory<uint32_t, MediaInterfacesHwInfoDevice>::
Register<MediaInterfacesHwInfoDeviceG12Tgllp>((uint32_t)IGFX_DG1);

MOS_STATUS RenderHalInterfacesG12Dg1::Initialize()
{
m_renderhalDevice = MOS_New(XRenderHal);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2020, Intel Corporation
* Copyright (c) 2011-2023, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down

0 comments on commit d117b78

Please sign in to comment.