commit | ef644fdac1709b91a8c7df546c6d597388f17a1b | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Sep 04 18:25:21 2013 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Sep 16 23:22:26 2013 +0200 |
tree | a4886c90a82b574b066bcd937390ef7149ac9a79 | |
parent | d68e7c3c7f0bf70899d27ca84f35a79e97707f07 [diff] |
drm/i915: Use adjusted_mode in intel_update_fbc() Check the mode flags from the adjusted_mode, not user requested mode. The hdisplay/vdisplay check actually checkes the primary plane size, so those still need to come from the user requested mode. Extract both modes from pipe config instead of the drm_crtc. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>