drm/i915: Move double wide mode handling into pipe_config
Determine the need for double wide mode already in compute_config stage as we need that information to figure out if horizontal coordinates need to be adjusted. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:

committed by
Daniel Vetter

parent
9a0ea498ec
commit
cf532bb255
@@ -305,6 +305,8 @@ struct intel_crtc_config {
|
||||
struct intel_link_m_n fdi_m_n;
|
||||
|
||||
bool ips_enabled;
|
||||
|
||||
bool double_wide;
|
||||
};
|
||||
|
||||
struct intel_crtc {
|
||||
|
Reference in New Issue
Block a user