• B
    drm/nouveau/fifo: remove all the "special" engine hooks · 67b342ef
    Ben Skeggs 提交于
    All the places this stuff is actually needed tends to be chipset-specific
    anyway, so we're able to just inline the register bashing instead.
    
    The parts of the common code that still directly touch PFIFO temporarily
    have conditionals, these will be removed in subsequent commits that will
    refactor the fifo modules into engine modules like graph/mpeg etc.
    Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
    67b342ef
nv50_graph.c 27.8 KB