Re: [Intel-gfx] [PATCH 3/7] drm/i915: Assert that device info bitmasks have enough bits

2023-05-25 Thread Jani Nikula
On Wed, 24 May 2023, Lucas De Marchi wrote: > On Thu, May 11, 2023 at 07:55:30PM +0300, Ville Syrjälä wrote: >>From: Ville Syrjälä >> >>Sprinkle in some BUILD_BUG_ON()s to make sure some of >>the bitmasks used in the device info have enough bits. >> >>Do we have a better place for this sort of st

Re: [Intel-gfx] [PATCH 3/7] drm/i915: Assert that device info bitmasks have enough bits

2023-05-24 Thread Lucas De Marchi
On Thu, May 11, 2023 at 07:55:30PM +0300, Ville Syrjälä wrote: From: Ville Syrjälä Sprinkle in some BUILD_BUG_ON()s to make sure some of the bitmasks used in the device info have enough bits. Do we have a better place for this sort of stuff? it's being moved to display/, so I'd say the intel

[Intel-gfx] [PATCH 3/7] drm/i915: Assert that device info bitmasks have enough bits

2023-05-11 Thread Ville Syrjala
From: Ville Syrjälä Sprinkle in some BUILD_BUG_ON()s to make sure some of the bitmasks used in the device info have enough bits. Do we have a better place for this sort of stuff? Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_device_info.c | 4 1 file changed, 4 insertions(+