Re: [PATCH v6 11/18] drm/virtio: switch from ttm to gem shmem helpers

From: Emil Velikov
Date: Thu Jul 04 2019 - 09:33:20 EST


Hi Gerd,

On Tue, 2 Jul 2019 at 15:19, Gerd Hoffmann <kraxel@xxxxxxxxxx> wrote:
> .gem_prime_import_sg_table = virtgpu_gem_prime_import_sg_table,

I think that you can drop this entry-point. AFAICT it's only purpose
is to return an error - something already handled by core DRM when the
function pointer is NULL.
It's not strictly related to this series, so feel free to keep is a
separate standalone patch.

-Emil