Skip to content

Commit

Permalink
Fix SGX powerdown issue on suspend/resume
Browse files Browse the repository at this point in the history
  • Loading branch information
keyodi committed Mar 19, 2012
1 parent 28e7080 commit e244de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/pvr/omap3/syslocal.h
Expand Up @@ -82,9 +82,9 @@
#endif

#if defined(__linux__)
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) && defined(SGX_OCP_REGS_ENABLED)
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,32)) && defined(SGX_OCP_REGS_ENABLED)
#if !defined(SGX544)
/*#define SGX_OCP_NO_INT_BYPASS*/
#define SGX_OCP_NO_INT_BYPASS
#endif
#endif
#endif
Expand Down

0 comments on commit e244de7

Please sign in to comment.