mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
drm/i915/dmc: use DISPLAY_VER instead of GRAPHICS_VER
Display code should not care about graphics version. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240104174350.823605-2-jani.nikula@intel.com
This commit is contained in:
parent
a133e35bc6
commit
102971422e
|
|
@ -1158,7 +1158,7 @@ static int intel_dmc_debugfs_status_show(struct seq_file *m, void *unused)
|
|||
str_yes_no(intel_dmc_has_payload(i915)));
|
||||
seq_printf(m, "path: %s\n", dmc ? dmc->fw_path : "N/A");
|
||||
seq_printf(m, "Pipe A fw needed: %s\n",
|
||||
str_yes_no(GRAPHICS_VER(i915) >= 12));
|
||||
str_yes_no(DISPLAY_VER(i915) >= 12));
|
||||
seq_printf(m, "Pipe A fw loaded: %s\n",
|
||||
str_yes_no(has_dmc_id_fw(i915, DMC_FW_PIPEA)));
|
||||
seq_printf(m, "Pipe B fw needed: %s\n",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user