Re: [Intel-gfx] [PATCH 4/4] drm/i915: Clean up some DISPLAY_VER checks

2023-11-28 Thread Jani Nikula
On Mon, 27 Nov 2023, Ville Syrjala wrote: > From: Ville Syrjälä > > Use the >= and < operators for the DISPLAY_VER checks everywhere. > This is what most of the code does, but especially recently random > pieces of code have started doing this differently for no good reason. I suppose all the <

[Intel-gfx] [PATCH 4/4] drm/i915: Clean up some DISPLAY_VER checks

2023-11-27 Thread Ville Syrjala
From: Ville Syrjälä Use the >= and < operators for the DISPLAY_VER checks everywhere. This is what most of the code does, but especially recently random pieces of code have started doing this differently for no good reason. Conversion done with the following cocci: @find@ expression i915; consta