diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-11-30 11:43:56 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-11-30 11:43:56 +0000 |
commit | 131600020638ef15166361214cd5e1a0c08c2ea6 (patch) | |
tree | 3a0350df18ca63c9b23e990304a36e7971fd961c /src/sna/sna_glyphs.c | |
parent | ee4d1873ff504c2150b51d13864164b02b85dd53 (diff) |
sna: Prevent gen4 from rendering to I915_TILING_Y
It always seems to end up in a hang...
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_glyphs.c')
-rw-r--r-- | src/sna/sna_glyphs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_glyphs.c b/src/sna/sna_glyphs.c index a58ddcf4..be1ce835 100644 --- a/src/sna/sna_glyphs.c +++ b/src/sna/sna_glyphs.c @@ -215,7 +215,7 @@ bool sna_glyphs_create(struct sna *sna) CACHE_PICTURE_SIZE, CACHE_PICTURE_SIZE, depth, - SNA_CREATE_SCRATCH); + SNA_CREATE_GLYPHS); if (!pixmap) goto bail; |