Skip to content
Snippets Groups Projects
Select Git revision
  • 1fb3f90a6186b3c4d6e9716fc5389523d1282c7e
  • main default protected
  • phhw
  • captouch-threshold
  • t
  • dos
  • test2
  • test
  • slewtest
  • simtest
  • view-think
  • vm-pending
  • media-buf
  • scope
  • passthrough
  • wave
  • vsync
  • dos-main-patch-50543
  • json-error
  • rahix/big-flow3r
  • pippin/media_framework
  • v1.3.0
  • v1.2.0
  • v1.2.0+rc1
  • v1.1.1
  • v1.1.0
  • v1.1.0+rc1
  • v1.0.0
  • v1.0.0+rc6
  • v1.0.0+rc5
  • v1.0.0+rc4
  • v1.0.0+rc3
  • v1.0.0+rc2
  • v1.0.0+rc1
34 results

mp_sys_display.c

Blame
  • Forked from flow3r / flow3r firmware
    459 commits behind the upstream repository.
    Sebastian Krzyszkowiak's avatar
    dos authored
    The framebuffer won't be modified until graphics task gets
    to another iteration of its infinite loop, so there's no reason
    to still hold the drawlist during scanout.
    
    Since this decouples drawlist release and ability to submit
    another drawlist from each other, split existing st3m_gfx_pipe_full
    into two functions - one that checks whether there's a free
    drawlist available to take, and one that checks whether
    a drawlist can be submitted for rasterization.
    1fb3f90a
    History
    mp_sys_display.c 6.39 KiB