OSDN Git Service

drm/qxl/ttm: call ttm manager debug (v2)
authorDave Airlie <airlied@redhat.com>
Tue, 4 Aug 2020 02:55:44 +0000 (12:55 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 6 Aug 2020 02:16:47 +0000 (12:16 +1000)
commit00c2f6b3e8414ebea45f994dd81166a16670d231
treedf0296a8faf9c6c0908bb3263e72bc22964c6eb8
parenta0bb77cb77e290c3d5862435a36ee9ea92cc3be1
drm/qxl/ttm: call ttm manager debug (v2)

v2: use the new exported interface.
This code was poking inside a struct and assuming it was a drm_mm
at the start. Call the proper API.

Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200804025632.3868079-12-airlied@gmail.com
drivers/gpu/drm/qxl/qxl_ttm.c