diff options
author | Zou Nan hai <nanhai.zou@intel.com> | 2008-09-23 17:15:42 +0800 |
---|---|---|
committer | Zou Nan hai <nanhai.zou@intel.com> | 2008-09-23 17:15:42 +0800 |
commit | 3c2f7d84785954eb91341f85abb175f299b2797d (patch) | |
tree | 5c581ce89716c422da434a325415859d3fa0ee8a /src/i965_hwmc.h | |
parent | 08ab23bb87563517d5653bddf82763b5ef641bed (diff) |
[965-xvmc] IGD support
Diffstat (limited to 'src/i965_hwmc.h')
-rw-r--r-- | src/i965_hwmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i965_hwmc.h b/src/i965_hwmc.h index bedc747c..1208daa5 100644 --- a/src/i965_hwmc.h +++ b/src/i965_hwmc.h @@ -20,4 +20,5 @@ struct i965_xvmc_context { struct drm_memory_block static_buffer; struct drm_memory_block blocks; struct i965_xvmc_surface *surfaces[I965_MAX_SURFACES]; + unsigned int is_igd_gm:1; }; |