drm: vc4: Remove incorrect limit from hvs_dlist debugfs function
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Fri, 1 Sep 2023 12:45:08 +0000 (13:45 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:34:56 +0000 (11:34 +0000)
commitc6c43ec9bb1a66f058244c2b9dafb7a3fd045adc
tree61da9e14c81e29af5b727d2958c38896ab806885
parentd441b585d8575cf4ae092390343f0180ceeb336d
drm: vc4: Remove incorrect limit from hvs_dlist debugfs function

The debugfs function to dump dlists aborted at 256 bytes,
when actually the dlist memory is generally significantly
larger but varies based on SoC.

We already have the correct limit in __vc4_hvs_alloc, so
store it for use in the debugfs dlist function.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/gpu/drm/vc4/vc4_drv.h
drivers/gpu/drm/vc4/vc4_hvs.c