Re: [Intel-gfx] [PATCH] drm/i915: Copy default modparams to mock i915_device

2020-07-22 Thread Tvrtko Ursulin
On 21/07/2020 21:40, Chris Wilson wrote: Since we use the module parameters stored inside the drm_i915_device itself, we need to ensure the mock i915_device also sets up the right defaults. Fixes: 8a25c4be583d ("drm/i915/params: switch to device specific parameters") Signed-off-by: Chris Wilso

[Intel-gfx] [PATCH] drm/i915: Copy default modparams to mock i915_device

2020-07-21 Thread Chris Wilson
Since we use the module parameters stored inside the drm_i915_device itself, we need to ensure the mock i915_device also sets up the right defaults. Fixes: 8a25c4be583d ("drm/i915/params: switch to device specific parameters") Signed-off-by: Chris Wilson Cc: Jani Nikula --- drivers/gpu/drm/i915