mirror of https://gitee.com/openkylin/linux.git
drm/qxl: drop unused qxl_fb_virtual_address
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: Noralf Trønnes <noralf@tronnes.org> Link: http://patchwork.freedesktop.org/patch/msgid/20190118122020.27596-3-kraxel@redhat.com
This commit is contained in:
parent
edd38a1e59
commit
d934ef6b98
|
@ -308,13 +308,6 @@ void qxl_ring_free(struct qxl_ring *ring);
|
|||
void qxl_ring_init_hdr(struct qxl_ring *ring);
|
||||
int qxl_check_idle(struct qxl_ring *ring);
|
||||
|
||||
static inline void *
|
||||
qxl_fb_virtual_address(struct qxl_device *qdev, unsigned long physical)
|
||||
{
|
||||
DRM_DEBUG_DRIVER("not implemented (%lu)\n", physical);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static inline uint64_t
|
||||
qxl_bo_physical_address(struct qxl_device *qdev, struct qxl_bo *bo,
|
||||
unsigned long offset)
|
||||
|
|
Loading…
Reference in New Issue