Re: [PATCH][next] drm/i915/dp: Make read-only array bw_gbps static const

2024-07-24 Thread Jani Nikula
On Mon, 22 Jul 2024, Colin Ian King wrote: > Don't populate the read-only array bw_gbps on the stack at run time, > instead make it static const. > > Signed-off-by: Colin Ian King Pushed to drm-intel-next, thanks for the patch. BR, Jani. > --- > drivers/gpu/drm/i915/display/intel_dp.c | 2 +-

[PATCH][next] drm/i915/dp: Make read-only array bw_gbps static const

2024-07-22 Thread Colin Ian King
Don't populate the read-only array bw_gbps on the stack at run time, instead make it static const. Signed-off-by: Colin Ian King --- drivers/gpu/drm/i915/display/intel_dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/