mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
testdisplay: don't test planes if i915 color key ioctl is not available
This commit is contained in:
parent
7ac492aec2
commit
b4fb480c80
@ -68,7 +68,7 @@
|
||||
#include "drm_fourcc.h"
|
||||
#include "i915_drm.h"
|
||||
|
||||
#ifdef DRM_IOCTL_MODE_ADDFB2
|
||||
#if defined(DRM_IOCTL_MODE_ADDFB2) && defined(DRM_I915_SET_SPRITE_COLORKEY)
|
||||
#define TEST_PLANES 1
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user