Re: [PATCH 4/7] drm/ofdrm: Set preferred depth from format of scanout buffer

2022-11-18 Thread Javier Martinez Canillas
On 11/16/22 17:09, Thomas Zimmermann wrote: > Set the preferred depth from the format of the scanout buffer. The > value cannot be hardcoded, as the scanout buffer's is only known at > runtime. Keeping the existing switch statement just duplicates the > driver's existing logic for format detection.

[PATCH 4/7] drm/ofdrm: Set preferred depth from format of scanout buffer

2022-11-16 Thread Thomas Zimmermann
Set the preferred depth from the format of the scanout buffer. The value cannot be hardcoded, as the scanout buffer's is only known at runtime. Keeping the existing switch statement just duplicates the driver's existing logic for format detection. Also remove the FIXME comment from the call to drm