diff options
author | Yue Hin Lau <Yuehin.Lau@amd.com> | 2017-11-14 12:13:27 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-14 10:53:38 -0500 |
commit | 9a0beb3944f28d9d3d1864ca2145a940bc829295 (patch) | |
tree | 2da1d8126169e3aefbc3e98381a46258405683b6 /drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h | |
parent | 8e504bccc11663c3b334ef1a7698e18a967de920 (diff) | |
download | linux-9a0beb3944f28d9d3d1864ca2145a940bc829295.tar.gz linux-9a0beb3944f28d9d3d1864ca2145a940bc829295.tar.bz2 linux-9a0beb3944f28d9d3d1864ca2145a940bc829295.zip |
drm/amd/display: CNVC pseudocode review follow up
Signed-off-by: Yue Hin Lau <Yuehin.Lau@amd.com>
Reviewed-by: Eric Bernstein <Eric.Bernstein@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/dc/inc/hw/dpp.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h b/drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h index ccb4896975c2..6ccc90ffb0f2 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h @@ -122,7 +122,7 @@ struct dpp_funcs { void (*set_cursor_attributes)( struct dpp *dpp_base, - const struct dc_cursor_attributes *attr); + enum dc_cursor_color_format color_format); void (*set_cursor_position)( struct dpp *dpp_base, |