mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
drm/i915: Move the sharpness filter dump next to pfit
Group the sharpness filter parameters next to all the other pfit stuff in the state dump. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patch.msgid.link/20260325135849.12603-7-ville.syrjala@linux.intel.com Reviewed-by: Michał Grzelak <michal.grzelak@intel.com>
This commit is contained in:
parent
b878872b7d
commit
299d59abcc
|
|
@ -348,6 +348,11 @@ void intel_crtc_state_dump(const struct intel_crtc_state *pipe_config,
|
|||
str_enabled_disabled(pipe_config->pch_pfit.enabled),
|
||||
str_yes_no(pipe_config->pch_pfit.force_thru));
|
||||
|
||||
drm_printf(&p, "sharpness strength: %d, sharpness tap size: %d, sharpness enable: %d\n",
|
||||
pipe_config->hw.casf_params.strength,
|
||||
pipe_config->hw.casf_params.win_size,
|
||||
pipe_config->hw.casf_params.casf_enable);
|
||||
|
||||
drm_printf(&p, "ips: %i, double wide: %i, drrs: %i\n",
|
||||
pipe_config->ips_enabled, pipe_config->double_wide,
|
||||
pipe_config->has_drrs);
|
||||
|
|
@ -383,11 +388,6 @@ void intel_crtc_state_dump(const struct intel_crtc_state *pipe_config,
|
|||
|
||||
intel_vdsc_state_dump(&p, 0, pipe_config);
|
||||
|
||||
drm_printf(&p, "sharpness strength: %d, sharpness tap size: %d, sharpness enable: %d\n",
|
||||
pipe_config->hw.casf_params.strength,
|
||||
pipe_config->hw.casf_params.win_size,
|
||||
pipe_config->hw.casf_params.casf_enable);
|
||||
|
||||
dump_planes:
|
||||
if (!state)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user