]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vram-helper: call the ttm manager debug function
authorDave Airlie <airlied@redhat.com>
Tue, 4 Aug 2020 02:55:45 +0000 (12:55 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 6 Aug 2020 02:16:51 +0000 (12:16 +1000)
commit9a23b4ed92fb2068811b2068dc75c0a830a37ad1
tree7d0c5de3e631fa32684b83d839879e22e6685d4e
parent448651a5fa8e7e65a91b964a9b96531526290676
drm/vram-helper: call the ttm manager debug function

This code was assuming there was a drm_mm here, don't do
that call the correct API.

v2: use the new exported interface.

Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200804025632.3868079-13-airlied@gmail.com
drivers/gpu/drm/drm_gem_vram_helper.c