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: Engine-specific encoder allocation
[WHY] From DCE110 onward, we have the ability to assign DIG BE and FE separately for any display connector type; before, we could only do this for DP. Signed-off-by: Wesley Chalmers <Wesley.Chalmers@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
eed928dcd8
commit
78cc70b1e4
@@ -880,7 +880,8 @@ static const struct resource_funcs dce80_res_pool_funcs = {
|
||||
.validate_bandwidth = dce80_validate_bandwidth,
|
||||
.validate_plane = dce100_validate_plane,
|
||||
.add_stream_to_ctx = dce100_add_stream_to_ctx,
|
||||
.validate_global = dce80_validate_global
|
||||
.validate_global = dce80_validate_global,
|
||||
.find_first_free_match_stream_enc_for_link = dce100_find_first_free_match_stream_enc_for_link
|
||||
};
|
||||
|
||||
static bool dce80_construct(
|
||||
|
||||
Reference in New Issue
Block a user