Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • I ipipe-x86
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Analytics
    • Analytics
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe-x86
  • Repository
  • ipipe-x86
  • drivers
  • video
  • omap2
  • dss
  • dpi.c
Find file Blame History Permalink
  • Archit Taneja's avatar
    OMAPDSS: DISPC: Change return type of dispc_mgr_set_clock_div() · f0d08f89
    Archit Taneja authored Jun 29, 2012
    
    
    dipsc_mgr_set_clock div has an int return type to report errors or success.
    The function doesn't really check for errors and always returns 0. Change
    the return type to void.
    
    Checking for the correct DISPC clock divider ranges will be done when a DSS2
    user does a manager apply. This support will be added later.
    
    Signed-off-by: default avatarArchit Taneja <archit@ti.com>
    f0d08f89

Imprint & Privacy Policy