Home
last modified time | relevance | path

Searched refs:qxl_num_crtc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_display.c91 if (num_monitors > qxl_num_crtc) { in qxl_display_copy_rom_client_monitors_config()
93 qxl_num_crtc, num_monitors); in qxl_display_copy_rom_client_monitors_config()
94 num_monitors = qxl_num_crtc; in qxl_display_copy_rom_client_monitors_config()
107 qdev->client_monitors_config->max_allowed = qxl_num_crtc; in qxl_display_copy_rom_client_monitors_config()
261 if (h >= qxl_num_crtc) in qxl_add_monitors_config_modes()
332 if (!qdev->monitors_config || qxl_num_crtc <= i) in qxl_crtc_update_monitors_config()
375 qxl_num_crtc); in qxl_crtc_update_monitors_config()
378 qdev->monitors_config->max_allowed = qxl_num_crtc; in qxl_crtc_update_monitors_config()
1199 qxl_num_crtc * sizeof(struct qxl_head); in qxl_create_monitors_object()
1219 qdev->dumb_heads = kcalloc(qxl_num_crtc, sizeof(qdev->dumb_heads[0]), in qxl_create_monitors_object()
[all …]
H A Dqxl_drv.c60 int qxl_num_crtc = 4; variable
66 module_param_named(num_heads, qxl_num_crtc, int, 0400);
H A Dqxl_drv.h65 extern int qxl_num_crtc;