diff options
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | 2012-08-10 10:05:10 -0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-08-10 18:34:05 +0200 |
commit | 228d3e367c91af16d672fb8bff78b030acb5efc3 (patch) | |
tree | 75a55eaf471c9e3e7168c1ac8921a0ad9cf87c0e /drivers/gpu/drm/i915/intel_ringbuffer.c | |
parent | b2eadbc85b2c26df3fd2fe5c53c2a47cfd307249 (diff) |
drm/i915: use the correct encoder type when comparing
- intel_encoder->type is INTEL_OUTPUT_SOMETHING
- drm_encoder->encoder_type is DRM_MODE_ENCODER_SOMETHING
Here we're using intel_encoder, so compare the oranges against
oranges. While at it, rename the variable to "intel_encoder" so we
keep our naming standards used everywhere.
Luckily this was not a bug because both DRM_MODE_ENCODER_DAC and
INTEL_OUTPUT_ANALOG are defined as 1. This is the only case where the
drm definition matches the intel definition.
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ringbuffer.c')
0 files changed, 0 insertions, 0 deletions