Re: [PATCH 4/5] fbdev/simplefb: Request memory region in driver

2022-01-25 Thread Javier Martinez Canillas
Hello Thomas, On 1/25/22 10:12, Thomas Zimmermann wrote: > Requesting the framebuffer memory in simpledrm marks the memory > range as busy. This used to be done by the firmware sysfb code, > but the driver is the correct place. > > v2: > * store memory region in struct for later cleanup

[PATCH 4/5] fbdev/simplefb: Request memory region in driver

2022-01-25 Thread Thomas Zimmermann
Requesting the framebuffer memory in simpledrm marks the memory range as busy. This used to be done by the firmware sysfb code, but the driver is the correct place. v2: * store memory region in struct for later cleanup (Javier) Signed-off-by: Thomas Zimmermann ---

Re: [PATCH 4/5] fbdev/simplefb: Request memory region in driver

2022-01-24 Thread Javier Martinez Canillas
On 1/24/22 13:36, Thomas Zimmermann wrote: > Requesting the framebuffer memory in simpledrm marks the memory > range as busy. This used to be done by the firmware sysfb code, > but the driver is the correct place. > > Signed-off-by: Thomas Zimmermann > --- > drivers/video/fbdev/simplefb.c | 59

[PATCH 4/5] fbdev/simplefb: Request memory region in driver

2022-01-24 Thread Thomas Zimmermann
Requesting the framebuffer memory in simpledrm marks the memory range as busy. This used to be done by the firmware sysfb code, but the driver is the correct place. Signed-off-by: Thomas Zimmermann --- drivers/video/fbdev/simplefb.c | 59 -- 1 file changed, 42