OSDN Git Service

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)
commit7afc7f8168708b53937b25baed931da3c0a5367b
treed578ca7cff9f2b679d4bacfb67402c1221317881
parentdde84833c325b72847f9468d1ba8355bde08b9a5
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