projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ba2faf
)
drm/amd/display: Add dc_lut_mode enum
author
Vitaly Prosyak
<
[email protected]
>
Tue, 13 Mar 2018 20:18:34 +0000
(15:18 -0500)
committer
Alex Deucher
<
[email protected]
>
Wed, 11 Apr 2018 18:07:43 +0000
(13:07 -0500)
Signed-off-by: Vitaly Prosyak <
[email protected]
>
Reviewed-by: Tony Cheng <
[email protected]
>
Acked-by: Harry Wentland <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h
b/drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h
index b22158190262f35f50e66a99dec1dc7c4faeeaf2..015e209e58bceb29e382ae3735f2f9dc462dbe13 100644
(file)
--- a/
drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h
+++ b/
drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h
@@
-191,4
+191,9
@@
enum controller_dp_test_pattern {
CONTROLLER_DP_TEST_PATTERN_COLORSQUARES_CEA
};
+enum dc_lut_mode {
+ LUT_BYPASS,
+ LUT_RAM_A,
+ LUT_RAM_B
+};
#endif /* __DAL_HW_SHARED_H__ */