freedreno/drm: Move bo common init
authorRob Clark <robdclark@chromium.org>
Sun, 27 Mar 2022 23:22:29 +0000 (16:22 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 27 Apr 2022 23:10:00 +0000 (23:10 +0000)
commit122cedf98c0870a388acafb5852fc62071f45696
tree25d02cdb57c6cdfdbfeb8943ed0cab66aa972517
parentd52455a9620ff596488634cdcf205776555feb8b
freedreno/drm: Move bo common init

We'll need this to happen before virtio_bo_new() returns in the next
patch.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16086>
src/freedreno/drm/freedreno_bo.c
src/freedreno/drm/freedreno_priv.h
src/freedreno/drm/msm/msm_bo.c
src/freedreno/drm/virtio/virtio_bo.c