mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 11:58:32 -04:00
Merge tag 'drm-misc-next-2019-03-28-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
drm-misc-next for 5.2: UAPI Changes: - Remove unused DRM_DISPLAY_INFO_LEN (Ville) Cross-subsystem Changes: - None Core Changes: - Fix compilation when CONFIG_FBDEV not selected (Daniel) - fbdev: Make skip_vt_switch default (Daniel) - Merge fb_helper_fill_fix, fb_helper_fill_var into fb_helper_fill_info (Daniel) - Remove unused fields in connector, display_info, and edid_quirks (Ville) Driver Changes: - virtio: package function args in virtio_gpu_object_params (Gerd) - vkms: Fix potential NULL-dereference bug (Kangjie) Signed-off-by: Dave Airlie <airlied@redhat.com> From: Sean Paul <sean@poorly.run> Link: https://patchwork.freedesktop.org/patch/msgid/20190328183045.GA44823@art_vandelay
This commit is contained in:
@@ -2866,7 +2866,6 @@ static void intel_connector_info(struct seq_file *m,
|
||||
if (connector->status == connector_status_disconnected)
|
||||
return;
|
||||
|
||||
seq_printf(m, "\tname: %s\n", connector->display_info.name);
|
||||
seq_printf(m, "\tphysical dimensions: %dx%dmm\n",
|
||||
connector->display_info.width_mm,
|
||||
connector->display_info.height_mm);
|
||||
|
||||
Reference in New Issue
Block a user