OSDN Git Service

amdgpu: remove active_rb_pipes from amdgpu_gpu_info
authorJammy Zhou <Jammy.Zhou@amd.com>
Tue, 5 May 2015 07:43:19 +0000 (15:43 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Aug 2015 17:47:49 +0000 (13:47 -0400)
commit639c7de955f9a905d4db741ef3cb317edd460211
tree58e673ddee16e3a62121547c84e2023d4234edff
parent3b50db9d9f77e2eba3f628703c2bffd41a71d20b
amdgpu: remove active_rb_pipes from amdgpu_gpu_info

The active RB pipes can be retrieved from enabled_rb_pipes_mask,
for which each bit indicates one active pipe if it is '1'.

Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
amdgpu/amdgpu.h
amdgpu/amdgpu_gpu_info.c