• Daniel Vetter's avatar
    drm/memory: don't export agp helpers · d678959f
    Daniel Vetter authored
    They're only used by the agpgart support code in drm_agpgart.c,
    not by any drivers.
    
    I think long-term we should create a drm_internal.h include file with
    all the various functions only used by the drm core and not exported
    to drivers, and remove them from drmP.h. Oh, and someone should kill
    that upper-case P sometimes ;-) But that's all stuff for future patch
    bombs.
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
    Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
    d678959f
drm_memory.c 4.24 KB