Re: [Intel-gfx] [PATCH 04/10] drm/i915: add display engine uncore helpers

2019-12-10 Thread Jani Nikula
On Tue, 10 Dec 2019, Joonas Lahtinen wrote: > Quoting Jani Nikula (2019-12-02 18:00:52) >> 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] [PATCH 04/10] drm/i915: add display engine uncore helpers

2019-12-10 Thread Joonas Lahtinen
Quoting Jani Nikula (2019-12-02 18:00:52) > 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(), I915_WRITE(), I915_READ_FW(), and

[Intel-gfx] [PATCH 04/10] drm/i915: add display engine uncore helpers

2019-12-02 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(), I915_WRITE(), I915_READ_FW(), and I915_WRITE_FW() in display/ with these, to finally