[PATCH] drm/radeon: avoid bogus "vram limit (0) must be a power of 2" warning

2022-07-07 Thread Mateusz Jończyk
I was getting the following message on boot on Linux 5.19-rc5: radeon :01:05.0: vram limit (0) must be a power of 2 (I didn't use any radeon.vramlimit commandline parameter). This is caused by commit 8c2d34eb53b9 ("drm/radeon: use kernel is_power_of_2 rather than local version") which

Re: [PATCH] drm/radeon: avoid bogus "vram limit (0) must be a power of 2" warning

2022-07-06 Thread Alex Deucher
Applied. Thanks! Alex On Wed, Jul 6, 2022 at 5:40 PM Mateusz Jończyk wrote: > > I was getting the following message on boot on Linux 5.19-rc5: > radeon :01:05.0: vram limit (0) must be a power of 2 > (I didn't use any radeon.vramlimit commandline parameter). > > This is caused by >