Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5138 → Rev 5139

/drivers/video/drm/i915/intel_dp.c
1585,6 → 1585,10
 
pipe_config->adjusted_mode.flags |= flags;
 
if (!HAS_PCH_SPLIT(dev) && !IS_VALLEYVIEW(dev) &&
tmp & DP_COLOR_RANGE_16_235)
pipe_config->limited_color_range = true;
 
pipe_config->has_dp_encoder = true;
 
intel_dp_get_m_n(crtc, pipe_config);