Reviewed-by: David Francis <[email protected]>

________________________________
From: amd-gfx <[email protected]> on behalf of Deucher, 
Alexander <[email protected]>
Sent: April 23, 2019 10:47:26 AM
To: Kazlauskas, Nicholas; [email protected]
Cc: Li, Sun peng (Leo); Wentland, Harry
Subject: Re: [PATCH] drm/amd/display: Expose DRM_FORMAT_RGB565 on overlay planes

Acked-by: Alex Deucher <[email protected]>
________________________________
From: amd-gfx <[email protected]> on behalf of Nicholas 
Kazlauskas <[email protected]>
Sent: Tuesday, April 23, 2019 10:40 AM
To: [email protected]
Cc: Li, Sun peng (Leo); Wentland, Harry; Kazlauskas, Nicholas
Subject: [PATCH] drm/amd/display: Expose DRM_FORMAT_RGB565 on overlay planes

RGB565 support isn't restricted to just the primary plane in DC, so
also expose support for it on overlays.

Cc: Harry Wentland <[email protected]>
Cc: Leo Li <[email protected]>
Signed-off-by: Nicholas Kazlauskas <[email protected]>
---
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 
b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index a5cacf846e1b..0d07226ca8b7 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -4283,6 +4283,7 @@ static const uint32_t overlay_formats[] = {
         DRM_FORMAT_RGBA8888,
         DRM_FORMAT_XBGR8888,
         DRM_FORMAT_ABGR8888,
+       DRM_FORMAT_RGB565
 };

 static const u32 cursor_formats[] = {
--
2.17.1

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to