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/clock_source.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/clock_source.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/clock_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/clock_source.h b/drivers/gpu/drm/amd/display/dc/inc/clock_source.h index c91c7815ec6e..47ef90495376 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/clock_source.h +++ b/drivers/gpu/drm/amd/display/dc/inc/clock_source.h @@ -94,7 +94,7 @@ struct pixel_clk_params { enum dc_color_depth color_depth; struct csdp_ref_clk_ds_params de_spread_params; /*> de-spread info, relevant only for on-the-fly tune-up pixel rate*/ - + enum dc_pixel_encoding pixel_encoding; struct pixel_clk_flags flags; }; |
