drm/qxl: drop unused offset parameter from qxl_io_create_primary()
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-12-kraxel@redhat.com
This commit is contained in:
@@ -557,7 +557,7 @@ static void qxl_primary_atomic_update(struct drm_plane *plane,
|
||||
|
||||
if (!bo->is_primary) {
|
||||
if (!same_shadow) {
|
||||
qxl_io_create_primary(qdev, 0, bo);
|
||||
qxl_io_create_primary(qdev, bo);
|
||||
qxl_primary_apply_cursor(plane);
|
||||
}
|
||||
bo->is_primary = true;
|
||||
|
Reference in New Issue
Block a user