[Intel-gfx] [PATCH 4/5] drm/i915: Refactor sseu helper functions

2019-05-13 Thread Stuart Summers
Move functions to intel_sseu.h and remove inline qualifier. Additionally, ensure these are all prefixed with intel_sseu_* to match the convention of other functions in i915. v2: fix spacing from checkpatch warning v3: squash helper function changes into a single patch break 80 character line t

Re: [Intel-gfx] [PATCH 4/5] drm/i915: Refactor sseu helper functions

2019-05-07 Thread Summers, Stuart
On Tue, 2019-05-07 at 11:12 -0700, Daniele Ceraolo Spurio wrote: > > On 5/3/19 2:30 PM, Stuart Summers wrote: > > Move functions to intel_sseu.h and remove inline qualifier. > > Additionally, ensure these are all prefixed with intel_sseu_* > > to match the convention of other functions in i915. >

Re: [Intel-gfx] [PATCH 4/5] drm/i915: Refactor sseu helper functions

2019-05-07 Thread Daniele Ceraolo Spurio
On 5/3/19 2:30 PM, Stuart Summers wrote: Move functions to intel_sseu.h and remove inline qualifier. Additionally, ensure these are all prefixed with intel_sseu_* to match the convention of other functions in i915. v2: fix spacing from checkpatch warning v3: squash helper function changes into

[Intel-gfx] [PATCH 4/5] drm/i915: Refactor sseu helper functions

2019-05-03 Thread Stuart Summers
Move functions to intel_sseu.h and remove inline qualifier. Additionally, ensure these are all prefixed with intel_sseu_* to match the convention of other functions in i915. v2: fix spacing from checkpatch warning v3: squash helper function changes into a single patch break 80 character line t