Skip to content

Commit f965c78

Browse files
luleilei1intel-mediadev
authored andcommitted
Revert "[VP] Switch FC kernel to ocl path"
This reverts commit intel-innersource/drivers.gpu.unified#4cc33fd63
1 parent e663141 commit f965c78

File tree

7 files changed

+1
-31
lines changed

7 files changed

+1
-31
lines changed

media_driver/media_softlet/agnostic/Xe_M/Xe_HPM/vp/hal/platform_interface/vp_platform_interface_xe_hpm.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ class VpPlatformInterfaceXe_Hpm : public VpPlatformInterface
113113

114114
virtual MOS_STATUS InitVpFeatureSupportBits() override;
115115

116-
virtual bool SupportOclKernel() override
117-
{
118-
return false;
119-
}
120-
121116
protected:
122117
bool m_disableSfcDithering = false;
123118

media_driver/media_softlet/agnostic/Xe_M/Xe_XPM/vp/hal/platform_interface/vp_platform_interface_xe_xpm.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ class VpPlatformInterfaceXe_Xpm : public VpPlatformInterface
9494

9595
virtual MOS_STATUS ConfigureVpScalability(VP_MHWINTERFACE &vpMhwInterface);
9696

97-
virtual bool SupportOclKernel() override
98-
{
99-
return false;
100-
}
101-
10297
protected:
10398
bool m_disableSfcDithering = false;
10499
MEDIA_CLASS_DEFINE_END(vp__VpPlatformInterfaceXe_Xpm)

media_driver/media_softlet/agnostic/gen12_tgllp/vp/hal/platform_interface/vp_platform_interface_g12_tgllp.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@ class VpPlatformInterfaceG12Tgllp : public VpPlatformInterface
105105

106106
virtual MOS_STATUS ConfigureVpScalability(VP_MHWINTERFACE &vpMhwInterface);
107107

108-
virtual bool SupportOclKernel() override
109-
{
110-
return false;
111-
}
112-
113108
MEDIA_CLASS_DEFINE_END(vp__VpPlatformInterfaceG12Tgllp)
114109
};
115110

media_softlet/agnostic/Xe2_M_plus/Xe2_LPM/vp/hal/platform_interface/vp_platform_interface_xe2_lpm.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ class VpPlatformInterfacsXe2_Lpm : public VpPlatformInterface
7676

7777
virtual MOS_STATUS InitVpFeatureSupportBits() override;
7878

79-
virtual bool SupportOclKernel() override
80-
{
81-
return false;
82-
}
83-
8479
protected:
8580
bool m_disableSfcDithering = false;
8681

media_softlet/agnostic/Xe_M_plus/Xe2_HPM/vp/hal/platform_interface/vp_platform_interface_xe2_hpm.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ class VpPlatformInterfaceXe2_Hpm : public VpPlatformInterface
7979
virtual bool IsVeboxScalabilityWith4KNotSupported(
8080
VP_MHWINTERFACE vpMhwInterface);
8181

82-
virtual bool SupportOclKernel() override
83-
{
84-
return false;
85-
}
86-
8782
protected:
8883
bool m_disableSfcDithering = false;
8984

media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus/vp/hal/platform_interface/vp_platform_interface_xe_lpm_plus.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,6 @@ class VpPlatformInterfacesXe_Lpm_Plus : public VpPlatformInterface
9595

9696
virtual MOS_STATUS InitVpFeatureSupportBits() override;
9797

98-
virtual bool SupportOclKernel() override
99-
{
100-
return false;
101-
}
102-
10398
protected:
10499
bool m_disableSfcDithering = false;
105100

media_softlet/agnostic/common/vp/hal/platform_interface/vp_platform_interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ class VpPlatformInterface
439439

440440
virtual bool SupportOclKernel()
441441
{
442-
return true;
442+
return false;
443443
}
444444

445445
virtual MOS_STATUS InitVpFeatureSupportBits()

0 commit comments

Comments
 (0)