Skip to content
  1. Jan 24, 2013
    • Steffen Trumtrar's avatar
      video: add display_timing and videomode · 8714c0ce
      Steffen Trumtrar authored
      Add display_timing structure and the according helper functions. This allows
      the description of a display via its supported timing parameters.
      
      Also, add helper functions to convert from display timings to a generic videomode
      structure.
      
      The struct display_timing specifies all needed parameters to describe the signal
      properties of a display in one mode. This includes
          - ranges for signals that may have min-, max- and typical values
          - single integers for signals that can be on, off or are ignored
          - booleans for signals that are either on or off
      
      As a display may support multiple modes like this, a struct display_timings is
      added, that holds all given struct display_timing pointers and declares the
      native mode of the display.
      
      Although a display may state that a signal can be in a range, it is driven with
      fixed values that indicate a videomode. Therefore graphic drivers don't need all
      the information of struct display_timing, but would generate a videomode ...
      8714c0ce
    • Steffen Trumtrar's avatar
      viafb: rename display_timing to via_display_timing · ea4f3111
      Steffen Trumtrar authored
      
      
      The struct display_timing is specific to the via subsystem. The naming leads to
      collisions with the new struct display_timing, which is supposed to be a shared
      struct between different subsystems.
      To clean this up, prepend the existing struct with the subsystem it is specific
      to.
      
      Signed-off-by: default avatarSteffen Trumtrar <s.trumtrar@pengutronix.de>
      ea4f3111
  2. Jan 18, 2013
  3. Jan 17, 2013
  4. Jan 16, 2013
  5. Jan 15, 2013