On 10/8/25 4:05 PM, David Heidelberg via B4 Relay wrote:
> From: David Heidelberg <[email protected]>
> 
> Add panel driver used in the OnePlus 6T.
> 
> No datasheet, based mostly on EDK2 init sequence and the downstream driver.
> 
> Based on work of:
>   Casey Connolly <[email protected]>
>   Joel Selvaraj <[email protected]>
>   Nia Espera <[email protected]>
> 
> Signed-off-by: David Heidelberg <[email protected]>
> ---

[...]

> +     /*  This panel needs the high and low bytes swapped
> +      *  for the brightness value
> +      */
> +     brightness = __swab16(brightness);
> +
> +     err = mipi_dsi_dcs_set_display_brightness(dsi, brightness);

mipi_dsi_dcs_set_display_brightness_large()

Konrad

Reply via email to