Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371437
b: refs/heads/master
c: e1adc78
h: refs/heads/master
i:
  371435: aa11d42
v: v3
  • Loading branch information
Dave Airlie committed Apr 18, 2013
1 parent 8c2a958 commit 58b45b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9f7bc6acf78af238a0b8ee0bb86ab62f1fc4f51f
refs/heads/master: e1adc78caf440d3f6be81a947c2b913e73514a68
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/qxl/qxl_ttm.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ static int qxl_mm_dump_table(struct seq_file *m, void *data)

static int qxl_ttm_debugfs_init(struct qxl_device *qdev)
{
#if defined(CONFIG_DEBUG_FS)
static struct drm_info_list qxl_mem_types_list[QXL_DEBUGFS_MEM_TYPES];
static char qxl_mem_types_names[QXL_DEBUGFS_MEM_TYPES][32];
unsigned i;
Expand All @@ -574,4 +575,7 @@ static int qxl_ttm_debugfs_init(struct qxl_device *qdev)

}
return qxl_debugfs_add_files(qdev, qxl_mem_types_list, i);
#else
return 0;
#endif
}

0 comments on commit 58b45b7

Please sign in to comment.