[Bug 105887] [GLK] no signal after switch resolution from 1080p at 23.98

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat May 19 20:42:23 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=105887

--- Comment #53 from fatez <stefano.ruzzon at icloud.com> ---
static bool hdmi_12bpc_possible(const struct intel_crtc_state *crtc_state)
{
        struct drm_i915_private *dev_priv =
                to_i915(crtc_state->base.crtc->dev);
        struct drm_atomic_state *state = crtc_state->base.state;
        struct drm_connector_state *connector_state;
        struct drm_connector *connector;
        int i;
                return false;
        if (HAS_GMCH_DISPLAY(dev_priv))
                return false;




Is this correct?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20180519/846e60cb/attachment.html>


More information about the intel-gfx-bugs mailing list