mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
drm/i915: dump display parameters captured in error state, not current
intel_display_params_dump() prints the current display parameters, not the ones captured during error capture. It's not likely the params get changed in between, but make it pedantically correct anyway. Pass in the parameters and driver name to intel_display_params_dump(). Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/b437a5db768f0cb34377a9e4669c2b37fc7c7c29.1726151571.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
@@ -663,7 +663,7 @@ static void err_print_params(struct drm_i915_error_state_buf *m,
|
||||
struct intel_display *display = &m->i915->display;
|
||||
|
||||
i915_params_dump(params, &p);
|
||||
intel_display_params_dump(display, &p);
|
||||
intel_display_params_dump(&display->params, display->drm->driver->name, &p);
|
||||
}
|
||||
|
||||
static void err_print_pciid(struct drm_i915_error_state_buf *m,
|
||||
|
||||
Reference in New Issue
Block a user