Code Monkey home page Code Monkey logo

Comments (2)

rockowitz avatar rockowitz commented on June 21, 2024

Looking at file drivers/gpu/drm/bridge/synopsys/dw-hdmi.c in the Linux 6.2.9 source, I see the following at line 443 in function dw_hdmi_i2c_xfer():

 443     if (addr == DDC_CI_ADDR)
 444         /*
 445          * The internal I2C controller does not support the multi-byte
 446          * read and write operations needed for DDC/CI.
 447          * TOFIX: Blacklist the DDC/CI address until we filter out
 448          * unsupported I2C operations.
 449          */
 450         return -EOPNOTSUPP;
 451 

So it would appear that the Designware HDMI driver does not support DDC.

This very old google hit suggests that there was as some point work to enable DDC support.

I suggest you follow up with the folks responsible for the Designware HDMI driver. If you find out anything more, please post that information here so that others can benefit.

from ddcutil.

tao-song-tfs avatar tao-song-tfs commented on June 21, 2024

Hi,

 Thanks for looking into this issue. Sorry I didn't get notice when the issue was updated.

 I will give it a try as you suggested and update the issue if I can find a solution.

 Thanks for help!

 Regards,

 Tom

from ddcutil.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.