Skip to content
Snippets Groups Projects
  1. Jul 02, 2018
  2. Jun 29, 2018
    • Robert Foss's avatar
      gallium: add common pipe_screen reference counting functions · 7cb0d347
      Robert Foss authored
      
      In order to prevent multiple pipe_screens being created in the same
      process, lookup of the DRM FD and reference counting of the pipe_screen
      are needed. Several implementations of this exist in various gallium
      drivers/winsys already. This creates a common version which is opt-in
      for winsys implementations.
      
      The callers of pipe_screen_{un}reference() functions are responsible for
      serializing the calls. Currently, this is done by the pipe-loader mutex.
      
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      Verified
      7cb0d347
  3. Jun 26, 2018
  4. Jun 25, 2018
  5. Jun 21, 2018
  6. Apr 26, 2018
  7. Apr 25, 2018
  8. Apr 24, 2018
Loading