mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 22:10:15 +01:00
Fix build problem
This commit is contained in:
parent
87b46bd436
commit
0207b51acc
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ void drm_crtc_probe_output_modes(struct drm_device *dev, int maxX, int maxY)
|
|||
* 640x480@60Hz mode and carry on.
|
||||
*/
|
||||
stdmode = drm_mode_duplicate(dev, &std_mode[0]);
|
||||
drm_mode_probed_add(output, newmode);
|
||||
drm_mode_probed_add(output, stdmode);
|
||||
drm_mode_list_concat(&output->probed_modes,
|
||||
&output->modes);
|
||||
drm_crtc_mode_destroy(dev, stdmode);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue