Lines Matching refs:dumb_heads
346 head.x += qdev->dumb_heads[i].x; in qxl_crtc_update_monitors_config()
665 qdev->dumb_heads[new_state->crtc->index].x; in qxl_primary_atomic_update()
756 if (qdev->dumb_heads[index].width == width && in qxl_update_dumb_head()
757 qdev->dumb_heads[index].height == height) in qxl_update_dumb_head()
761 qdev->dumb_heads[index].width, in qxl_update_dumb_head()
762 qdev->dumb_heads[index].height, in qxl_update_dumb_head()
764 qdev->dumb_heads[index].width = width; in qxl_update_dumb_head()
765 qdev->dumb_heads[index].height = height; in qxl_update_dumb_head()
776 head = qdev->dumb_heads + i; in qxl_calc_dumb_shadow()
1216 qdev->dumb_heads = kcalloc(qxl_num_crtc, sizeof(qdev->dumb_heads[0]), in qxl_create_monitors_object()
1218 if (!qdev->dumb_heads) { in qxl_create_monitors_object()