Re: [Intel-gfx] [PATCH 1/9] drm/i915: simplify assignments inside intel_dp.c

2012-10-30 Thread Lespiau, Damien
On Fri, Oct 26, 2012 at 10:05 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > - Replace container_of with enc_to_intel_dp. > - Walk through less structures when making assignments. > - Rename some variables to keep our naming standards. > > As a bonus, this will reduce the usage of "struct in

[Intel-gfx] [PATCH 1/9] drm/i915: simplify assignments inside intel_dp.c

2012-10-26 Thread Paulo Zanoni
From: Paulo Zanoni - Replace container_of with enc_to_intel_dp. - Walk through less structures when making assignments. - Rename some variables to keep our naming standards. As a bonus, this will reduce the usage of "struct intel_dp", making the future patch that introduces intel_digital_port