[RFC PATCH v2 2/2] drm/panel: sofef00: Use 16-bit panel brightness

2023-01-14 Thread Richard Acayan
These panels communicate brightness in big endian. This is not a quirk of the panels themselves, but rather, a part of the MIPI standard. Use the new mipi_dsi_dcs_set_display_brightness_wide() function that properly handles 16-bit brightness instead of doing special processing of the brightness val

Re: [RFC PATCH v2 2/2] drm/panel: sofef00: Use 16-bit panel brightness

2023-01-13 Thread Caleb Connolly
On 14/01/2023 01:00, Richard Acayan wrote: > These panels communicate brightness in big endian. This is not a quirk > of the panels themselves, but rather, a part of the MIPI standard. Use > the new mipi_dsi_dcs_set_display_brightness_wide() function that > properly handles 16-bit brightness ins