]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Drop the _INCOMPLETE for has_infoframe
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 12 Jun 2019 13:08:01 +0000 (16:08 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 18 Jun 2019 15:28:51 +0000 (18:28 +0300)
commitaa2c9d584c184925c95978ef812e3307662bb045
treed578ca7cff9f2b679d4bacfb67402c1221317881
parent09112740ea79a404bc9d4a5e377ce83bdb86fa38
drm/i915: Drop the _INCOMPLETE for has_infoframe

We have full infoframe readout now so we can replace the
PIPE_CONF_CHECK_BOOL_INCOMPLETE(has_infoframe) with the normal
PIPE_CONF_CHECK_BOOL(has_infoframe).

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190612130801.2085-4-ville.syrjala@linux.intel.com
Reviewed-by: Imre Deak <imre.deak@intel.com>
drivers/gpu/drm/i915/display/intel_display.c