Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357881
b: refs/heads/master
c: 2a2d548
h: refs/heads/master
i:
  357879: e86f49b
v: v3
  • Loading branch information
Chris Wilson authored and Daniel Vetter committed Dec 3, 2012
1 parent 1b7b140 commit 885122c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4239ca779dbe47a310a3106d9f4cd5458014bdb6
refs/heads/master: 2a2d548240ff5f5bd826640bdf8baa016ab6cec4
7 changes: 6 additions & 1 deletion trunk/drivers/gpu/drm/i915/i915_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,12 @@ enum port {
};
#define port_name(p) ((p) + 'A')

#define I915_GEM_GPU_DOMAINS (~(I915_GEM_DOMAIN_CPU | I915_GEM_DOMAIN_GTT))
#define I915_GEM_GPU_DOMAINS \
(I915_GEM_DOMAIN_RENDER | \
I915_GEM_DOMAIN_SAMPLER | \
I915_GEM_DOMAIN_COMMAND | \
I915_GEM_DOMAIN_INSTRUCTION | \
I915_GEM_DOMAIN_VERTEX)

#define for_each_pipe(p) for ((p) = 0; (p) < dev_priv->num_pipe; (p)++)

Expand Down

0 comments on commit 885122c

Please sign in to comment.