Dear Agustin, dear Aric,
Am 10.03.22 um 23:20 schrieb Agustin Gutierrez:
From: Aric Cyr <aric.cyr@xxxxxxx>
It’d be great if you could make the git commit message summary a
statement. Maybe:
> drm/amd/display: Increment DC version from 3.2.176 to 3.2.177
This version brings along following fixes:
- Added I2C escape to support query exist
Use imperative mood: Add I2C escape to support query device exist
(Though reading that summary, I do not understand it.)
- Functionality to get pipe from stream context
Maybe:
> Add functionality …
- debugfs entry fixes
- Block zstate when more than one plane enabled
- Update to engine ddc
- Reading lante status during LT fixes
lane?
- Null point filters
Maybe update all items to use the commit message summaries.
- [FW Promotion] Release 0.0.108.0
Please remove the indentation from the whole block. (It looks like
copied from `git show` output, which should not be used.)
Kind regards,
Paul
Acked-by: Agustin Gutierrez <agustin.gutierrez@xxxxxxx>
Signed-off-by: Aric Cyr <aric.cyr@xxxxxxx>
---
drivers/gpu/drm/amd/display/dc/dc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
index bd5f718a9eb2..4ffab7bb1098 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -47,7 +47,7 @@ struct aux_payload;
struct set_config_cmd_payload;
struct dmub_notification;
-#define DC_VER "3.2.176"
+#define DC_VER "3.2.177"
#define MAX_SURFACES 3
#define MAX_PLANES 6