Searched refs:i915_hws_info (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 923 static int i915_hws_info(struct seq_file *m, void *data) in i915_hws_info() function 4662 {"i915_gem_hws", i915_hws_info, 0, (void *)RCS}, 4663 {"i915_gem_hws_blt", i915_hws_info, 0, (void *)BCS}, 4664 {"i915_gem_hws_bsd", i915_hws_info, 0, (void *)VCS}, 4665 {"i915_gem_hws_vebox", i915_hws_info, 0, (void *)VECS},
|