Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6

* '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

+1 -1
+1 -1
drivers/gpu/drm/radeon/radeon_bios.c
··· 104 104 static bool radeon_atrm_get_bios(struct radeon_device *rdev) 105 105 { 106 106 int ret; 107 - int size = 64 * 1024; 107 + int size = 256 * 1024; 108 108 int i; 109 109 110 110 if (!radeon_atrm_supported(rdev->pdev))