diff options
author | Imre Deak <imre.deak@intel.com> | 2022-11-14 15:22:44 +0300 |
---|---|---|
committer | Imre Deak <imre.deak@intel.com> | 2022-11-18 18:27:53 +0300 |
commit | 7ed310025e75826f74f6b3587047118e7176b409 (patch) | |
tree | 0cb4156340f92c0c3217bbab032d91feb4575740 /net/unix/unix_bpf.c | |
parent | 10b85f0e1d922210ae857afed6d012ec32c4b6cb (diff) | |
download | linux-7ed310025e75826f74f6b3587047118e7176b409.tar.xz |
drm/i915: Preallocate the debug power domain wakerefs array
Since the current size of intel_display_power_domain_set struct is
close to 1kB, it's better to use preallocated memory for it. The only
user of the intel_display_power_get/put_in_set() allocating the struct
on stack is hsw_get_pipe_config(), so we can avoid potential stack
overallocations by moving the struct here to the preallocated
intel_crtc struct (hsw_get_pipe_config() is non-reentrant wrt. each
CRTC).
This patch replaces
https://lore.kernel.org/intel-gfx/20221107170917.3566758-5-imre.deak@intel.com/T/#md3f6cdf17fcd
Suggested-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221114122251.21327-3-imre.deak@intel.com
Diffstat (limited to 'net/unix/unix_bpf.c')
0 files changed, 0 insertions, 0 deletions