drm/amd/display: Remove underflow IRQ type
[WHY] Feature using the underflow IRQ type reverted [HOW] Removed underflow IRQ type entry Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Reviewed-by: Martin Leung <Martin.Leung@amd.com> Acked-by: Tom Chung <chiahsuan.chung@amd.com> Signed-off-by: Angus Wang <Angus.Wang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
3fe5739db4
commit
ec313220c3
@ -162,7 +162,6 @@ enum irq_type
|
||||
IRQ_TYPE_VUPDATE = DC_IRQ_SOURCE_VUPDATE1,
|
||||
IRQ_TYPE_VBLANK = DC_IRQ_SOURCE_VBLANK1,
|
||||
IRQ_TYPE_VLINE0 = DC_IRQ_SOURCE_DC1_VLINE0,
|
||||
IRQ_TYPE_DCUNDERFLOW = DC_IRQ_SOURCE_DC1UNDERFLOW,
|
||||
};
|
||||
|
||||
#define DAL_VALID_IRQ_SRC_NUM(src) \
|
||||
|
Loading…
Reference in New Issue
Block a user