drm/xe: Change the name of frequency sysfs attributes
authorSujaritha Sundaresan <sujaritha.sundaresan@intel.com>
Fri, 8 Dec 2023 05:11:50 +0000 (00:11 -0500)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:45:28 +0000 (11:45 -0500)
commit2ab3cc4bf5a3dd760b697650d5e5bdb240fdf94a
tree6ebc22f892a23870b7d796c3b6d73f90a2f5a2f9
parent06d5ae90579e774934552ca023c4bbc56e8253f4
drm/xe: Change the name of frequency sysfs attributes

Switching the names of frequency sysfs attrbutes to align with
required devfreq changes. The name changes are as below;

-freq_act -> act_freq
-freq_cur -> cur_freq
-freq_rpn -> rpn_freq
-freq_rpe -> rpe_freq
-freq_rp0 -> rp0_freq
-freq_min -> min_freq
-freq_max -> max_freq

Signed-off-by: Sujaritha Sundaresan <sujaritha.sundaresan@intel.com>
Reviewed-by: Riana Tauro <riana.tauro@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_guc_pc.c