On Wed, 23 Mar 2022 00:03:23 -0700, Nilawar, Badal wrote: > > > +/* "Caps" frequencies should be converted to MHz using intel_gpu_freq() */ > > +void intel_rps_get_freq_caps(struct intel_rps *rps, struct intel_rps_freq_caps *capSis) > > Since this function is covering gen6 and above it would be good to rename > it as gen6_rps_get_freq_caps. I've made this change in v4. Thanks.