Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154348
b: refs/heads/master
c: 921809a
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Halasa authored and Eric Anholt committed Jun 23, 2009
1 parent 6427768 commit 662b89b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: cfd43c025ddef0b1c723bb9811d2bde52b285710
refs/heads/master: 921809a5831821eaf86e799c4b3d7c666ee352b1
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/i915/i915_gem_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ i915_gem_dump_object(struct drm_gem_object *obj, int len,
chunk_len = page_len - chunk;
if (chunk_len > 128)
chunk_len = 128;
i915_gem_dump_page(obj_priv->page_list[page],
i915_gem_dump_page(obj_priv->pages[page],
chunk, chunk + chunk_len,
obj_priv->gtt_offset +
page * PAGE_SIZE,
Expand Down Expand Up @@ -157,7 +157,7 @@ i915_gem_object_check_coherency(struct drm_gem_object *obj, int handle)
for (page = 0; page < obj->size / PAGE_SIZE; page++) {
int i;

backing_map = kmap_atomic(obj_priv->page_list[page], KM_USER0);
backing_map = kmap_atomic(obj_priv->pages[page], KM_USER0);

if (backing_map == NULL) {
DRM_ERROR("failed to map backing page\n");
Expand Down

0 comments on commit 662b89b

Please sign in to comment.