mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/amd/display: Add timing generator count to resource pool.
Use tg count in resource pool for further reference. Signed-off-by: Yongqiang Sun <yongqiang.sun@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
05133ac856
commit
3be1406a72
@@ -831,6 +831,7 @@ static bool construct(
|
||||
|
||||
/* TODO: Fill more data from GreenlandAsicCapability.cpp */
|
||||
pool->base.pipe_count = res_cap.num_timing_generator;
|
||||
pool->base.timing_generator_count = pool->base.res_cap->num_timing_generator;
|
||||
pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE;
|
||||
|
||||
dc->caps.max_downscale_ratio = 200;
|
||||
|
||||
Reference in New Issue
Block a user