summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dc_types.h
diff options
context:
space:
mode:
authorMax Tseng <max.tseng@amd.com>2023-11-07 15:00:03 +0800
committerAlex Deucher <alexander.deucher@amd.com>2023-11-29 16:48:59 -0500
commitc77b0008591094d454c1f340d1e82b5ebe2d918d (patch)
treed5dc9a781c711f7eb957f7997f006220a5d2cc75 /drivers/gpu/drm/amd/display/dc/dc_types.h
parent6c22fb07e0c2935d97a86509f16f755ab895f2c8 (diff)
downloadlinux-stable-c77b0008591094d454c1f340d1e82b5ebe2d918d.tar.gz
linux-stable-c77b0008591094d454c1f340d1e82b5ebe2d918d.tar.bz2
linux-stable-c77b0008591094d454c1f340d1e82b5ebe2d918d.zip
drm/amd/display: replay: generalize the send command function usage
Augment the function to allow send different format data in different use case. Reviewed-by: Dennis Chan <dennis.chan@amd.com> Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com> Signed-off-by: Max Tseng <max.tseng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_types.h b/drivers/gpu/drm/amd/display/dc/dc_types.h
index edf60c4f318c..6f5da510e8de 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_types.h
@@ -1029,6 +1029,7 @@ enum replay_coasting_vtotal_type {
* passed to DMUB.
*/
enum replay_FW_Message_type {
+ Replay_Msg_Not_Support = -1,
Replay_Set_Timing_Sync_Supported,
};