diff options
author | Vitaly Prosyak <vitaly.prosyak@amd.com> | 2017-11-14 17:12:52 -0600 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-14 10:53:51 -0500 |
commit | b629596072e5fa901c84f9e88d845a696ee32942 (patch) | |
tree | 8fd8effc256f14ac9a1d9a905d86155935fe5e03 /drivers/gpu/drm/amd/display/include | |
parent | 4e1c1875c79b14a05b2bab45aee9b907f805447d (diff) |
drm/amd/display: Build unity lut for shaper
Add color module to diagnostic compilation
Signed-off-by: Vitaly Prosyak <vitaly.prosyak@amd.com>
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/include')
-rw-r--r-- | drivers/gpu/drm/amd/display/include/fixed31_32.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/include/fixed31_32.h b/drivers/gpu/drm/amd/display/include/fixed31_32.h index 3248f699daf2..c4848fadc70e 100644 --- a/drivers/gpu/drm/amd/display/include/fixed31_32.h +++ b/drivers/gpu/drm/amd/display/include/fixed31_32.h @@ -463,4 +463,11 @@ uint32_t dal_fixed31_32_u2d19( uint32_t dal_fixed31_32_u0d19( struct fixed31_32 arg); + +uint32_t dal_fixed31_32_u0d14( + struct fixed31_32 arg); + +uint32_t dal_fixed31_32_u0d10( + struct fixed31_32 arg); + #endif |