• B
    drm/nouveau/fifo/gk110: expose KeplerChannelGpfifoB · 63f8c9b7
    Ben Skeggs 提交于
    This class supports a WFI method (0x0078) that's not present on the
    KeplerChannelGpfifoA class.
    
    The binary driver exposes both classes on these GPUs for some reason,
    though there doesn't appear to be any difference in the setup that's
    done for each (ie. even if you allocate GpfifoA, the WFI method will
    still work).
    
    We shall just expose GpfifoB, as I don't see a good reason to report
    the presence of both.
    Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
    63f8c9b7
nouveau_drm.c 28.4 KB