Skip to content

Commit 0030b74

Browse files
goldelicoMightyM17
authored andcommitted
staging: pvr: Makefile: enable -DSGX_FEATURE_SYSTEM_CACHE or we get
[ 208.687203] PVR_K: (FAIL) SGXInit: Mismatch in client-side and KM driver build options. [ 208.695605] PVR_K: Extra options present in client-side driver: (0x2000). Please check sgx_options.h [ 208.705741] PVR_K:(Error): PVRSRVFinaliseSystem: Failed PVRSRVDevInitCompatCheck call (device index: 0) [ 208.820231] PVR_K:(Error): BridgedDispatchKM: Initialisation failed. Driver unusable. Signed-off-by: H. Nikolaus Schaller <[email protected]>
1 parent 54dbc05 commit 0030b74

File tree

1 file changed

+1
-1
lines changed
  • drivers/gpu/drm/pvrsgx/1.14.3699939/eurasia_km

1 file changed

+1
-1
lines changed

drivers/gpu/drm/pvrsgx/1.14.3699939/eurasia_km/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ endif
201201
# special for omap5/6 according to eurasiacon/build/linux2/omap_linux/Makefile
202202
ifeq ($(SGX),sgx544)
203203
ccflags-y += -DSGX_FEATURE_MP
204-
ccflags-n += -DSGX_FEATURE_SYSTEM_CACHE
205204
ccflags-y += -DSGX_FEATURE_MP_CORE_COUNT=2
205+
ccflags-y += -DSGX_FEATURE_SYSTEM_CACHE # assumed by client libs
206206
ccflags-n += -DSYS_OMAP_HAS_DVFS_FRAMEWORK # sgxfreq extension
207207
# may be broken...
208208
ccflags-y += -DSUPPORT_ACTIVE_POWER_MANAGEMENT

0 commit comments

Comments
 (0)