Home
last modified time | relevance | path

Searched refs:qxl_num_crtc (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H A Dqxl_display.c87 if (num_monitors > qxl_num_crtc) { in qxl_display_copy_rom_client_monitors_config()
89 qxl_num_crtc, num_monitors); in qxl_display_copy_rom_client_monitors_config()
90 num_monitors = qxl_num_crtc; in qxl_display_copy_rom_client_monitors_config()
103 qdev->client_monitors_config->max_allowed = qxl_num_crtc; in qxl_display_copy_rom_client_monitors_config()
254 if (h >= qxl_num_crtc) in qxl_add_monitors_config_modes()
325 if (!qdev->monitors_config || qxl_num_crtc <= i) in qxl_crtc_update_monitors_config()
368 qxl_num_crtc); in qxl_crtc_update_monitors_config()
371 qdev->monitors_config->max_allowed = qxl_num_crtc; in qxl_crtc_update_monitors_config()
1143 qxl_num_crtc * sizeof(struct qxl_head); in qxl_create_monitors_object()
1165 qdev->dumb_heads = kcalloc(qxl_num_crtc, sizeo in qxl_create_monitors_object()
[all...]
H A Dqxl_drv.c56 int qxl_num_crtc = 4; variable
62 module_param_named(num_heads, qxl_num_crtc, int, 0400);
H A Dqxl_drv.h65 extern int qxl_num_crtc;
/kernel/linux/linux-6.6/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()
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, sizeo 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;

Completed in 7 milliseconds