Re: [PATCH v4 0/3] Add driver for Himax HX8279 DriverIC panels
From: Neil Armstrong
Date: Thu Apr 17 2025 - 11:43:42 EST
Hi,
On Mon, 14 Apr 2025 10:29:15 +0200, AngeloGioacchino Del Regno wrote:
> Changes in v4:
> - Changed hx8279_set_page() and all other utilities to void (Neil)
> - Changed hx8279_{on,prepare,unprepare}() to return dsi_ctx.accum_err (Neil)
> - Switched to devm_drm_panel_alloc() as suggested (Neil)
>
> Changes in v3:
> - Added support for setting digital gamma parameters and validity check
> - Added support for setting analog gamma parameters
> - Changed gout_{l,r} to a structure and added a description
> - Fixed DSI LPM/HS setting in prepare/unprepare callbacks
> - Remove forced panel off in probe function as that was simply
> useless
> - Renamed function hx8279_check_config to hx8279_check_params
> as that is actually checking multiple parameters and not just
> basic DDIC configuration
> - Moved the GMUX and GOA validation to their own functions to
> improve readability
>
> [...]
Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next)
[1/3] dt-bindings: vendor-prefixes: Add Shenzhen Aoly Technology Co., Ltd.
https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/a1958a56e52c87aea94c5cb0c08fe61ede929e7c
[2/3] dt-bindings: display: panel: Add Himax HX8279/HX8279-D DDIC panels
https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/a424c93db7ea8ffd18c6c170501bb898abf05932
[3/3] drm: panel: Add driver for Himax HX8279 DDIC panels
https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/38d42c261389985e8dd4739dbd97e2dc855e8dd0
--
Neil