Re: [Intel-gfx] [PATCH v2 2/6] drm/i915/opregion: Abstract opregion function

2022-02-15 Thread Navare, Manasi
On Tue, Feb 15, 2022 at 07:07:23PM +0530, Anshuman Gupta wrote: > Abstract opregion operations like get opregion base, get rvda and > opregion cleanup in form of i915_opregion_ops. > This will be required to converge igfx and dgfx opregion. > > v2: > - Keep only function pointer abstraction

[Intel-gfx] [PATCH v2 2/6] drm/i915/opregion: Abstract opregion function

2022-02-15 Thread Anshuman Gupta
Abstract opregion operations like get opregion base, get rvda and opregion cleanup in form of i915_opregion_ops. This will be required to converge igfx and dgfx opregion. v2: - Keep only function pointer abstraction stuff. [Jani] - Add alloc_rvda error handling. Cc: Jani Nikula Cc: Rodrigo Vivi