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)
commit17cd10a44a8962860ff4ba351b2a290e752dbbde
tree906cc9b007dfce892d3966556cdeb5958dcdf952
parenta91d1a17cd341548fd9535e33c331a2756acdfae
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