[PATCH 10/76] drm/amd/dal: add meta address to video address struct

Harry Wentland harry.wentland at amd.com
Mon Nov 21 23:00:30 UTC 2016


From: Dmytro Laktyushkin <Dmytro.Laktyushkin at amd.com>

Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin at amd.com>
Acked-by: Harry Wentland <harry.wentland at amd.com>
---
 drivers/gpu/drm/amd/dal/dc/dc_hw_types.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/amd/dal/dc/dc_hw_types.h b/drivers/gpu/drm/amd/dal/dc/dc_hw_types.h
index 13b43dd6b921..246110201c10 100644
--- a/drivers/gpu/drm/amd/dal/dc/dc_hw_types.h
+++ b/drivers/gpu/drm/amd/dal/dc/dc_hw_types.h
@@ -76,6 +76,8 @@ struct dc_plane_address {
 
 		/*video  progressive*/
 		struct {
+			PHYSICAL_ADDRESS_LOC meta_chroma;
+			PHYSICAL_ADDRESS_LOC meta_luma;
 			PHYSICAL_ADDRESS_LOC chroma_addr;
 			PHYSICAL_ADDRESS_LOC luma_addr;
 		} video_progressive;
-- 
2.10.1



More information about the amd-gfx mailing list