diff options
| author | Charlene Liu <[email protected]> | 2017-02-02 01:35:53 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-09-26 21:13:37 +0000 |
| commit | cc4d99b8a888e16093b985d6a11fbd37ab92697c (patch) | |
| tree | 82fe0d1328638f8252068ad2853b618594137921 /drivers/gpu/drm/amd/display/dc/inc/hw/opp.h | |
| parent | drm/amd/display: Fix YCbCr pixel format shows green issue (diff) | |
| download | kernel-cc4d99b8a888e16093b985d6a11fbd37ab92697c.tar.gz kernel-cc4d99b8a888e16093b985d6a11fbd37ab92697c.zip | |
drm/amd/display: HDMI YCbCr422 12bpc pixel format issue
Signed-off-by: Charlene Liu <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw/opp.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/opp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h b/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h index a10c4e296960..e01b831a7e7f 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h @@ -86,6 +86,7 @@ struct bit_depth_reduction_params { uint32_t r_seed_value; uint32_t b_seed_value; uint32_t g_seed_value; + enum dc_pixel_encoding pixel_encoding; }; enum wide_gamut_regamma_mode { |
