[PATCH] drm/amd: add missing fill of the array`s first element

2020-06-13 Thread Bernard Zhao
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 --- drivers/gpu/drm/amd/display/modules/power/power_helpers.c | 1 + 1 file changed, 1 insertion(+) diff --git a

Re: [PATCH] drm/amd: add missing fill of the array`s first element

2020-06-12 Thread Alex Deucher
On Fri, Jun 12, 2020 at 9:22 AM Bernard Zhao wrote: > > 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 Applied. Thanks! Alex > --- > drivers/gpu/drm