-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[VP] VP FC 444 3 plane read kernel integrate
VP FC 444 3 plane read kernel integrate.
- Loading branch information
1 parent
c8c3b96
commit d4e9742
Showing
15 changed files
with
586 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,6 +186,7 @@ enum VpKernelID | |
|
||
kernelL0FcCommon, | ||
kernelL0FcFP, | ||
kernelL0Fc444PL3Input, | ||
|
||
baseKernelMaxNumID | ||
}; | ||
|
208 changes: 208 additions & 0 deletions
208
media_softlet/agnostic/Xe_R/Xe2_HPG/vp/kernel/igvpfc_444PL3_input_xe2.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
53 changes: 53 additions & 0 deletions
53
media_softlet/agnostic/Xe_R/Xe2_HPG/vp/kernel/igvpfc_444PL3_input_xe2.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
/* | ||
* Copyright (c) 2024, Intel Corporation | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a | ||
* copy of this software and associated documentation files (the | ||
* 'Software'), to deal in the Software without restriction, including | ||
* without limitation the rights to use, copy, modify, merge, publish, | ||
* distribute, sublicense, and/or sell copies of the Software, and to | ||
* permit persons to whom the Software is furnished to do so, subject to | ||
* the following conditions: | ||
* | ||
* The above copyright notice and this permission notice shall be included | ||
* in all copies or substantial portions of the Software. | ||
* | ||
* THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS | ||
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | ||
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | ||
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | ||
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | ||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
*/ | ||
|
||
//////////////////////////////////////////////////////////////////////////////// | ||
// !!! WARNING - AUTO GENERATED FILE. DO NOT EDIT DIRECTLY. !!! | ||
// Generated by KernelBinToSource.exe tool | ||
//////////////////////////////////////////////////////////////////////////////// | ||
|
||
#ifndef __IGVPFC_444PL3_INPUT_XE2_H__ | ||
#define __IGVPFC_444PL3_INPUT_XE2_H__ | ||
|
||
#include "media_bin_mgr.h" | ||
DECLARE_SHARED_ARRAY_SIZE_UINT32(IGVPFC_444PL3_INPUT_GENERATION_XE2_SIZE); | ||
DECLARE_SHARED_ARRAY_UINT32(IGVPFC_444PL3_INPUT_GENERATION_XE2); | ||
|
||
#if defined(MEDIA_BIN_SUPPORT) | ||
|
||
#define IGVPFC_444PL3_INPUT_GENERATION_XE2_NAME "IGVPFC_444PL3_INPUT_XE2" | ||
|
||
#if defined(MEDIA_BIN_DLL) | ||
static bool registerIGVPFC_444PL3_INPUT_XE2 = RegisterMediaBin(IGVPFC_444PL3_INPUT_GENERATION_XE2_NAME, IGVPFC_444PL3_INPUT_GENERATION_XE2_SIZE, IGVPFC_444PL3_INPUT_GENERATION_XE2); | ||
|
||
#endif // defined(MEDIA_BIN_DLL) | ||
|
||
#endif // defined(MEDIA_BIN_SUPPORT) | ||
|
||
#if !defined(MEDIA_BIN_DLL) | ||
#include "igvpfc_444PL3_input_args.h" | ||
// Following functions are always needed in media driver dll no matter media_bin_supported or not | ||
extern void AddVpNativeKernelEntryToListFc_444pl3_inputXe2(vp::VpPlatformInterface &vpPlatformInterface); | ||
#endif // !defined(MEDIA_BIN_DLL) | ||
|
||
#endif // __IGVPFC_444PL3_INPUT_XE2_H__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 47 additions & 0 deletions
47
media_softlet/agnostic/common/vp/hal/features/kernel_args/igvpfc_444PL3_input_args.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
/* | ||
* Copyright (c) 2024, Intel Corporation | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a | ||
* copy of this software and associated documentation files (the | ||
* 'Software'), to deal in the Software without restriction, including | ||
* without limitation the rights to use, copy, modify, merge, publish, | ||
* distribute, sublicense, and/or sell copies of the Software, and to | ||
* permit persons to whom the Software is furnished to do so, subject to | ||
* the following conditions: | ||
* | ||
* The above copyright notice and this permission notice shall be included | ||
* in all copies or substantial portions of the Software. | ||
* | ||
* THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS | ||
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | ||
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | ||
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | ||
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | ||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
*/ | ||
|
||
//////////////////////////////////////////////////////////////////////////////// | ||
// !!! WARNING - AUTO GENERATED FILE. DO NOT EDIT DIRECTLY. !!! | ||
// Generated by KernelBinToSource.exe tool | ||
//////////////////////////////////////////////////////////////////////////////// | ||
|
||
#ifndef __IGVPFC_444PL3_INPUT_ENUM_H__ | ||
#define __IGVPFC_444PL3_INPUT_ENUM_H__ | ||
|
||
enum ARGS_FC_444PL3_INPUT_IMAGEREAD | ||
{ | ||
FC_444PL3_INPUT_IMAGEREAD_INPUTPLANE0, | ||
FC_444PL3_INPUT_IMAGEREAD_INPUTPLANE1, | ||
FC_444PL3_INPUT_IMAGEREAD_INPUTPLANE2, | ||
FC_444PL3_INPUT_IMAGEREAD_OUTPUTPLANE, | ||
FC_444PL3_INPUT_IMAGEREAD_INPUTINDEX, | ||
FC_444PL3_INPUT_IMAGEREAD_OUTPUTINDEX, | ||
FC_444PL3_INPUT_IMAGEREAD_PLANEINDEX, | ||
FC_444PL3_INPUT_IMAGEREAD_ENQUEUED_LOCAL_SIZE, | ||
FC_444PL3_INPUT_IMAGEREAD_GLOBAL_ID_OFFSET, | ||
FC_444PL3_INPUT_IMAGEREAD_LOCAL_SIZE, | ||
FC_444PL3_INPUT_IMAGEREAD_MAX | ||
}; | ||
|
||
#endif // __IGVPFC_444PL3_INPUT_ENUM_H__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.