mirror of https://gitee.com/openkylin/linux.git
drm/amd/display: Add dc_lut_mode enum
Signed-off-by: Vitaly Prosyak <vitaly.prosyak@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@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
1ba2faf207
commit
24238ee654
|
@ -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__ */
|
||||
|
|
Loading…
Reference in New Issue