]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/tidss: Remove extra K2G check
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Mon, 21 Oct 2024 14:07:47 +0000 (17:07 +0300)
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Mon, 25 Nov 2024 11:10:21 +0000 (13:10 +0200)
commitf8e59e62b7759b0e799922c184c3b0085d163a0c
treec0529c066ac5c0e8f73328f438e42e128fe89f23
parent18f430acb41c957c87c41d240d277b135e47b367
drm/tidss: Remove extra K2G check

We check if the platform is K2G in dispc_k3_clear_irqstatus(), and
return early if so. This cannot happen, as the _k3_ functions are never
called on K2G in the first place. So remove the check.

Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
Reviewed-by: Aradhya Bhatia <aradhya.bhatia@linux.dev>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241021-tidss-irq-fix-v1-3-82ddaec94e4a@ideasonboard.com
drivers/gpu/drm/tidss/tidss_dispc.c