Skip to content

intel/dev: move topology data off the stack

At least a couple of people have been bothered with compiler warnings about this (because of the variable length array field in drm_i915_query_topology_info), so move it off the stack.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com

Merge request reports