[Intel-gfx] [PATCH 4/8] drm/i915/pcode: Add a couple of pcode helpers

2022-04-29 Thread Ashutosh Dixit
From: Dale B Stimson Some dGfx pcode commands take additional sub-commands and parameters. Add a couple of helpers to help formatting these commands to improve code readability. v2: Fixed commit author (Rodrigo) v3: Function rename and convert to new uncore interface for pcode functions Remo

Re: [Intel-gfx] [PATCH 4/8] drm/i915/pcode: Add a couple of pcode helpers

2022-04-18 Thread Dixit, Ashutosh
On Fri, 15 Apr 2022 03:31:19 -0700, Rodrigo Vivi wrote: > > On Wed, Apr 13, 2022 at 11:11:05AM -0700, Ashutosh Dixit wrote: > > Add a couple of helpers to help formatting pcode commands and improve code > > readability. > > > > Cc: Mike Ruhl > > Cc: Rodrigo Vivi > > Original-author: Dale B Stimso

Re: [Intel-gfx] [PATCH 4/8] drm/i915/pcode: Add a couple of pcode helpers

2022-04-15 Thread Rodrigo Vivi
On Wed, Apr 13, 2022 at 11:11:05AM -0700, Ashutosh Dixit wrote: > Add a couple of helpers to help formatting pcode commands and improve code > readability. > > Cc: Mike Ruhl > Cc: Rodrigo Vivi > Original-author: Dale B Stimson The right thing to do here is to git commit --amend --author="Dale

[Intel-gfx] [PATCH 4/8] drm/i915/pcode: Add a couple of pcode helpers

2022-04-13 Thread Ashutosh Dixit
Add a couple of helpers to help formatting pcode commands and improve code readability. Cc: Mike Ruhl Cc: Rodrigo Vivi Original-author: Dale B Stimson Signed-off-by: Dale B Stimson Signed-off-by: Ashutosh Dixit --- drivers/gpu/drm/i915/i915_reg.h| 3 +++ drivers/gpu/drm/i915/intel_pcode