commit | a0ff6779c75fe86a66b8c2eb439a40a12139eb02 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Nov 12 18:59:57 2018 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Jan 25 19:04:14 2019 +0200 |
tree | 7c097600e3eb5f277d71175ff5d5b9c93e39efbe | |
parent | 528132a341fca6181dde75a4587e3703d04568c3 [diff] |
drm/i915/tv: Add 1080p30/50/60 TV modes Add the missing 1080p TV modes. On gen4 all of them work just fine, whereas on gen3 only the 30Hz mode actually works correctly. v2: s/IS_GEN3(dev_priv)/IS_GEN(dev_priv, 3)/ Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181112170000.27531-14-ville.syrjala@linux.intel.com Reviewed-by: Imre Deak <imre.deak@intel.com>