Re: [Intel-gfx] [RFC 1/2] drm/i915: add display uncore helpers

2019-11-05 Thread Jani Nikula
On Tue, 05 Nov 2019, Joonas Lahtinen wrote: > Quoting Jani Nikula (2019-10-29 12:51:55) >> Add convenience helpers for the most common uncore operations with >> struct drm_i915_private * as context rather than struct intel_uncore *. >> >> The goal is to replace all instances of I915_READ(), >> I9

Re: [Intel-gfx] [RFC 1/2] drm/i915: add display uncore helpers

2019-11-05 Thread Joonas Lahtinen
Quoting Jani Nikula (2019-10-29 12:51:55) > Add convenience helpers for the most common uncore operations with > struct drm_i915_private * as context rather than struct intel_uncore *. > > The goal is to replace all instances of I915_READ(), > I915_POSTING_READ(), and I915_WRITE() in display/ with

Re: [Intel-gfx] [RFC 1/2] drm/i915: add display uncore helpers

2019-10-29 Thread Daniele Ceraolo Spurio
On 10/29/19 3:51 AM, Jani Nikula wrote: Add convenience helpers for the most common uncore operations with struct drm_i915_private * as context rather than struct intel_uncore *. The goal is to replace all instances of I915_READ(), I915_POSTING_READ(), and I915_WRITE() in display/ with these,

[Intel-gfx] [RFC 1/2] drm/i915: add display uncore helpers

2019-10-29 Thread Jani Nikula
Add convenience helpers for the most common uncore operations with struct drm_i915_private * as context rather than struct intel_uncore *. The goal is to replace all instances of I915_READ(), I915_POSTING_READ(), and I915_WRITE() in display/ with these, to finally be able to get rid of the implici