mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-05 06:05:06 +00:00
drm/amd/display: fix REG_SET_5 macro
Signed-off-by: Roman Li <Roman.Li@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Reviewed-by: Roman Li <Roman.Li@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
f60ea68d43
commit
22f050be15
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
|
||||
#define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \
|
||||
f5, v5) \
|
||||
REG_SET_N(reg, 6, init_value, \
|
||||
REG_SET_N(reg, 5, init_value, \
|
||||
FN(reg, f1), v1,\
|
||||
FN(reg, f2), v2,\
|
||||
FN(reg, f3), v3,\
|
||||
|
|
Loading…
Add table
Reference in a new issue