[Mesa-dev] [PATCH shaderdb 2/3] run: new '--pci-id' option for overriding pci-id
Kenneth Graunke
kenneth at whitecape.org
Wed Mar 14 21:54:08 UTC 2018
On Monday, February 12, 2018 5:26:15 PM PDT Dongwon Kim wrote:
> Add a new option, '--pciid' to override a pci id of the target arch
> to support cross-architecture shader compilation. Not like "-p" option,
> it is for accepting any GFX devices supported by the driver.
>
> Setting both "-p" and "--pciid" is blocked to avoid conflict.
>
> Signed-off-by: Dongwon Kim <dongwon.kim at intel.com>
> ---
> run.c | 44 ++++++++++++++++++++++++++++++++++++++++++--
> 1 file changed, 42 insertions(+), 2 deletions(-)
Oh, another thing I forgot to mention - you might find intel_run and
intel_stub.c to be useful. They allow you to emulate any Intel GPU
for purposes of running shader-db, without needing to have any graphics
hardware present in your system. This can be useful when building on
Xeon build servers or the like...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180314/9f5e5058/attachment.sig>
More information about the mesa-dev
mailing list