Re: [RFC PATCH v3 3/3] drm/panel: vtdr6130: Use 16-bit brightness function

2023-01-18 Thread Neil Armstrong
On 16/01/2023 23:49, Richard Acayan wrote: This panel communicates 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_large() function that properly handles 16-bit brightness instead of b

[RFC PATCH v3 3/3] drm/panel: vtdr6130: Use 16-bit brightness function

2023-01-16 Thread Richard Acayan
This panel communicates 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_large() function that properly handles 16-bit brightness instead of bypassing the brightness functions entirely.