drm/i915/pxp: Clean up zero initializers
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 12 Oct 2023 12:24:41 +0000 (15:24 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 17 Oct 2023 16:42:46 +0000 (19:42 +0300)
commit6aa8d50a98c4668560dbfde6892aabdd534789bb
treeed93f111fdddf62a74495740bc3abcdad647b3e8
parentd3110f0758d87f336aeeab209525c0678cdd8b46
drm/i915/pxp: Clean up zero initializers

Just use a simple {} to zero initialize arrays/structs instead
of the hodgepodge of stuff we are using currently.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231012122442.15718-6-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/pxp/intel_pxp_gsccs.c
drivers/gpu/drm/i915/pxp/intel_pxp_huc.c
drivers/gpu/drm/i915/pxp/intel_pxp_tee.c