drm/i915: Don't pass stack garbage to pcode in the second data register
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 10 Jul 2019 13:49:37 +0000 (16:49 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 11 Jul 2019 16:31:32 +0000 (19:31 +0300)
commitb12d5944fc285730d75bdd8f7cbc28d22c26f36f
tree2067067b1b6c0b3a23ef24e0e516ff80e6817c0a
parenta85fb46777c0e078075e7f4880a1f82178d66c1a
drm/i915: Don't pass stack garbage to pcode in the second data register

Zero initialize val2 so that we don't pass stack garbage to
the pcode qgv read command. I suspect in this case pcode
just ignores the initial value in that registers, but better
safe than sorry.

Cc: Dan Carpenter <dan.carpenter@oracle.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190710134937.25835-1-ville.syrjala@linux.intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/display/intel_bw.c