mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 15:12:45 +07:00
staging/vboxvideo: Another FIXME item
Found while grepping around. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Hans de Goede <hdegoede@redhat.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Sam Ravnborg <sam@ravnborg.org> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Liviu Dudau <liviu.dudau@arm.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190221155951.19855-1-daniel.vetter@ffwll.ch
This commit is contained in:
parent
a34ced4541
commit
893ded36e0
@ -123,6 +123,11 @@ static void vbox_update_mode_hints(struct vbox_private *vbox)
|
|||||||
|
|
||||||
validate_or_set_position_hints(vbox);
|
validate_or_set_position_hints(vbox);
|
||||||
drm_modeset_lock_all(dev);
|
drm_modeset_lock_all(dev);
|
||||||
|
/*
|
||||||
|
* FIXME: this needs to use drm_connector_list_iter and some real
|
||||||
|
* locking for the actual data it changes, not the deprecated
|
||||||
|
* drm_modeset_lock_all() shotgun approach.
|
||||||
|
*/
|
||||||
list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
|
list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
|
||||||
vbox_conn = to_vbox_connector(connector);
|
vbox_conn = to_vbox_connector(connector);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user