Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,089
    • Issues 3,089
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,009
    • Merge requests 1,009
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • MesaMesa
  • mesamesa
  • Repository
Switch branch/tag
  • mesa
  • src
  • gallium
  • drivers
  • lima
  • lima_bo.c
Find file BlameHistoryPermalink
  • Vasily Khoruzhick's avatar
    lima: use 0 to poll if BO is busy in lima_bo_wait() · 9f897a2b
    Vasily Khoruzhick authored Sep 07, 2019
    
    
    os_time_get_absolute_timeout(0) returns current time, while kernel
    driver expects 0 as value to poll BO status and return immediately.
    Fix it by setting abs_timeout to 0 if timeout_ns is 0
    
    Reviewed-by: Qiang Yu's avatarQiang Yu <yuq825@gmail.com>
    Signed-off-by: Vasily Khoruzhick's avatarVasily Khoruzhick <anarsoul@gmail.com>
    9f897a2b