]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/gpu/drm/drm_ioctl.c
drm/i915: enable thermal reporting for IPS
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / drm_ioctl.c
index 7b03b197fc0066f5521e20b90c06e372e41e4c3f..47db4df37a692db539db2c90d04bfcc7313fa34e 100644 (file)
@@ -392,6 +392,7 @@ int drm_setversion(struct drm_device *dev, void *data, struct drm_file *file_pri
                if (sv->drm_di_minor >= 1) {
                        /*
                         * Version 1.1 includes tying of DRM to specific device
+                        * Version 1.4 has proper PCI domain support
                         */
                        retcode = drm_set_busid(dev, file_priv);
                        if (retcode)