aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.c
diff options
context:
space:
mode:
authorTony Cheng <tony.cheng@amd.com>2017-02-08 22:13:52 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:14:31 -0400
commita37656b99aca947967f32931bfd5ba04133154d8 (patch)
tree637bc6b4e48f2befca6032480fed058d9f57b96d /drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.c
parentdrm/amd/display: Fix program pix clk logic to unblock deep color set. (diff)
downloadlinux-dev-a37656b99aca947967f32931bfd5ba04133154d8.tar.xz
linux-dev-a37656b99aca947967f32931bfd5ba04133154d8.zip
drm/amd/display: report cursor size base on the ASIC
Signed-off-by: Tony Cheng <tony.cheng@amd.com> Reviewed-by: Yongqiang Sun <yongqiang.sun@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/dce80/dce80_resource.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.c b/drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.c
index 3de8bfb47dce..272c7fc31406 100644
--- a/drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.c
@@ -935,6 +935,7 @@ static bool construct(
pool->base.pipe_count = res_cap.num_timing_generator;
dc->public.caps.max_downscale_ratio = 200;
dc->public.caps.i2c_speed_in_khz = 40;
+ dc->public.caps.max_cursor_size = 128;
/*************************************************
* Create resources *