drm/amd: add missing fill of the array`s first element
authorBernard Zhao <bernard@vivo.com>
Fri, 12 Jun 2020 11:58:48 +0000 (19:58 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2020 05:59:21 +0000 (01:59 -0400)
commit1ed0b2ddf42db301deaf981c1981da65b6a8f327
tree24706ca88fc09cedaa34a115cc8c15dadc2411a6
parentd4dd336409fddb4346e4ac7857e34c6f18f79658
drm/amd: add missing fill of the array`s first element

In function fill_iram_v_2, the ram_table->bright_neg_gain`s
first element [0][0] seems to be missing. This change is just
to make the code a bit readable.

Signed-off-by: Bernard Zhao <bernard@vivo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/modules/power/power_helpers.c