Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca56a95e authored by Linus Torvalds's avatar Linus Torvalds
Browse files
* 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6:
  drm/radeon/kms: increase rom size for atrm method
parents 0e47427b b271a988
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -104,7 +104,7 @@ static bool radeon_read_bios(struct radeon_device *rdev)
static bool radeon_atrm_get_bios(struct radeon_device *rdev)
static bool radeon_atrm_get_bios(struct radeon_device *rdev)
{
{
	int ret;
	int ret;
	int size = 64 * 1024;
	int size = 256 * 1024;
	int i;
	int i;


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