linux/drivers/gpu/drm/amd/pm
Tom Rix 2b24c19938 drm/amd/pm: initialize variable
Static analysis reports this problem

amdgpu_pm.c:478:16: warning: The right operand of '<' is a garbage value
  for (i = 0; i < data.nums; i++) {
                ^ ~~~~~~~~~

In some cases data is not set.  Initialize to 0 and flag not setting
data as an error with the existing check.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2021-05-10 18:06:45 -04:00
..
inc drm/amd/pm: add the callback to get the bootup values for renoir 2021-04-15 16:32:44 -04:00
powerplay drm/amd/pm: Add interface to get FW private buffer 2021-05-10 18:06:45 -04:00
swsmu drm/amd/pm: Add interface to get FW private buffer 2021-05-10 18:06:45 -04:00
amdgpu_dpm.c drm/amd/pm: unify the interface for power gating 2021-04-09 16:46:46 -04:00
amdgpu_pm.c drm/amd/pm: initialize variable 2021-05-10 18:06:45 -04:00
Makefile drm/amd/swsmu: add aldebaran smu13 ip support (v3) 2021-03-23 22:54:24 -04:00