You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing this error. Since this is a 64 bit system, I suppose something is missing in the code ?
/root/new/intel-binaries-linux/drm/pvr/services4/srvkm/env/linux/osfunc.c: In function ?
OSFlushCPUCacheKM?:
/root/new/intel-binaries-linux/drm/pvr/services4/srvkm/env/linux/osfunc.c:122:2: error: #error "Implement full CPU cache flush for this CPU!"
#error "Implement full CPU cache flush for this CPU!"
The text was updated successfully, but these errors were encountered:
The EMGD copy you find here, is meant to be used with GMA500 chipsets. This SoC is a 32bit system only.
Not sure, whether it is possible to migrate the new code into the old one here.
Well, there might be some similarities. Just compare the code.
If it is the case that there are similarities, feel free to merge you code here. Maybe we can get something working that does on both platforms. 🙂
I am facing this error. Since this is a 64 bit system, I suppose something is missing in the code ?
/root/new/intel-binaries-linux/drm/pvr/services4/srvkm/env/linux/osfunc.c: In function ?
OSFlushCPUCacheKM?:
/root/new/intel-binaries-linux/drm/pvr/services4/srvkm/env/linux/osfunc.c:122:2: error: #error "Implement full CPU cache flush for this CPU!"
#error "Implement full CPU cache flush for this CPU!"
The text was updated successfully, but these errors were encountered: