]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
drm/amdgpu: explicitly set pg_flags for ST
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 19 Oct 2016 17:06:14 +0000 (13:06 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Oct 2016 15:18:47 +0000 (11:18 -0400)
commite6b2a7d294360ecf128891d8288603526ce4d6ad
tree8484cdd00a24f3be77e6e0a66e63e8f8b560757a
parent0711257ee6d1e8bec08fdf26021f968d4d041e91
drm/amdgpu: explicitly set pg_flags for ST

No need to retain previous settings as this is the first time
we set pg_flags.  Probably a copy/paste typo from the CZ code.
Avoids confusion.

No change in behavior as adev is kzallocated.

Reviewed-by: Tom St Denis <tom.stdenis@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vi.c