Home
last modified time | relevance | path

Searched refs:dumb_heads (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/qxl/
Dqxl_display.c341 head.x += qdev->dumb_heads[i].x; in qxl_crtc_update_monitors_config()
550 qdev->dumb_heads[plane->state->crtc->index].x; in qxl_primary_atomic_update()
725 if (qdev->dumb_heads[index].width == width && in qxl_update_dumb_head()
726 qdev->dumb_heads[index].height == height) in qxl_update_dumb_head()
730 qdev->dumb_heads[index].width, in qxl_update_dumb_head()
731 qdev->dumb_heads[index].height, in qxl_update_dumb_head()
733 qdev->dumb_heads[index].width = width; in qxl_update_dumb_head()
734 qdev->dumb_heads[index].height = height; in qxl_update_dumb_head()
745 head = qdev->dumb_heads + i; in qxl_calc_dumb_shadow()
1164 qdev->dumb_heads = kcalloc(qxl_num_crtc, sizeof(qdev->dumb_heads[0]), in qxl_create_monitors_object()
[all …]
Dqxl_drv.h224 struct qxl_head *dumb_heads; member