summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorAnthony Koo <Anthony.Koo@amd.com>2020-04-25 20:15:49 -0400
committerAlex Deucher <alexander.deucher@amd.com>2020-05-05 13:12:40 -0400
commite3f36d18eba382e6fe8d607eef54db361f6a3fc8 (patch)
tree51cbdf1139909c594d212ee94b26444552d0c40d /drivers/gpu/drm
parentcdca3f218d9bbe086b0df9bc95b4f0c0d1011415 (diff)
downloadlinux-stable-e3f36d18eba382e6fe8d607eef54db361f6a3fc8.tar.gz
linux-stable-e3f36d18eba382e6fe8d607eef54db361f6a3fc8.tar.bz2
linux-stable-e3f36d18eba382e6fe8d607eef54db361f6a3fc8.zip
drm/amd/display: Add struct field for future use
Add dmub related struct field for future use. Signed-off-by: Anthony Koo <Anthony.Koo@amd.com> Reviewed-by: Anthony Koo <Anthony.Koo@amd.com> Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
index eb10518dc058..599bf2055bcb 100644
--- a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
+++ b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
@@ -262,6 +262,7 @@ struct dmub_cmd_abm_set_pipe_data {
uint32_t ramping_boundary;
uint32_t otg_inst;
uint32_t panel_inst;
+ uint32_t set_pipe_option;
};
struct dmub_rb_cmd_abm_set_pipe {