Re: [Intel-gfx] [PATCH 7/9] drm/i915: add port field to intel_digital_port

2012-10-30 Thread Damien Lespiau
On Fri, Oct 26, 2012 at 10:05 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > Both "intel_dp" and "intel_hdmi" structs had a "port" field, which > always had the same value. It makes more sense to move this to > intel_digital_port, so we can know the port independently of the > connector type. >

[Intel-gfx] [PATCH 7/9] drm/i915: add port field to intel_digital_port

2012-10-26 Thread Paulo Zanoni
From: Paulo Zanoni Both "intel_dp" and "intel_hdmi" structs had a "port" field, which always had the same value. It makes more sense to move this to intel_digital_port, so we can know the port independently of the connector type. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/intel_ddi.c