Search results

  1. N

    "panel-simple.c" display driver clarification

    Hello @Lord Boltar I explain better what I have to do. I'm working with a Yocto openSTLinux version. I have to modify my own ".dts" devicetree file to add a new 1024x600 RGB888 parallel display. I have done the following In my ".dts" file panel_rgb: panel-rgb { compatible =...
  2. N

    "panel-simple.c" display driver clarification

    Hello Everyone. I have to write a new display driver for my embedded board. If I well understood, in the "panel-simple.c" file ("drivers/gpu/drm/panel/panel-simple.c") I have to create a new "panel_desc" struct with the new display timings/parameters. Inside the "panel_desc" structure there are...
Top