Re: [Intel-gfx] [PATCH 01/15] drm/i915: Use named initializers for gmch wm params

2014-06-06 Thread Daniel Vetter
On Thu, Jun 05, 2014 at 09:43:12PM +0100, Chris Wilson wrote: > On Thu, Jun 05, 2014 at 07:15:50PM +0300, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Using names initializers when filling out the watermark structs > > saves you from having go look up the struct definition

Re: [Intel-gfx] [PATCH 01/15] drm/i915: Use named initializers for gmch wm params

2014-06-05 Thread Thomas Richter
Am 05.06.2014 22:43, schrieb Chris Wilson: On Thu, Jun 05, 2014 at 07:15:50PM +0300, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä Using names initializers when filling out the watermark structs saves you from having go look up the struct definition every single time. Signed-off-by:

Re: [Intel-gfx] [PATCH 01/15] drm/i915: Use named initializers for gmch wm params

2014-06-05 Thread Chris Wilson
On Thu, Jun 05, 2014 at 07:15:50PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Using names initializers when filling out the watermark structs > saves you from having go look up the struct definition every > single time. > > Signed-off-by: Ville Syrjälä Thank you, Rev

[Intel-gfx] [PATCH 01/15] drm/i915: Use named initializers for gmch wm params

2014-06-05 Thread ville . syrjala
From: Ville Syrjälä Using names initializers when filling out the watermark structs saves you from having go look up the struct definition every single time. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_pm.c | 130 1 file changed, 65 inse