drm/exynos: remove DRIVER_HAVE_IRQ feature
Exynos drm driver cannot support DRIVER_HAVE_IRQ feature because it uses driver specific one instead of routine of drm framework to install/uninstall irq handler. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
This commit is contained in:
		
					parent
					
						
							
								b90f54188f
							
						
					
				
			
			
				commit
				
					
						be9b64a81a
					
				
			
		
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -323,8 +323,7 @@ static const struct file_operations exynos_drm_driver_fops = {
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static struct drm_driver exynos_drm_driver = {
 | 
					static struct drm_driver exynos_drm_driver = {
 | 
				
			||||||
	.driver_features	= DRIVER_HAVE_IRQ | DRIVER_MODESET |
 | 
						.driver_features	= DRIVER_MODESET | DRIVER_GEM | DRIVER_PRIME,
 | 
				
			||||||
					DRIVER_GEM | DRIVER_PRIME,
 | 
					 | 
				
			||||||
	.load			= exynos_drm_load,
 | 
						.load			= exynos_drm_load,
 | 
				
			||||||
	.unload			= exynos_drm_unload,
 | 
						.unload			= exynos_drm_unload,
 | 
				
			||||||
	.suspend		= exynos_drm_suspend,
 | 
						.suspend		= exynos_drm_suspend,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue