Commit 36e88a9e authored by Husain Alshehhi's avatar Husain Alshehhi Committed by Alex Deucher

drivers/gpu: fix typo in comment

Replace "isntance" with "instance".
Signed-off-by: default avatarHusain Alshehhi <husain@alshehhi.io>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 8bf0d9cd
...@@ -1971,7 +1971,7 @@ struct dmub_cmd_psr_copy_settings_data { ...@@ -1971,7 +1971,7 @@ struct dmub_cmd_psr_copy_settings_data {
uint8_t cmd_version; uint8_t cmd_version;
/** /**
* Panel Instance. * Panel Instance.
* Panel isntance to identify which psr_state to use * Panel instance to identify which psr_state to use
* Currently the support is only for 0 or 1 * Currently the support is only for 0 or 1
*/ */
uint8_t panel_inst; uint8_t panel_inst;
...@@ -2029,7 +2029,7 @@ struct dmub_cmd_psr_set_level_data { ...@@ -2029,7 +2029,7 @@ struct dmub_cmd_psr_set_level_data {
uint8_t cmd_version; uint8_t cmd_version;
/** /**
* Panel Instance. * Panel Instance.
* Panel isntance to identify which psr_state to use * Panel instance to identify which psr_state to use
* Currently the support is only for 0 or 1 * Currently the support is only for 0 or 1
*/ */
uint8_t panel_inst; uint8_t panel_inst;
...@@ -2056,7 +2056,7 @@ struct dmub_rb_cmd_psr_enable_data { ...@@ -2056,7 +2056,7 @@ struct dmub_rb_cmd_psr_enable_data {
uint8_t cmd_version; uint8_t cmd_version;
/** /**
* Panel Instance. * Panel Instance.
* Panel isntance to identify which psr_state to use * Panel instance to identify which psr_state to use
* Currently the support is only for 0 or 1 * Currently the support is only for 0 or 1
*/ */
uint8_t panel_inst; uint8_t panel_inst;
...@@ -2100,7 +2100,7 @@ struct dmub_cmd_psr_set_version_data { ...@@ -2100,7 +2100,7 @@ struct dmub_cmd_psr_set_version_data {
uint8_t cmd_version; uint8_t cmd_version;
/** /**
* Panel Instance. * Panel Instance.
* Panel isntance to identify which psr_state to use * Panel instance to identify which psr_state to use
* Currently the support is only for 0 or 1 * Currently the support is only for 0 or 1
*/ */
uint8_t panel_inst; uint8_t panel_inst;
...@@ -2131,7 +2131,7 @@ struct dmub_cmd_psr_force_static_data { ...@@ -2131,7 +2131,7 @@ struct dmub_cmd_psr_force_static_data {
uint8_t cmd_version; uint8_t cmd_version;
/** /**
* Panel Instance. * Panel Instance.
* Panel isntance to identify which psr_state to use * Panel instance to identify which psr_state to use
* Currently the support is only for 0 or 1 * Currently the support is only for 0 or 1
*/ */
uint8_t panel_inst; uint8_t panel_inst;
...@@ -2206,7 +2206,7 @@ struct dmub_cmd_update_dirty_rect_data { ...@@ -2206,7 +2206,7 @@ struct dmub_cmd_update_dirty_rect_data {
uint8_t cmd_version; uint8_t cmd_version;
/** /**
* Panel Instance. * Panel Instance.
* Panel isntance to identify which psr_state to use * Panel instance to identify which psr_state to use
* Currently the support is only for 0 or 1 * Currently the support is only for 0 or 1
*/ */
uint8_t panel_inst; uint8_t panel_inst;
...@@ -2344,7 +2344,7 @@ struct dmub_cmd_update_cursor_payload0 { ...@@ -2344,7 +2344,7 @@ struct dmub_cmd_update_cursor_payload0 {
uint8_t cmd_version; uint8_t cmd_version;
/** /**
* Panel Instance. * Panel Instance.
* Panel isntance to identify which psr_state to use * Panel instance to identify which psr_state to use
* Currently the support is only for 0 or 1 * Currently the support is only for 0 or 1
*/ */
uint8_t panel_inst; uint8_t panel_inst;
...@@ -2391,7 +2391,7 @@ struct dmub_cmd_psr_set_vtotal_data { ...@@ -2391,7 +2391,7 @@ struct dmub_cmd_psr_set_vtotal_data {
uint8_t cmd_version; uint8_t cmd_version;
/** /**
* Panel Instance. * Panel Instance.
* Panel isntance to identify which psr_state to use * Panel instance to identify which psr_state to use
* Currently the support is only for 0 or 1 * Currently the support is only for 0 or 1
*/ */
uint8_t panel_inst; uint8_t panel_inst;
...@@ -2429,7 +2429,7 @@ struct dmub_cmd_psr_set_power_opt_data { ...@@ -2429,7 +2429,7 @@ struct dmub_cmd_psr_set_power_opt_data {
uint8_t cmd_version; uint8_t cmd_version;
/** /**
* Panel Instance. * Panel Instance.
* Panel isntance to identify which psr_state to use * Panel instance to identify which psr_state to use
* Currently the support is only for 0 or 1 * Currently the support is only for 0 or 1
*/ */
uint8_t panel_inst; uint8_t panel_inst;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment