[Bug 1936441] [NEW] Fixed-sized 32-bit types are incorrect on LP64

2021-07-15 Thread Ridley Combs
Public bug reported: The file `include/OMX_Types.h` contains these lines: ``` /** OMX_U32 is a 32 bit unsigned quantity that is 32 bit word aligned */ typedef unsigned long OMX_U32; /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */ typedef signed long OMX_S32; ``` These diff

[Bug 1905340] Re: Add patch for Comet Lake support

2020-11-24 Thread Ridley Combs
It was pointed out to me in another GitHub issue that there were also some missing PCI IDs for Coffee Lake and Amber Lake, so I've added those in additional commits in the PR. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1905340] [NEW] Add patch for Comet Lake support

2020-11-23 Thread Ridley Combs
Public bug reported: A user reported that Beignet wasn't working on Comet Lake, despite Comet Lake processors having the same GPUs as other processors that do work. It seems the issue is simply the Comet Lake PCI IDs not being listed, so I added them in this PR: https://github.com/intel/beignet/pu