Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/qxl/
H A Dqxl_display.c351 head.x += qdev->dumb_heads[i].x; in qxl_crtc_update_monitors_config()
691 qdev->dumb_heads[new_state->crtc->index].x; in qxl_primary_atomic_update()
782 if (qdev->dumb_heads[index].width == width && in qxl_update_dumb_head()
783 qdev->dumb_heads[index].height == height) in qxl_update_dumb_head()
787 qdev->dumb_heads[index].width, in qxl_update_dumb_head()
788 qdev->dumb_heads[index].height, in qxl_update_dumb_head()
790 qdev->dumb_heads[index].width = width; in qxl_update_dumb_head()
791 qdev->dumb_heads[index].height = height; in qxl_update_dumb_head()
802 head = qdev->dumb_heads + i; in qxl_calc_dumb_shadow()
1243 qdev->dumb_heads = kzalloc_objs(qdev->dumb_heads[0], qxl_num_crtc); in qxl_create_monitors_object()
[all …]
H A Dqxl_drv.h205 struct qxl_head *dumb_heads; member