Re: [Intel-gfx] [PATCH 3/6] drm/i915: Fix comparison in intel_dram.

2023-04-03 Thread Lucas De Marchi
On Fri, Mar 31, 2023 at 12:24:16PM +0200, Maarten Lankhorst wrote: Gen13 should probably be the same as gen12, not gen11. there is no such thing as gen13. Please reword commit message to use graphics version, although here it's probably more related to the display engine (and hence

[Intel-gfx] [PATCH 3/6] drm/i915: Fix comparison in intel_dram.

2023-03-31 Thread Maarten Lankhorst
Gen13 should probably be the same as gen12, not gen11. Signed-off-by: Maarten Lankhorst Cc: intel-gfx@lists.freedesktop.org --- drivers/gpu/drm/i915/soc/intel_dram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/soc/intel_dram.c