Skip to content

Commit b271a98

Browse files
agd5fairlied
authored andcommitted
drm/radeon/kms: increase rom size for atrm method
The vbios rom is >64k on a lot of modern asics. Increase the fetch size for atrm to make sure we don't miss part of a larger rom. Signed-off-by: Alex Deucher <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
1 parent c017d0d commit b271a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/radeon/radeon_bios.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static bool radeon_read_bios(struct radeon_device *rdev)
104104
static bool radeon_atrm_get_bios(struct radeon_device *rdev)
105105
{
106106
int ret;
107-
int size = 64 * 1024;
107+
int size = 256 * 1024;
108108
int i;
109109

110110
if (!radeon_atrm_supported(rdev->pdev))

0 commit comments

Comments
 (0)