dumb_heads        339 drivers/gpu/drm/qxl/qxl_display.c 			head.x += qdev->dumb_heads[i].x;
dumb_heads        561 drivers/gpu/drm/qxl/qxl_display.c 			qdev->dumb_heads[plane->state->crtc->index].x;
dumb_heads        736 drivers/gpu/drm/qxl/qxl_display.c 	if (qdev->dumb_heads[index].width == width &&
dumb_heads        737 drivers/gpu/drm/qxl/qxl_display.c 	    qdev->dumb_heads[index].height == height)
dumb_heads        741 drivers/gpu/drm/qxl/qxl_display.c 		  qdev->dumb_heads[index].width,
dumb_heads        742 drivers/gpu/drm/qxl/qxl_display.c 		  qdev->dumb_heads[index].height,
dumb_heads        744 drivers/gpu/drm/qxl/qxl_display.c 	qdev->dumb_heads[index].width = width;
dumb_heads        745 drivers/gpu/drm/qxl/qxl_display.c 	qdev->dumb_heads[index].height = height;
dumb_heads        756 drivers/gpu/drm/qxl/qxl_display.c 		head = qdev->dumb_heads + i;
dumb_heads       1177 drivers/gpu/drm/qxl/qxl_display.c 	qdev->dumb_heads = kcalloc(qxl_num_crtc, sizeof(qdev->dumb_heads[0]),
dumb_heads       1179 drivers/gpu/drm/qxl/qxl_display.c 	if (!qdev->dumb_heads) {
dumb_heads        229 drivers/gpu/drm/qxl/qxl_drv.h 	struct qxl_head *dumb_heads;