Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/qxl/
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()
258 if (h >= qxl_num_crtc) in qxl_add_monitors_config_modes()
329 if (!qdev->monitors_config || qxl_num_crtc <= i) in qxl_crtc_update_monitors_config()
372 qxl_num_crtc); in qxl_crtc_update_monitors_config()
375 qdev->monitors_config->max_allowed = qxl_num_crtc; in qxl_crtc_update_monitors_config()
1196 qxl_num_crtc * sizeof(struct qxl_head); in qxl_create_monitors_object()
1216 qdev->dumb_heads = kcalloc(qxl_num_crtc, sizeof(qdev->dumb_heads[0]), in qxl_create_monitors_object()
[all …]
Dqxl_drv.c59 int qxl_num_crtc = 4; variable
65 module_param_named(num_heads, qxl_num_crtc, int, 0400);
Dqxl_drv.h67 extern int qxl_num_crtc;