]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/panel: panel-simple: get rid of panel_dpi hack
authorMaxime Ripard <mripard@kernel.org>
Thu, 26 Jun 2025 10:05:03 +0000 (12:05 +0200)
committerMaxime Ripard <mripard@kernel.org>
Fri, 27 Jun 2025 09:22:48 +0000 (11:22 +0200)
commitf6faebc11a8a6d9521e5ab00481bd22ed9c7c67d
treeb43c5cdadd6c914622eacd9082b1c150c2a09e33
parent47c08262f34e1cd9c48364431e4d32529029b910
drm/panel: panel-simple: get rid of panel_dpi hack

The empty panel_dpi struct was only ever used as a discriminant, but
it's kind of a hack, and with the reworks done in the previous patches,
we shouldn't need it anymore.

Let's get rid of it.

Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Tested-by: Francesco Dolcini <francesco.dolcini@toradex.com> # Toradex Colibri iMX6
Link: https://lore.kernel.org/r/20250626-drm-panel-simple-fixes-v2-5-5afcaa608bdc@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
drivers/gpu/drm/panel/panel-simple.c