Skip to content

Commit

Permalink
[VP] Refine L0 SR
Browse files Browse the repository at this point in the history
* [VP] Refine L0 SR

Add SR runtime log. Refine code arg name.
  • Loading branch information
peiyigu-intel authored and intel-mediadev committed Jan 4, 2024
1 parent 617db28 commit 224f6c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions media_common/agnostic/common/os/mos_os_trace_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,8 @@ typedef enum _MT_PARAM_ID
MT_VP_BLT_FDFBPARAM_FACECOUNT,
MT_VP_BLT_FDFBPARAM_FBMAXFACECOUNT,
MT_VP_BLT_SR_MODE,
MT_VP_BLT_SR_EU,
MT_VP_BLT_SR_GEN,
MT_PARAM_ID_VP_HAL_BASE = 0x02000400,
MT_VP_HAL_APO,
MT_VP_HAL_PTR,
Expand Down
2 changes: 2 additions & 0 deletions media_softlet/agnostic/common/vp/hal/features/vp_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ using PVEBOX_CSC_PARAMS = VEBOX_CSC_PARAMS *;

using KERNEL_ARGS = std::vector<KRN_ARG>;
using KERNEL_BTIS = std::map<uint32_t,uint32_t>;
using KERNEL_INDEX_ARG_MAP = std::map<uint32_t,KRN_ARG>;
using MULTI_LAYERS_KERNEL_INDEX_ARG_MAP = std::map<uint32_t,KERNEL_INDEX_ARG_MAP>;

struct _VEBOX_UPDATE_PARAMS
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ using KERNEL_SAMPLER_STATES = std::vector<MHW_SAMPLER_STATE_PARAM>;
using KERNEL_SAMPLER_INDEX = std::vector<SamplerIndex>;
using KERNEL_SURFACE_CONFIG = std::map<SurfaceType, KERNEL_SURFACE_STATE_PARAM>;
using KERNEL_SURFACE_BINDING_INDEX = std::map<SurfaceType, std::set<uint32_t>>;
using KERNEL_ARG_INDEX_SURFACE_MAP = std::map<uint32_t, SurfaceType>;

typedef struct _KERNEL_PARAMS
{
Expand Down

0 comments on commit 224f6c6

Please sign in to comment.