Re: [PATCH 2/2 v2] drm/pl111: Enable device-specific assigned memory

2018-04-17 Thread Eric Anholt
Linus Walleij writes: > On Sun, Apr 8, 2018 at 3:08 AM, Eric Anholt wrote: > >>> if (of_property_read_u32(dev->of_node, "max-memory-bandwidth", >>>>memory_bw)) { >>> dev_info(dev, "no max memory

Re: [PATCH 2/2 v2] drm/pl111: Enable device-specific assigned memory

2018-04-17 Thread Linus Walleij
On Sun, Apr 8, 2018 at 3:08 AM, Eric Anholt wrote: >> if (of_property_read_u32(dev->of_node, "max-memory-bandwidth", >>>memory_bw)) { >> dev_info(dev, "no max memory bandwidth specified, assume >> unlimited\n"); >> @@ -275,7

Re: [PATCH 2/2 v2] drm/pl111: Enable device-specific assigned memory

2018-04-07 Thread Eric Anholt
Linus Walleij writes: > The Versatile Express has 8 MB of dedicated video RAM (VRAM) > on the motherboard, which is what we should be using for the > PL111 if available. On this platform, the memory backplane > is constructed so that only this memory will work properly