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

2023-12-01 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Hi Javier > > Am 01.12.23 um 09:54 schrieb 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.

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

2023-12-01 Thread Thomas Zimmermann
Hi Javier Am 01.12.23 um 09:54 schrieb 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 efifb can

Re: [PATCH 2/4] fbdev/efifb: 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 efifb can modify it at > will. > > Signed-off-by: Thomas Zimmermann > ---

[PATCH 2/4] fbdev/efifb: 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 efifb can modify it at will. Signed-off-by: Thomas Zimmermann --- drivers/video/fbdev/efifb.c | 9