drm/panel/panel-sitronix-st7701: Infer horizontal pixel count from TFT mode
authorMarek Vasut <marex@denx.de>
Sun, 10 Jul 2022 19:44:35 +0000 (21:44 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 19 Jul 2022 08:39:00 +0000 (10:39 +0200)
commitde2b4917843cd433d0f1c279123f75801dcd0c1e
tree3007dc5af1ccadbd74733dc17867919595af0ab3
parent82f9cee25598a1cb06529df8e7e1f86f61e786e9
drm/panel/panel-sitronix-st7701: Infer horizontal pixel count from TFT mode

The horizontal pixel count is a property of the TFT matrix. Currently the
driver hard-codes content of this register to specific value which is
only compatible with one TFT matrix, likely the TS8550B one.

Calculate the horizontal pixel count from the mode instead.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Guido Günther <agx@sigxcpu.org>
Cc: Jagan Teki <jagan@amarulasolutions.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220710194437.289042-7-marex@denx.de
drivers/gpu/drm/panel/panel-sitronix-st7701.c