Subversion Repositories Kolibri OS

Rev

Rev 6320 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6320 Rev 6937
Line 405... Line 405...
405
			 * On GMCH platforms the interrupt mask bits only
405
			 * On GMCH platforms the interrupt mask bits only
406
			 * prevent irq generation, not the setting of the
406
			 * prevent irq generation, not the setting of the
407
			 * hotplug bits itself. So only WARN about unexpected
407
			 * hotplug bits itself. So only WARN about unexpected
408
			 * interrupts on saner platforms.
408
			 * interrupts on saner platforms.
409
			 */
409
			 */
410
			WARN_ONCE(INTEL_INFO(dev)->gen >= 5 && !IS_VALLEYVIEW(dev),
410
			WARN_ONCE(!HAS_GMCH_DISPLAY(dev),
411
				  "Received HPD interrupt on pin %d although disabled\n", i);
411
				  "Received HPD interrupt on pin %d although disabled\n", i);
412
			continue;
412
			continue;
413
		}
413
		}
Line 414... Line 414...
414
 
414