Re: [PATCH v2 1/6] arm: mach-k3: common: Reserve video memory from end of the RAM

2023-12-05 Thread Nikhil Jain
Hi Devarsh, On 10/11/23 20:59, Devarsh Thakkar wrote: > Add function spl_reserve_video which is a wrapper > around video_reserve to setup video memory and update > the relocation address pointer. > > Setup video memory before page table reservation so that > framebuffer memory gets reserved from

Re: [PATCH v2 1/6] arm: mach-k3: common: Reserve video memory from end of the RAM

2023-11-12 Thread Simon Glass
Hi Devarsh, On Fri, 10 Nov 2023 at 08:29, Devarsh Thakkar wrote: > > Add function spl_reserve_video which is a wrapper > around video_reserve to setup video memory and update > the relocation address pointer. > > Setup video memory before page table reservation so that > framebuffer memory gets

[PATCH v2 1/6] arm: mach-k3: common: Reserve video memory from end of the RAM

2023-11-10 Thread Devarsh Thakkar
Add function spl_reserve_video which is a wrapper around video_reserve to setup video memory and update the relocation address pointer. Setup video memory before page table reservation so that framebuffer memory gets reserved from the end of RAM. This is as per the new policy being discussed for