[Bug 97182] Linux 4.8: SKL DMC Version is now 1.23?

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 2 10:45:18 UTC 2016


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

--- Comment #2 from Greg White <gwhite at kupulau.com> ---
That's not what the code says:

        if (csr->version != required_version) {
                DRM_INFO("Refusing to load DMC firmware v%u.%u,"
                         " please use v%u.%u [" FIRMWARE_URL "].\n",
                         CSR_VERSION_MAJOR(csr->version),
                         CSR_VERSION_MINOR(csr->version),
                         CSR_VERSION_MAJOR(required_version),
                         CSR_VERSION_MINOR(required_version));
                return NULL;
        }

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


More information about the intel-gfx-bugs mailing list