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