mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
vulkan/wsi/display: wsi_display_select_crtc() doesn' need to modify the connector
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
bde3102c0d
commit
f2519e3493
1 changed files with 1 additions and 1 deletions
|
|
@ -1297,7 +1297,7 @@ wsi_display_crtc_solo(struct wsi_display *wsi,
|
|||
* which is currently idle.
|
||||
*/
|
||||
static uint32_t
|
||||
wsi_display_select_crtc(struct wsi_display_connector *connector,
|
||||
wsi_display_select_crtc(const struct wsi_display_connector *connector,
|
||||
drmModeResPtr mode_res,
|
||||
drmModeConnectorPtr drm_connector)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue