Re: [Intel-gfx] [PATCH xf86-video-intel v2 1/2] sna: Refactor property parsing

2019-05-16 Thread Mario Kleiner
On Fri, Apr 26, 2019 at 6:32 PM Ville Syrjala wrote: > > From: Ville Syrjälä > > Generalize the code that parses the plane properties to be useable > for crtc (or any kms object) properties as well. > > v2: plane 'type' prop is enum not range! > > Cc: Mario Kleiner > Signed-off-by: Ville Syrjälä

[Intel-gfx] [PATCH xf86-video-intel v2 1/2] sna: Refactor property parsing

2019-04-26 Thread Ville Syrjala
From: Ville Syrjälä Generalize the code that parses the plane properties to be useable for crtc (or any kms object) properties as well. v2: plane 'type' prop is enum not range! Cc: Mario Kleiner Signed-off-by: Ville Syrjälä --- src/sna/sna_display.c | 69 ++---