diff options
author | Xiang, Haihao <haihao.xiang@intel.com> | 2007-07-19 10:03:19 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2007-07-19 17:28:35 +0800 |
commit | 9d03873423c0968b2d6700b7d8d44c7e23b8d7f3 (patch) | |
tree | 0089366bb5dc24ad0f13e77a3fbb5bab5ba9b7ce /src/i915_hwmc.c | |
parent | 25658f838bd1bcd7559d7a032d127c626833fb7c (diff) |
block some signals within critical section to avoid
dead lock.
Diffstat (limited to 'src/i915_hwmc.c')
-rw-r--r-- | src/i915_hwmc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i915_hwmc.c b/src/i915_hwmc.c index b5bd13e1..c82001a3 100644 --- a/src/i915_hwmc.c +++ b/src/i915_hwmc.c @@ -37,7 +37,6 @@ * List Attributes for the XvMC extension to handle: * As long as the attribute is supported by the Xv adaptor, it needs only to * be added here to be supported also by XvMC. - * Currently, only colorkey seems to be supported by Xv for Putimage. */ static char *attrXvMC[I915_NUM_XVMC_ATTRIBUTES] = { "XV_BRIGHTNESS", |