OSDN Git Service

drm/i915: Remove variable length arrays from sseu debugfs printers
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 13 Mar 2018 00:40:54 +0000 (00:40 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 13 Mar 2018 09:43:50 +0000 (09:43 +0000)
commit7aa0b14ede643fb7c33aaa8e0041de04a0d6f278
tree658713e42d0408b787a915263e90719788dbb79d
parentc37d57282033067edf60e044229a4b4f367cc81b
drm/i915: Remove variable length arrays from sseu debugfs printers

In order to enable -Wvla to prevent new variable length arrays being
used in i915.ko, we first must remove the existing VLA. Inside
i915_print_sseu_info(), VLA are used as the actual size of the sseu
depends on platform. Replace the VLA with the maximum required.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180313004055.25411-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_debugfs.c