Re: [PATCH 4/4] fbdev/vesafb: Use screen_info pointer from device

2023-12-01 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Use the screen_info instance from the device instead of dereferencing > the global screen_info state. Decouples the driver from per-architecture > code. Duplicated the screen_info data, so that vesafb can modify it at > will. > > Signed-off-by: Thomas Zimmermann > ---

[PATCH 4/4] fbdev/vesafb: Use screen_info pointer from device

2023-11-29 Thread Thomas Zimmermann
Use the screen_info instance from the device instead of dereferencing the global screen_info state. Decouples the driver from per-architecture code. Duplicated the screen_info data, so that vesafb can modify it at will. Signed-off-by: Thomas Zimmermann --- drivers/video/fbdev/vesafb.c | 9 ++