Skip to content

util/dma_buf: allow custom rendernode

Sergii Romantsov requested to merge GL/piglit:fix/piglit15_dma_buf into master

Piglit test based on dma-buf may not finish properly due to wrongly selected rendernode. Patch adds possibility to override selection by MESA_LOADER_DRIVER_OVERRIDE as primary order and by WAFFLE_GBM_DEVICE as secondary. At this moment done for Intel only, otherwise default will be used (renderD128 or card0).

-v2: added WAFFLE_GBM_DEVICE (Marek Olšák)

CC: Chad Versace chad.versace@intel.com Fixes: 8147ec81 (util/dma_buf: Use rendernode if available) Fixes: #15 (closed) Signed-off-by: Sergii Romantsov sergii.romantsov@globallogic.com

Edited by Sergii Romantsov

Merge request reports