Re: [Intel-gfx] [PATCH v3 10/12] drm/i915: Create generic function to setup LLC ring frequency table

2017-10-07 Thread Chris Wilson
Quoting Sagar Arun Kamble (2017-10-07 08:07:33) > Prepared intel_update_ring_freq function to setup ring frequency > for applicable platforms determined by macro HAS_LLC. > > v2: Replaced NEEDS_RING_FREQ_UPDATE with HAS_LLC macro. (Chris) > Added check while calling from

[Intel-gfx] [PATCH v3 10/12] drm/i915: Create generic function to setup LLC ring frequency table

2017-10-07 Thread Sagar Arun Kamble
Prepared intel_update_ring_freq function to setup ring frequency for applicable platforms determined by macro HAS_LLC. v2: Replaced NEEDS_RING_FREQ_UPDATE with HAS_LLC macro. (Chris) Added check while calling from intel_enable_gt_powersave. v3: