]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Add lmem_bar_size modparam
authorPriyanka Dandamudi <priyanka.dandamudi@intel.com>
Wed, 13 Jul 2022 13:02:09 +0000 (18:32 +0530)
committerMatthew Auld <matthew.auld@intel.com>
Wed, 13 Jul 2022 16:47:51 +0000 (17:47 +0100)
commit4b0ba45c63c946c495dc75ef7e6702c97ceed6c7
tree906cc9b007dfce892d3966556cdeb5958dcdf952
parentafbeec7cd0d1ec3e4549668d581368e3a1ef20ac
drm/i915: Add lmem_bar_size modparam

For testing purposes, support forcing the lmem_bar_size through a new
modparam. In CI we only have a limited number of configurations for DG2,
but we still need to be reasonably sure we get a usable device (also
verifying we report the correct values for things like
probed_cpu_visible_size etc) with all the potential lmem_bar sizes that
we might expect see in the wild.

v2: Update commit message and a minor modification.(Matt)

v3: Optimised lmem bar size code and modified code to resize
bar maximum upto lmem_size instead of maximum supported size.(Nirmoy)

v4: Optimised lmem bar size code.(Nirmoy)

Signed-off-by: Priyanka Dandamudi <priyanka.dandamudi@intel.com>
Cc: Matthew Auld <matthew.auld@intel.com>
Cc: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220713130209.2573233-3-priyanka.dandamudi@intel.com
drivers/gpu/drm/i915/gt/intel_region_lmem.c
drivers/gpu/drm/i915/i915_params.c
drivers/gpu/drm/i915/i915_params.h