]> git.baikalelectronics.ru Git - kernel.git/commit
drm/arm/malidp: Disable pixel alpha blending for colors that do not have alpha
authorAyan Halder <ayan.halder@arm.com>
Tue, 23 Jan 2018 16:49:29 +0000 (16:49 +0000)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Wed, 14 Mar 2018 11:38:02 +0000 (11:38 +0000)
commitbfc03c562087b22c32d40b59cc07834c96b63e6a
tree7cbcb621e9dacd33b524d381f75ad7e0a5199ac4
parent0110912b3b7655b31fd9b236cfc6fa242236995f
drm/arm/malidp: Disable pixel alpha blending for colors that do not have alpha

Mali dp needs to disable pixel alpha blending (use layer alpha blending) to
display color formats that do not contain alpha bits per pixel

This patch depends on:

"[PATCH v2 01/19] drm/fourcc: Add a alpha field to drm_format_info"

Signed-off-by: Ayan Kumar Halder <ayan.halder@arm.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
drivers/gpu/drm/arm/malidp_planes.c