Re: [PATCH 17/23] drm/sti: plane: Remove redundant zpos initialisation

2022-02-10 Thread Alain Volmat
Hi, thanks for the patch. Reviewed-by: Alain Volmat Alain On Mon, Feb 07, 2022 at 05:35:09PM +0100, Maxime Ripard wrote: > The sti KMS driver will call drm_plane_create_zpos_property() with an > init value depending on the plane type. > > Since the initial value wasn't carried over in the sta

Re: [Intel-gfx] [PATCH v2 00/15] Initial support for small BAR recovery

2022-02-10 Thread Das, Nirmoy
Patches: 1, 2, 3, 5, 6, 11 are Acked-by: Nirmoy Das Patches: 5,6 are Reviewed-by: Nirmoy Das Sorry for partial reviews, I still need to go through more i915 code. Regards, Nirmoy On 10/02/2022 13:12, Matthew Auld wrote: Starting from DG2 we will have resizable BAR support for device loca

Patch for fbcon not letting to read console font if it's width is 17-24 (3 bytes pitch)

2022-02-10 Thread Sokalski, Marcin
staging: drivers: video: fbdev: core: fbcon: Fix getting font from fbcon The patch fixes the problem of getting fonts from fbcon when the font's width spans over 3 bytes. The bug can be reproduced inside linux console running fbcon in following way: Set font with width in range 17-24, ie: solar24

Re: [PATCH] drm/panel: simple: Initialize bpc in RK101II01D-CT panel descriptor

2022-02-10 Thread Tomi Valkeinen
On 10/02/2022 16:03, Rahul T R wrote: Initialize bpc while creating panel_desc structure for RK101II01D-CT Below warning is triggered since bpc is not being initialized WARNING: CPU: 2 PID: 47 at drivers/gpu/drm/panel/panel-simple.c:614 panel_simple_probe+0x1b0/0x3c8 Signed-off-by: Rahul T R

Re: [PATCH 2/2] fbdev: Don't sort deferred-I/O pages by default

2022-02-10 Thread Dan Carpenter
On Thu, Feb 10, 2022 at 10:16:45PM +0100, Sam Ravnborg wrote: > > diff --git a/drivers/video/fbdev/core/fb_defio.c > > b/drivers/video/fbdev/core/fb_defio.c > > index 3727b1ca87b1..1f672cf253b2 100644 > > --- a/drivers/video/fbdev/core/fb_defio.c > > +++ b/drivers/video/fbdev/core/fb_defio.c > > @

<    1   2   3