Skip to content

Commit

Permalink
[Media Common] RKL enable in media interface
Browse files Browse the repository at this point in the history
RKL enable in media interface This impacts currently only encode, decode will be enabled based on this PR
  • Loading branch information
DaShi-Git authored and intel-mediadev committed Jul 2, 2023
1 parent 288423b commit 09a84a9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ static bool rklRegisteredDecodeHistogram =
MediaFactory<uint32_t, DecodeHistogramDevice>::
Register<DecodeHistogramDeviceG12Tgllp>((uint32_t)IGFX_ROCKETLAKE);

static bool rklRegisteredHwInfo =
MediaFactory<uint32_t, MediaInterfacesHwInfoDevice>::
Register<MediaInterfacesHwInfoDeviceG12Tgllp>((uint32_t)IGFX_ROCKETLAKE);

MOS_STATUS CMHalInterfacesG12Rkl::Initialize(CM_HAL_STATE *pCmState)
{
if (pCmState == nullptr)
Expand Down

0 comments on commit 09a84a9

Please sign in to comment.