Re: [patch] drm/radeon/dpm: off by one in si_set_mc_special_registers()

2013-10-02 Thread Alex Deucher
On Sat, Sep 28, 2013 at 5:35 AM, Dan Carpenter wrote: > These checks should be ">=" instead of ">". j is used as an offset into > the table->mc_reg_address[] array and that has > SMC_SISLANDS_MC_REGISTER_ARRAY_SIZE (16) elements. > > Signed-off-by: Dan Carpenter Applied. thanks! Alex > > dif

[patch] drm/radeon/dpm: off by one in si_set_mc_special_registers()

2013-09-28 Thread Dan Carpenter
These checks should be ">=" instead of ">". j is used as an offset into the table->mc_reg_address[] array and that has SMC_SISLANDS_MC_REGISTER_ARRAY_SIZE (16) elements. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c index cfe5d4d..4a

[patch] drm/radeon/dpm: off by one in si_set_mc_special_registers()

2013-07-02 Thread Dan Carpenter
These checks should be ">=" instead of ">". j is used as an offset into the table->mc_reg_address[] array and that has SMC_SISLANDS_MC_REGISTER_ARRAY_SIZE (16) elements. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c index 6918f07..ea

[patch] drm/radeon/dpm: off by one in si_set_mc_special_registers()

2013-07-01 Thread Dan Carpenter
These checks should be ">=" instead of ">". j is used as an offset into the table->mc_reg_address[] array and that has SMC_SISLANDS_MC_REGISTER_ARRAY_SIZE (16) elements. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c index 6918f07..ea