diff options
author | Ayan Kumar Halder <ayan.halder@arm.com> | 2018-05-15 17:04:15 +0100 |
---|---|---|
committer | Liviu Dudau <Liviu.Dudau@arm.com> | 2018-07-05 15:19:06 +0100 |
commit | 62862cfbb18d10c5f8409f4c8e49c4bbaaf18d3a (patch) | |
tree | c5964cafe98a3e60dd85391ce15aba6771b706ac /drivers/gpu/drm/omapdrm/omap_fbdev.c | |
parent | 613c5c7fc8152866a798c52a5944e4b437b526f5 (diff) |
drm/arm/malidp: Modified the prototype of malidp irq de-initializers
Malidp uses two interrupts ie 1. se_irq - used for memory writeback.
and 2. de_irq - used for display output.
'struct drm_device' is being replaced with 'struct malidp_hw_device'
as the function argument. The reason being the dependency of
malidp_de_irq_fini on 'struct drm_device' needs to be removed so as to
enable it to call from functions which receives 'struct malidp_hw_device'
as argument. Furthermore, there is no way to retrieve 'struct drm_device'
from 'struct malidp_hw_device'.
Signed-off-by: Ayan Kumar Halder <ayan.halder@arm.com>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_fbdev.c')
0 files changed, 0 insertions, 0 deletions