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
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:
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
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