diff options
| author | Nils Wallménius <nils.wallmenius@gmail.com> | 2016-12-14 15:52:45 -0500 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2017-01-27 11:12:39 -0500 |
| commit | f7e9e9feb09f833d03f5fc3f378083b4664bd374 (patch) | |
| tree | 838e3d5fffca067480fe65c63c399be1fb9e94ae /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | e11666eb9b6bd55dfcfba7c2e029161932568335 (diff) | |
drm/amdgpu: Remove checking for atombios
This is a left over from radeon, amdgpu doesn't support any
non-atombios parts and amdgpu_device_init would bail if the
check for atombios failed anyway.
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: Nils Wallménius <nils.wallmenius@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index f4f371fbce16..bea5747ef868 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
| @@ -1333,7 +1333,6 @@ struct amdgpu_device { | |||
| 1333 | /* BIOS */ | 1333 | /* BIOS */ |
| 1334 | uint8_t *bios; | 1334 | uint8_t *bios; |
| 1335 | uint32_t bios_size; | 1335 | uint32_t bios_size; |
| 1336 | bool is_atom_bios; | ||
| 1337 | struct amdgpu_bo *stollen_vga_memory; | 1336 | struct amdgpu_bo *stollen_vga_memory; |
| 1338 | uint32_t bios_scratch[AMDGPU_BIOS_NUM_SCRATCH]; | 1337 | uint32_t bios_scratch[AMDGPU_BIOS_NUM_SCRATCH]; |
| 1339 | 1338 | ||
