OSDN Git Service

drm/amdgpu: implement si_read_bios_from_rom
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 12 Jul 2017 13:18:07 +0000 (09:18 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Jul 2017 15:06:40 +0000 (11:06 -0400)
commit6d949d247379ec92e1a0642fc7a227284488360e
treed10a1f2e15ffe87f95afc1ffcab5dbc316bfaecd
parent1a6ec7ed03e89b859325790221ca77d09fd4a3d0
drm/amdgpu: implement si_read_bios_from_rom

This allows us to read the vbios image directly from ROM.
This is already implemented for other asics, but was not
yet available for SI.

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/si.c