mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 12:48:05 +02:00
drm/i915: add GETPARAM request for page flipping
This commit is contained in:
parent
c20706ffe5
commit
2577764a50
1 changed files with 1 additions and 0 deletions
|
|
@ -306,6 +306,7 @@ typedef struct drm_i915_irq_wait {
|
|||
#define I915_PARAM_HAS_GEM 5
|
||||
#define I915_PARAM_NUM_FENCES_AVAIL 6
|
||||
#define I915_PARAM_HAS_OVERLAY 7
|
||||
#define I915_PARAM_HAS_PAGEFLIPPING 8
|
||||
|
||||
typedef struct drm_i915_getparam {
|
||||
int param;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue