mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-13 02:46:23 +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 "drm_fourcc.h"
|
||||||
#include "i915_drm.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
|
#define TEST_PLANES 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user